< prev index next >

test/runtime/memory/ReadFromNoaccessArea.java

Print this page

        

*** 31,41 **** * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReadFromNoaccessArea */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class ReadFromNoaccessArea { public static void main(String args[]) throws Exception { --- 31,41 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ReadFromNoaccessArea */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class ReadFromNoaccessArea { public static void main(String args[]) throws Exception {
< prev index next >