hotspot/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java
changeset 28190 5a6b07edeb21
parent 26308 23a4c333f248
child 33730 30e064828045
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    29 
    29 
    30 /*
    30 /*
    31  * @test MethodUnloadingTest
    31  * @test MethodUnloadingTest
    32  * @bug 8029443
    32  * @bug 8029443
    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 /../../test/lib
    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  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    38  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    39  * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading
    39  * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:-BackgroundCompilation -XX:-UseCompressedOops -XX:CompileOnly=TestMethodUnloading::doWork TestMethodUnloading