Searched refs:ManifestTestApp (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DManifestTestApp.java24 public class ManifestTestApp { class
26 System.out.println("Hello from ManifestTestApp!");
28 new ManifestTestApp().doTest();
H A DManifestTest.sh29 # @run build ManifestTestApp ExampleForBootClassPath
345 # Now that ManifestTestApp.class is built, we move
377 -classpath "${TESTCLASSES}" ManifestTestApp > output.log 2>&1
383 echo "PASS: ManifestTestApp exited with status of 0."
385 echo "FAIL: ManifestTestApp exited with status of $result"

Completed in 29 milliseconds