test/gc/whitebox/TestConcMarkCycleWB.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/gc/whitebox/TestConcMarkCycleWB.java

test/gc/whitebox/TestConcMarkCycleWB.java

Print this page

        

*** 23,42 **** /* * @test TestConMarkCycleWB * @bug 8065579 * @requires vm.gc=="null" | vm.gc=="G1" ! * @library /testlibrary /testlibrary/whitebox ! * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.WhiteBox TestConcMarkCycleWB ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB * @summary Verifies that ConcurrentMarking-related WB works properly */ import static com.oracle.java.testlibrary.Asserts.assertFalse; import static com.oracle.java.testlibrary.Asserts.assertTrue; ! import sun.hotspot.WhiteBox; public class TestConcMarkCycleWB { public static void main(String[] args) throws Exception { WhiteBox wb = WhiteBox.getWhiteBox(); --- 23,42 ---- /* * @test TestConMarkCycleWB * @bug 8065579 * @requires vm.gc=="null" | vm.gc=="G1" ! * @library /testlibrary /../../test/lib ! * @build ClassFileInstaller com.oracle.java.testlibrary.* jdk.testlib.WhiteBox TestConcMarkCycleWB ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseG1GC TestConcMarkCycleWB * @summary Verifies that ConcurrentMarking-related WB works properly */ import static com.oracle.java.testlibrary.Asserts.assertFalse; import static com.oracle.java.testlibrary.Asserts.assertTrue; ! import jdk.testlib.WhiteBox; public class TestConcMarkCycleWB { public static void main(String[] args) throws Exception { WhiteBox wb = WhiteBox.getWhiteBox();
test/gc/whitebox/TestConcMarkCycleWB.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File