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

/openjdk9/hotspot/test/gc/g1/mixedgc/
H A DTestLogging.java68 public static final int ALLOCATION_SIZE = 20000; field in class:TestLogging
124 liveOldObjects.add(new byte[TestLogging.ALLOCATION_SIZE * 5]);
125 deadOldObjects.add(new byte[TestLogging.ALLOCATION_SIZE * 5]);
169 newObjects.add(new byte[TestLogging.ALLOCATION_SIZE]);
/openjdk9/hotspot/test/compiler/codecache/jmx/
H A DPeakUsageTest.java70 CodeCacheUtils.ALLOCATION_SIZE, btype.id);
97 CodeCacheUtils.ALLOCATION_SIZE, btype.id);
H A DPoolsIndependenceTest.java90 CodeCacheUtils.ALLOCATION_SIZE, btype.id);
H A DCodeCacheUtils.java40 public static final int ALLOCATION_SIZE field in class:CodeCacheUtils
/openjdk9/hotspot/test/gc/g1/humongousObjects/
H A DTestObjectCollected.java101 * Allocates byte array of ALLOCATION_SIZE and returns weak/soft reference on it.
107 return new WeakReference<>(new byte[ALLOCATION_SIZE], referenceQueqe);
113 return new SoftReference<>(new byte[ALLOCATION_SIZE], referenceQueqe);
118 private static final int ALLOCATION_SIZE = WhiteBox.getWhiteBox().g1RegionSize() * 2 / 3; field in class:TestObjectCollected.REF_FACTORY
123 * @return weak/soft reference on byte array of ALLOCATION_SIZE

Completed in 60 milliseconds