22
22
package org .openj9 .test .lworld ;
23
23
24
24
import java .lang .reflect .Array ;
25
- import static org .openj9 .test .lworld .ValueTypeTests .*;
26
25
import static org .openj9 .test .lworld .ValueTypeTestClasses .*;
27
26
28
27
public class DDRBackfillLayoutTest {
@@ -66,12 +65,12 @@ private static void createAndCheckValueType() throws Throwable {
66
65
new ObjectBackfill (defaultLong , defaultObject );
67
66
68
67
ValueTypeDoubleLong doubleLongInstance = new ValueTypeDoubleLong (
69
- new ValueLong (ValueTypeTests . defaultLong ), ValueTypeTests . defaultLongNew );
68
+ new ValueLong (defaultLong ), defaultLongNew );
70
69
ValueTypeQuadLong quadLongInstance = new ValueTypeQuadLong (doubleLongInstance ,
71
- new ValueLong (ValueTypeTests . defaultLongNew2 ), ValueTypeTests . defaultLongNew3 );
70
+ new ValueLong (defaultLongNew2 ), defaultLongNew3 );
72
71
ValueTypeDoubleQuadLong doubleQuadLongInstance =
73
72
new ValueTypeDoubleQuadLong (quadLongInstance , doubleLongInstance ,
74
- new ValueLong (ValueTypeTests . defaultLongNew4 ), ValueTypeTests . defaultLongNew5 );
73
+ new ValueLong (defaultLongNew4 ), defaultLongNew5 );
75
74
76
75
FlatUnAlignedSingleBackfill2 ![] flatUnAlignedSingleBackfill2Array =
77
76
new FlatUnAlignedSingleBackfill2 ![3 ];
@@ -80,7 +79,7 @@ private static void createAndCheckValueType() throws Throwable {
80
79
ValueTypeQuadLong [] quadLongArray = new ValueTypeQuadLong [3 ];
81
80
quadLongArray [1 ] = quadLongInstance ;
82
81
83
- checkObject (flatSingleBackfillInstance ,
82
+ ValueTypeTests . checkObject (flatSingleBackfillInstance ,
84
83
objectBackfillInstance ,
85
84
flatUnAlignedSingleBackfillInstance ,
86
85
flatUnAlignedSingleBackfill2Instance ,
0 commit comments