2222package org .openj9 .test .lworld ;
2323
2424import java .lang .reflect .Array ;
25- import static org .openj9 .test .lworld .ValueTypeTests .*;
2625import static org .openj9 .test .lworld .ValueTypeTestClasses .*;
2726
2827public class DDRBackfillLayoutTest {
@@ -66,12 +65,12 @@ private static void createAndCheckValueType() throws Throwable {
6665 new ObjectBackfill (defaultLong , defaultObject );
6766
6867 ValueTypeDoubleLong doubleLongInstance = new ValueTypeDoubleLong (
69- new ValueLong (ValueTypeTests . defaultLong ), ValueTypeTests . defaultLongNew );
68+ new ValueLong (defaultLong ), defaultLongNew );
7069 ValueTypeQuadLong quadLongInstance = new ValueTypeQuadLong (doubleLongInstance ,
71- new ValueLong (ValueTypeTests . defaultLongNew2 ), ValueTypeTests . defaultLongNew3 );
70+ new ValueLong (defaultLongNew2 ), defaultLongNew3 );
7271 ValueTypeDoubleQuadLong doubleQuadLongInstance =
7372 new ValueTypeDoubleQuadLong (quadLongInstance , doubleLongInstance ,
74- new ValueLong (ValueTypeTests . defaultLongNew4 ), ValueTypeTests . defaultLongNew5 );
73+ new ValueLong (defaultLongNew4 ), defaultLongNew5 );
7574
7675 FlatUnAlignedSingleBackfill2 ![] flatUnAlignedSingleBackfill2Array =
7776 new FlatUnAlignedSingleBackfill2 ![3 ];
@@ -80,7 +79,7 @@ private static void createAndCheckValueType() throws Throwable {
8079 ValueTypeQuadLong [] quadLongArray = new ValueTypeQuadLong [3 ];
8180 quadLongArray [1 ] = quadLongInstance ;
8281
83- checkObject (flatSingleBackfillInstance ,
82+ ValueTypeTests . checkObject (flatSingleBackfillInstance ,
8483 objectBackfillInstance ,
8584 flatUnAlignedSingleBackfillInstance ,
8685 flatUnAlignedSingleBackfill2Instance ,
0 commit comments