hotspot/test/compiler/jsr292/InvokerGC.java
changeset 37773 e5b3e9732c3c
parent 37289 9989add27bf4
child 38207 2ed792c9481d
equal deleted inserted replaced
37761:82b8d12a553f 37773:e5b3e9732c3c
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8067247
    26  * @bug 8067247
    27  * @library /test/lib /compiler/whitebox /
    27  * @library /test/lib /compiler/whitebox /
    28  * @run main/bootclasspath -Xcomp -Xbatch
    28  * @run main/bootclasspath/othervm -Xcomp -Xbatch
    29  *      -XX:CompileCommand=compileonly,InvokerGC::test
    29  *      -XX:CompileCommand=compileonly,InvokerGC::test
    30  *      -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    30  *      -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
    31  *      InvokerGC
    31  *      InvokerGC
    32  */
    32  */
    33 
    33