test/serviceability/ParserTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/test/serviceability/ParserTest.java	Tue Dec  9 15:13:25 2014
--- new/test/serviceability/ParserTest.java	Tue Dec  9 15:13:25 2014

*** 22,43 **** --- 22,43 ---- */ /* * @test * @summary Test that the diagnostic command arguemnt parser works ! * @library /testlibrary /testlibrary/whitebox ! * @build ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.parser.* ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission ! * @library /testlibrary /../../test/lib ! * @build ClassFileInstaller jdk.testlib.WhiteBox jdk.testlib.parser.* ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ParserTest */ import java.math.BigInteger; ! import sun.hotspot.parser.DiagnosticCommand; ! import sun.hotspot.parser.DiagnosticCommand.DiagnosticArgumentType; ! import sun.hotspot.WhiteBox; ! import jdk.testlib.parser.DiagnosticCommand; ! import jdk.testlib.parser.DiagnosticCommand.DiagnosticArgumentType; ! import jdk.testlib.WhiteBox; public class ParserTest { WhiteBox wb; public ParserTest() throws Exception {

test/serviceability/ParserTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File