equal
deleted
inserted
replaced
31 * @run main/othervm -javaagent:agent.jar BootstrapClassPathTest BootstrapClassPathTest |
31 * @run main/othervm -javaagent:agent.jar BootstrapClassPathTest BootstrapClassPathTest |
32 */ |
32 */ |
33 |
33 |
34 import java.io.*; |
34 import java.io.*; |
35 import java.lang.instrument.*; |
35 import java.lang.instrument.*; |
36 import java.lang.reflect.Module; |
|
37 import java.security.ProtectionDomain; |
36 import java.security.ProtectionDomain; |
38 |
37 |
39 public class BootstrapClassPathTest { |
38 public class BootstrapClassPathTest { |
40 |
39 |
41 public static void main (String[] args) { |
40 public static void main (String[] args) { |