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

/openjdk10/hotspot/test/gc/g1/humongousObjects/
H A DTestNoAllocationsInHRegions.java68 public static LinkedList<byte[]> humongousAllocations = new LinkedList<>(); field in class:TestNoAllocationsInHRegions
199 humongousAllocations.add(new byte[HUMONGOUS_SIZES[RND.nextInt(HUMONGOUS_SIZES.length)]]);

Completed in 38 milliseconds