test/compiler/codecache/CheckSegmentedCodeCache.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/compiler/codecache/CheckSegmentedCodeCache.java	Tue Dec  9 15:13:00 2014
--- new/test/compiler/codecache/CheckSegmentedCodeCache.java	Tue Dec  9 15:12:59 2014

*** 20,39 **** --- 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; ! import jdk.testlib.WhiteBox; /* * @test CheckSegmentedCodeCache * @bug 8015774 ! * @library /testlibrary /testlibrary/whitebox ! * @library /testlibrary /../../test/lib * @summary "Checks VM options related to the segmented code cache" * @build CheckSegmentedCodeCache ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @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