Searched refs:liveOldObjects (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/test/gc/g1/mixedgc/
H A DTestLogging.java116 private static final List<byte[]> liveOldObjects = new ArrayList<>(); field in class:MixedGCProvoker
124 liveOldObjects.add(new byte[TestLogging.ALLOCATION_SIZE * 5]);
132 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects),
171 // check that liveOldObjects still alive
172 Asserts.assertTrue(WB.isObjectInOldGen(liveOldObjects),

Completed in 41 milliseconds