Searched refs:ExampleForBootClassPath (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/lang/instrument/
H A DExampleForBootClassPath.java28 public class ExampleForBootClassPath { class
H A DAppendToBootstrapClassPathTest.java30 * @run build AppendToBootstrapClassPathTest ExampleForBootClassPath
67 ExampleForBootClassPath instance = new ExampleForBootClassPath();
H A DAppendToBootstrapClassPathSetUp.sh63 mv ${TESTCLASSES}/ExampleForBootClassPath.class hidden
H A DManifestTestApp.java37 System.out.println("PASS: ExampleForBootClassPath was loaded" +
40 System.out.println("FAIL: ExampleForBootClassPath was loaded" +
46 // not ExampleForBootClassPath was loaded. Depending on
50 System.out.println("ExampleForBootClassPath was not loaded.");
55 ExampleForBootClassPath instance = new ExampleForBootClassPath();
56 System.out.println("ExampleForBootClassPath was loaded.");
59 " ExampleForBootClassPath was loaded.");
61 System.out.println("FAIL: the wrong ExampleForBootClassPath" +
H A DManifestTest.sh30 # @run build ManifestTestApp ExampleForBootClassPath
39 expect_boot_cp_line="ExampleForBootClassPath was not loaded."
58 expect_boot_cp_line="ExampleForBootClassPath was loaded."
60 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class no_white_space
65 expect_boot_cp_line="ExampleForBootClassPath was loaded."
69 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class \
72 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath.class.bad \
73 " has_leading_blank/ExampleForBootClassPath.class"
78 expect_boot_cp_line="ExampleForBootClassPath was loaded."
82 cp -p $OUT_OF_THE_WAY/ExampleForBootClassPath
[all...]

Completed in 94 milliseconds