test/gc/survivorAlignment/AlignmentHelper.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/survivorAlignment/AlignmentHelper.java

test/gc/survivorAlignment/AlignmentHelper.java

Print this page

        

*** 22,32 **** */ import java.lang.management.MemoryPoolMXBean; import java.util.Optional; ! import sun.hotspot.WhiteBox; /** * Helper class aimed to provide information about alignment of objects in * particular heap space, expected memory usage after objects' allocation so on. */ --- 22,32 ---- */ import java.lang.management.MemoryPoolMXBean; import java.util.Optional; ! import jdk.testlib.WhiteBox; /** * Helper class aimed to provide information about alignment of objects in * particular heap space, expected memory usage after objects' allocation so on. */
test/gc/survivorAlignment/AlignmentHelper.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File