test/testlibrary_tests/ctw/ClassesListTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/testlibrary_tests/ctw/ClassesListTest.java

test/testlibrary_tests/ctw/ClassesListTest.java

Print this page

        

*** 22,35 **** */ /* * @test * @bug 8012447 ! * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src ! * @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox Foo Bar ! * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassesListTest prepare * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst * @run main ClassesListTest check ctw.log * @summary testing of CompileTheWorld :: list of classes in file * @author igor.ignatyev@oracle.com --- 22,35 ---- */ /* * @test * @bug 8012447 ! * @library /testlibrary /../../test/lib /testlibrary/ctw/src ! * @build ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld jdk.testlib.WhiteBox Foo Bar ! * @run main ClassFileInstaller jdk.testlib.WhiteBox Foo Bar ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main ClassesListTest prepare * @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst * @run main ClassesListTest check ctw.log * @summary testing of CompileTheWorld :: list of classes in file * @author igor.ignatyev@oracle.com
test/testlibrary_tests/ctw/ClassesListTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File