hotspot/test/compiler/classUnloading/methodUnloading/TestMethodUnloading.java
changeset 33730 30e064828045
parent 28190 5a6b07edeb21
child 38152 80e5da81fb2c
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib
    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