test/compiler/codecache/CheckSegmentedCodeCache.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/codecache/CheckSegmentedCodeCache.java

test/compiler/codecache/CheckSegmentedCodeCache.java

Print this page

        

*** 20,39 **** * or visit www.oracle.com if you need additional information or have any * questions. */ import com.oracle.java.testlibrary.*; ! import sun.hotspot.WhiteBox; /* * @test CheckSegmentedCodeCache * @bug 8015774 ! * @library /testlibrary /testlibrary/whitebox * @summary "Checks VM options related to the segmented code cache" * @build CheckSegmentedCodeCache ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI CheckSegmentedCodeCache */ public class CheckSegmentedCodeCache { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); // Code heap names --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ import com.oracle.java.testlibrary.*; ! import jdk.testlib.WhiteBox; /* * @test CheckSegmentedCodeCache * @bug 8015774 ! * @library /testlibrary /../../test/lib * @summary "Checks VM options related to the segmented code cache" * @build CheckSegmentedCodeCache ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI CheckSegmentedCodeCache */ public class CheckSegmentedCodeCache { private static final WhiteBox WHITE_BOX = WhiteBox.getWhiteBox(); // Code heap names
test/compiler/codecache/CheckSegmentedCodeCache.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File