test/testlibrary/ctw/test/JarDirTest.java

Print this page
rev 6486 : 8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper

*** 23,33 **** /* * @test JarDirTest * @bug 8012447 * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src ! * @build sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox JarDirTest Foo Bar * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar * @run main JarDirTest prepare * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld jars/* * @run main JarDirTest check ctw.log * @summary testing of CompileTheWorld :: jars in directory --- 23,33 ---- /* * @test JarDirTest * @bug 8012447 * @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src ! * @build ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox JarDirTest Foo Bar * @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar * @run main JarDirTest prepare * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld jars/* * @run main JarDirTest check ctw.log * @summary testing of CompileTheWorld :: jars in directory