hotspot/test/gc/whitebox/TestConcMarkCycleWB.java
changeset 28190 5a6b07edeb21
parent 27900 d24cd7a1ed38
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    23 
    23 
    24 /*
    24 /*
    25  * @test TestConMarkCycleWB
    25  * @test TestConMarkCycleWB
    26  * @bug 8065579
    26  * @bug 8065579
    27  * @requires vm.gc=="null" | vm.gc=="G1"
    27  * @requires vm.gc=="null" | vm.gc=="G1"
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /../../test/lib
    29  * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestConcMarkCycleWB
    29  * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestConcMarkCycleWB
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB
    33  * @summary Verifies that ConcurrentMarking-related WB works properly
    33  * @summary Verifies that ConcurrentMarking-related WB works properly