equal
deleted
inserted
replaced
54 import java.lang.reflect.InvocationTargetException; |
54 import java.lang.reflect.InvocationTargetException; |
55 import java.security.AccessController; |
55 import java.security.AccessController; |
56 import javax.management.AttributeNotFoundException; |
56 import javax.management.AttributeNotFoundException; |
57 import javax.management.openmbean.CompositeData; |
57 import javax.management.openmbean.CompositeData; |
58 |
58 |
59 import sun.misc.JavaBeansAccess; |
|
60 import sun.misc.SharedSecrets; |
|
61 import sun.reflect.misc.MethodUtil; |
59 import sun.reflect.misc.MethodUtil; |
62 import sun.reflect.misc.ReflectUtil; |
60 import sun.reflect.misc.ReflectUtil; |
63 |
61 |
64 /** |
62 /** |
65 * This class contains the methods for performing all the tests needed to verify |
63 * This class contains the methods for performing all the tests needed to verify |