test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8055657 Cdiff test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java

test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java

Print this page

        

*** 34,44 **** * @library /testlibrary /testlibrary/whitebox * @build TestMethodUnloading * @build WorkerClass * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:+UseParallelGC -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading */ public class TestMethodUnloading { private static final String workerClassName = "WorkerClass"; private static int work = -1; --- 34,44 ---- * @library /testlibrary /testlibrary/whitebox * @build TestMethodUnloading * @build WorkerClass * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading */ public class TestMethodUnloading { private static final String workerClassName = "WorkerClass"; private static int work = -1;
test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File