jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/Introspector.java
changeset 32834 e1dca5fe4de3
parent 32101 d7400a695eec
equal deleted inserted replaced
32833:b99bc9129f51 32834:e1dca5fe4de3
    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