equal
deleted
inserted
replaced
24 package p; |
24 package p; |
25 |
25 |
26 import java.io.*; |
26 import java.io.*; |
27 import java.lang.instrument.ClassFileTransformer; |
27 import java.lang.instrument.ClassFileTransformer; |
28 import java.lang.instrument.Instrumentation; |
28 import java.lang.instrument.Instrumentation; |
29 import java.lang.reflect.Module; |
|
30 import java.security.ProtectionDomain; |
29 import java.security.ProtectionDomain; |
31 |
30 |
32 public class BootstrapClassPathAgent { |
31 public class BootstrapClassPathAgent { |
33 |
32 |
34 public static void premain(String args, Instrumentation inst) { |
33 public static void premain(String args, Instrumentation inst) { |