comparison test/serviceability/ParserTest.java @ 17974:09f19d3de485

8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper Reviewed-by: sla, allwin
author ykantser
date Thu, 05 Jun 2014 15:55:49 +0200
parents b0301c02f38e
children
comparison
equal deleted inserted replaced
17973:9d8f8852abcc 17974:09f19d3de485
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test ParserTest 25 * @test
26 * @summary Test that the diagnostic command arguemnt parser works 26 * @summary Test that the diagnostic command arguemnt parser works
27 * @library /testlibrary /testlibrary/whitebox 27 * @library /testlibrary /testlibrary/whitebox
28 * @build ParserTest 28 * @build ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.parser.*
29 * @run main ClassFileInstaller sun.hotspot.WhiteBox 29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
30 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ParserTest 30 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ParserTest
31 */ 31 */
32 32
33 import java.math.BigInteger; 33 import java.math.BigInteger;