test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java

changeset 7098
d2c5fee67143
parent 7004
85c339200299
equal deleted inserted replaced
7090:bb239308be67 7098:d2c5fee67143
33 * @summary "Tests the unloading of methods to to class unloading" 33 * @summary "Tests the unloading of methods to to class unloading"
34 * @library /testlibrary /testlibrary/whitebox 34 * @library /testlibrary /testlibrary/whitebox
35 * @build TestMethodUnloading 35 * @build TestMethodUnloading
36 * @build WorkerClass 36 * @build WorkerClass
37 * @run main ClassFileInstaller sun.hotspot.WhiteBox 37 * @run main ClassFileInstaller sun.hotspot.WhiteBox
38 * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:+UseParallelGC -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading 38 * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading
39 */ 39 */
40 public class TestMethodUnloading { 40 public class TestMethodUnloading {
41 private static final String workerClassName = "WorkerClass"; 41 private static final String workerClassName = "WorkerClass";
42 private static int work = -1; 42 private static int work = -1;
43 43

mercurial