public class com.sun.jmx.mbeanserver.MBeanInstantiator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.mbeanserver.MBeanInstantiator
  super_class: java.lang.Object
{
  private final com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository clr;
    descriptor: Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.util.Map<java.lang.String, java.lang.Class<?>> primitiveClasses;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=0
         0: .line 720
            invokestatic com.sun.jmx.mbeanserver.Util.newMap:()Ljava/util/Map;
            putstatic com.sun.jmx.mbeanserver.MBeanInstantiator.primitiveClasses:Ljava/util/Map;
         1: .line 722
            bipush 8
            anewarray java.lang.Class
            dup
            iconst_0
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
         2: .line 723
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_5
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            aastore
            dup
            bipush 6
         3: .line 724
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            aastore
            dup
            bipush 7
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 7
      StackMap locals: top int int java.lang.Class[]
      StackMap stack:
         4: aload 3
            iload 1
            aaload
            astore 0 /* c */
        start local 0 // java.lang.Class c
         5: .line 725
            getstatic com.sun.jmx.mbeanserver.MBeanInstantiator.primitiveClasses:Ljava/util/Map;
            aload 0 /* c */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 0 /* c */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 0 // java.lang.Class c
         6: .line 722
            iinc 1 1
      StackMap locals:
      StackMap stack:
         7: iload 1
            iload 2
            if_icmplt 4
         8: .line 726
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            5    6     0     c  Ljava/lang/Class<*>;

  void <init>(com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository);
    descriptor: (Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository clr
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* clr */
            putfield com.sun.jmx.mbeanserver.MBeanInstantiator.clr:Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
         2: .line 72
            return
        end local 1 // com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository clr
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    3     1   clr  Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
    MethodParameters:
      Name  Flags
      clr   

  public void testCreation(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.Class c
         0: .line 81
            aload 1 /* c */
            invokestatic com.sun.jmx.mbeanserver.Introspector.testCreation:(Ljava/lang/Class;)V
         1: .line 82
            return
        end local 1 // java.lang.Class c
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    2     1     c  Ljava/lang/Class<*>;
    Exceptions:
      throws javax.management.NotCompliantMBeanException
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Class<?> findClassWithDefaultLoaderRepository(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
         0: .line 92
            aload 1 /* className */
            ifnonnull 6
         1: .line 93
            new javax.management.RuntimeOperationsException
            dup
         2: .line 94
            new java.lang.IllegalArgumentException
            dup
            ldc "The class name cannot be null"
         3: .line 93
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         4: .line 95
            ldc "Exception occurred during object instantiation"
         5: .line 93
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* className */
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/String;)V
         7: .line 100
            aload 0 /* this */
            getfield com.sun.jmx.mbeanserver.MBeanInstantiator.clr:Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
            ifnonnull 8
            new java.lang.ClassNotFoundException
            dup
            aload 1 /* className */
            invokespecial java.lang.ClassNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.jmx.mbeanserver.MBeanInstantiator.clr:Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
            aload 1 /* className */
            invokeinterface com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* theClass */
        start local 2 // java.lang.Class theClass
         9: .line 102
            goto 14
        end local 2 // java.lang.Class theClass
        10: .line 103
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 3 /* ee */
        start local 3 // java.lang.ClassNotFoundException ee
        11: .line 104
            new javax.management.ReflectionException
            dup
            aload 3 /* ee */
        12: .line 105
            ldc "The MBean class could not be loaded by the default loader repository"
        13: .line 104
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.ClassNotFoundException ee
        start local 2 // java.lang.Class theClass
        14: .line 108
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* theClass */
            areturn
        end local 2 // java.lang.Class theClass
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   15     1  className  Ljava/lang/String;
            9   10     2   theClass  Ljava/lang/Class<*>;
           14   15     2   theClass  Ljava/lang/Class<*>;
           11   14     3         ee  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           7     9      10  Class java.lang.ClassNotFoundException
    Exceptions:
      throws javax.management.ReflectionException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      className  

  public java.lang.Class<?> findClass(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // java.lang.ClassLoader loader
         0: .line 119
            aload 1 /* className */
            aload 2 /* loader */
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.loadClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            areturn
        end local 2 // java.lang.ClassLoader loader
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    1     1  className  Ljava/lang/String;
            0    1     2     loader  Ljava/lang/ClassLoader;
    Exceptions:
      throws javax.management.ReflectionException
    Signature: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      className  
      loader     

  public java.lang.Class<?> findClass(java.lang.String, javax.management.ObjectName);
    descriptor: (Ljava/lang/String;Ljavax/management/ObjectName;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // javax.management.ObjectName aLoader
         0: .line 129
            aload 2 /* aLoader */
            ifnonnull 6
         1: .line 130
            new javax.management.RuntimeOperationsException
            dup
         2: .line 131
            new java.lang.IllegalArgumentException
            dup
         3: .line 130
            invokespecial java.lang.IllegalArgumentException.<init>:()V
         4: .line 131
            ldc "Null loader passed in parameter"
         5: .line 130
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 134
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* loader */
        start local 3 // java.lang.ClassLoader loader
         7: .line 135
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         8: .line 136
            aload 0 /* this */
            aload 2 /* aLoader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.getClassLoader:(Ljavax/management/ObjectName;)Ljava/lang/ClassLoader;
            astore 3 /* loader */
         9: .line 135
            aload 4
            monitorexit
        10: goto 13
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String javax.management.ObjectName java.lang.ClassLoader com.sun.jmx.mbeanserver.MBeanInstantiator
      StackMap stack: java.lang.Throwable
        11: aload 4
            monitorexit
        12: athrow
        13: .line 138
      StackMap locals:
      StackMap stack:
            aload 3 /* loader */
            ifnonnull 17
        14: .line 139
            new javax.management.InstanceNotFoundException
            dup
            new java.lang.StringBuilder
            dup
            ldc "The loader named "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 140
            aload 2 /* aLoader */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not registered in the MBeanServer"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 139
            invokespecial javax.management.InstanceNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* className */
            aload 3 /* loader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            areturn
        end local 3 // java.lang.ClassLoader loader
        end local 2 // javax.management.ObjectName aLoader
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   18     1  className  Ljava/lang/String;
            0   18     2    aLoader  Ljavax/management/ObjectName;
            7   18     3     loader  Ljava/lang/ClassLoader;
      Exception table:
        from    to  target  type
           8    10      11  any
          11    12      11  any
    Exceptions:
      throws javax.management.ReflectionException, javax.management.InstanceNotFoundException
    Signature: (Ljava/lang/String;Ljavax/management/ObjectName;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      className  
      aLoader    

  public java.lang.Class<?>[] findSignatureClasses(java.lang.String[], java.lang.ClassLoader);
    descriptor: ([Ljava/lang/String;Ljava/lang/ClassLoader;)[Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String[] signature
        start local 2 // java.lang.ClassLoader loader
         0: .line 154
            aload 1 /* signature */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 155
      StackMap locals:
      StackMap stack:
            aload 2 /* loader */
            astore 3 /* aLoader */
        start local 3 // java.lang.ClassLoader aLoader
         2: .line 156
            aload 1 /* signature */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         3: .line 157
            iload 4 /* length */
            anewarray java.lang.Class
            astore 5 /* tab */
        start local 5 // java.lang.Class[] tab
         4: .line 159
            iload 4 /* length */
            ifne 5
            aload 5 /* tab */
            areturn
         5: .line 161
      StackMap locals: java.lang.ClassLoader int java.lang.Class[]
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 19
         7: .line 166
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.jmx.mbeanserver.MBeanInstantiator.primitiveClasses:Ljava/util/Map;
            aload 1 /* signature */
            iload 6 /* i */
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 7 /* primCla */
        start local 7 // java.lang.Class primCla
         8: .line 167
            aload 7 /* primCla */
            ifnull 11
         9: .line 168
            aload 5 /* tab */
            iload 6 /* i */
            aload 7 /* primCla */
            aastore
        10: .line 169
            goto 18
        11: .line 172
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* signature */
            iload 6 /* i */
            aaload
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/String;)V
        12: .line 176
            aload 3 /* aLoader */
            ifnull 15
        13: .line 180
            aload 5 /* tab */
            iload 6 /* i */
            aload 1 /* signature */
            iload 6 /* i */
            aaload
            iconst_0
            aload 3 /* aLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            aastore
        14: .line 181
            goto 18
        15: .line 184
      StackMap locals:
      StackMap stack:
            aload 5 /* tab */
            iload 6 /* i */
            aload 0 /* this */
            aload 1 /* signature */
            iload 6 /* i */
            aaload
        16: .line 185
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
        17: .line 184
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            aastore
        end local 7 // java.lang.Class primCla
        18: .line 161
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 6 // int i
        20: .line 188
            goto 35
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String[] java.lang.ClassLoader java.lang.ClassLoader int java.lang.Class[]
      StackMap stack: java.lang.ClassNotFoundException
        21: astore 6 /* e */
        start local 6 // java.lang.ClassNotFoundException e
        22: .line 189
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 26
        23: .line 190
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        24: .line 191
            ldc "The parameter class could not be found"
            aload 6 /* e */
        25: .line 190
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        26: .line 193
      StackMap locals: java.lang.ClassNotFoundException
      StackMap stack:
            new javax.management.ReflectionException
            dup
            aload 6 /* e */
        27: .line 194
            ldc "The parameter class could not be found"
        28: .line 193
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.ClassNotFoundException e
        29: .line 195
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String[] java.lang.ClassLoader java.lang.ClassLoader int java.lang.Class[]
      StackMap stack: java.lang.RuntimeException
            astore 6 /* e */
        start local 6 // java.lang.RuntimeException e
        30: .line 196
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 34
        31: .line 197
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        32: .line 198
            ldc "Unexpected exception"
            aload 6 /* e */
        33: .line 197
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        34: .line 200
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 6 /* e */
            athrow
        end local 6 // java.lang.RuntimeException e
        35: .line 202
      StackMap locals:
      StackMap stack:
            aload 5 /* tab */
            areturn
        end local 5 // java.lang.Class[] tab
        end local 4 // int length
        end local 3 // java.lang.ClassLoader aLoader
        end local 2 // java.lang.ClassLoader loader
        end local 1 // java.lang.String[] signature
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   36     1  signature  [Ljava/lang/String;
            0   36     2     loader  Ljava/lang/ClassLoader;
            2   36     3    aLoader  Ljava/lang/ClassLoader;
            3   36     4     length  I
            4   36     5        tab  [Ljava/lang/Class;
            6   20     6          i  I
            8   18     7    primCla  Ljava/lang/Class<*>;
           22   29     6          e  Ljava/lang/ClassNotFoundException;
           30   35     6          e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           5    20      21  Class java.lang.ClassNotFoundException
           5    20      29  Class java.lang.RuntimeException
    Exceptions:
      throws javax.management.ReflectionException
    Signature: ([Ljava/lang/String;Ljava/lang/ClassLoader;)[Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      signature  
      loader     

  public  instantiate(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.Class theClass
         0: .line 213
            aload 1 /* theClass */
            aconst_null
            aconst_null
            ldc "instantiate"
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.checkMBeanPermission:(Ljava/lang/Class;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
         1: .line 219
            aload 0 /* this */
            aload 1 /* theClass */
            aconst_null
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 3 /* cons */
        start local 3 // java.lang.reflect.Constructor cons
         2: .line 220
            aload 3 /* cons */
            ifnonnull 6
         3: .line 221
            new javax.management.ReflectionException
            dup
         4: .line 222
            new java.lang.NoSuchMethodException
            dup
            ldc "No such constructor"
         5: .line 221
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;)V
            athrow
         6: .line 226
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class top java.lang.reflect.Constructor
      StackMap stack:
            aload 1 /* theClass */
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/Class;)V
         7: .line 227
            aload 1 /* theClass */
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.ensureClassAccess:(Ljava/lang/Class;)V
         8: .line 228
            aload 3 /* cons */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* moi */
        start local 2 // java.lang.Object moi
         9: .line 229
            goto 41
        end local 2 // java.lang.Object moi
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
        10: astore 4 /* e */
        start local 4 // java.lang.reflect.InvocationTargetException e
        11: .line 231
            aload 4 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
        12: .line 232
            aload 5 /* t */
            instanceof java.lang.RuntimeException
            ifeq 16
        13: .line 233
            new javax.management.RuntimeMBeanException
            dup
            aload 5 /* t */
            checkcast java.lang.RuntimeException
        14: .line 234
            ldc "RuntimeException thrown in the MBean's empty constructor"
        15: .line 233
            invokespecial javax.management.RuntimeMBeanException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        16: .line 235
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 5 /* t */
            instanceof java.lang.Error
            ifeq 20
        17: .line 236
            new javax.management.RuntimeErrorException
            dup
            aload 5 /* t */
            checkcast java.lang.Error
        18: .line 237
            ldc "Error thrown in the MBean's empty constructor"
        19: .line 236
            invokespecial javax.management.RuntimeErrorException.<init>:(Ljava/lang/Error;Ljava/lang/String;)V
            athrow
        20: .line 239
      StackMap locals:
      StackMap stack:
            new javax.management.MBeanException
            dup
            aload 5 /* t */
            checkcast java.lang.Exception
        21: .line 240
            ldc "Exception thrown in the MBean's empty constructor"
        22: .line 239
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Throwable t
        end local 4 // java.lang.reflect.InvocationTargetException e
        23: .line 242
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class top java.lang.reflect.Constructor
      StackMap stack: java.lang.NoSuchMethodError
            pop
        24: .line 243
            new javax.management.ReflectionException
            dup
        25: .line 244
            new java.lang.NoSuchMethodException
            dup
            ldc "No constructor"
        26: .line 243
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
        27: .line 245
            ldc "No such constructor"
        28: .line 243
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        29: .line 246
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 4 /* e */
        start local 4 // java.lang.InstantiationException e
        30: .line 247
            new javax.management.ReflectionException
            dup
            aload 4 /* e */
        31: .line 248
            ldc "Exception thrown trying to invoke the MBean's empty constructor"
        32: .line 247
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.InstantiationException e
        33: .line 249
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 4 /* e */
        start local 4 // java.lang.IllegalAccessException e
        34: .line 250
            new javax.management.ReflectionException
            dup
            aload 4 /* e */
        35: .line 251
            ldc "Exception thrown trying to invoke the MBean's empty constructor"
        36: .line 250
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.IllegalAccessException e
        37: .line 252
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            astore 4 /* e */
        start local 4 // java.lang.IllegalArgumentException e
        38: .line 253
            new javax.management.ReflectionException
            dup
            aload 4 /* e */
        39: .line 254
            ldc "Exception thrown trying to invoke the MBean's empty constructor"
        40: .line 253
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.IllegalArgumentException e
        start local 2 // java.lang.Object moi
        41: .line 256
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class java.lang.Object java.lang.reflect.Constructor
      StackMap stack:
            aload 2 /* moi */
            areturn
        end local 3 // java.lang.reflect.Constructor cons
        end local 2 // java.lang.Object moi
        end local 1 // java.lang.Class theClass
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   42     0      this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   42     1  theClass  Ljava/lang/Class<*>;
            9   10     2       moi  Ljava/lang/Object;
           41   42     2       moi  Ljava/lang/Object;
            2   42     3      cons  Ljava/lang/reflect/Constructor<*>;
           11   23     4         e  Ljava/lang/reflect/InvocationTargetException;
           12   23     5         t  Ljava/lang/Throwable;
           30   33     4         e  Ljava/lang/InstantiationException;
           34   37     4         e  Ljava/lang/IllegalAccessException;
           38   41     4         e  Ljava/lang/IllegalArgumentException;
      Exception table:
        from    to  target  type
           6     9      10  Class java.lang.reflect.InvocationTargetException
           6     9      23  Class java.lang.NoSuchMethodError
           6     9      29  Class java.lang.InstantiationException
           6     9      33  Class java.lang.IllegalAccessException
           6     9      37  Class java.lang.IllegalArgumentException
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      theClass  

  public  instantiate(java.lang.Class<?>, [], java.lang.String[], java.lang.ClassLoader);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.Class theClass
        start local 2 // java.lang.Object[] params
        start local 3 // java.lang.String[] signature
        start local 4 // java.lang.ClassLoader loader
         0: .line 271
            aload 1 /* theClass */
            aconst_null
            aconst_null
            ldc "instantiate"
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.checkMBeanPermission:(Ljava/lang/Class;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
         1: .line 281
            aload 1 /* theClass */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 7 /* aLoader */
        start local 7 // java.lang.ClassLoader aLoader
         2: .line 285
            aload 3 /* signature */
            ifnonnull 3
            aconst_null
            goto 4
         3: .line 286
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class java.lang.Object[] java.lang.String[] java.lang.ClassLoader top top java.lang.ClassLoader
      StackMap stack:
            aload 0 /* this */
            aload 3 /* signature */
            aload 7 /* aLoader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findSignatureClasses:([Ljava/lang/String;Ljava/lang/ClassLoader;)[Ljava/lang/Class;
         4: .line 284
      StackMap locals:
      StackMap stack: java.lang.Class[]
            astore 5 /* tab */
        end local 7 // java.lang.ClassLoader aLoader
        start local 5 // java.lang.Class[] tab
         5: .line 287
            goto 10
        end local 5 // java.lang.Class[] tab
         6: .line 289
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class java.lang.Object[] java.lang.String[] java.lang.ClassLoader
      StackMap stack: java.lang.IllegalArgumentException
            astore 7 /* e */
        start local 7 // java.lang.IllegalArgumentException e
         7: .line 290
            new javax.management.ReflectionException
            dup
            aload 7 /* e */
         8: .line 291
            ldc "The constructor parameter classes could not be loaded"
         9: .line 290
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.IllegalArgumentException e
        start local 5 // java.lang.Class[] tab
        10: .line 295
      StackMap locals: java.lang.Class[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* theClass */
            aload 5 /* tab */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 7 /* cons */
        start local 7 // java.lang.reflect.Constructor cons
        11: .line 297
            aload 7 /* cons */
            ifnonnull 15
        12: .line 298
            new javax.management.ReflectionException
            dup
        13: .line 299
            new java.lang.NoSuchMethodException
            dup
            ldc "No such constructor"
        14: .line 298
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;)V
            athrow
        15: .line 302
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class java.lang.Object[] java.lang.String[] java.lang.ClassLoader java.lang.Class[] top java.lang.reflect.Constructor
      StackMap stack:
            aload 1 /* theClass */
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/Class;)V
        16: .line 303
            aload 1 /* theClass */
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.ensureClassAccess:(Ljava/lang/Class;)V
        17: .line 304
            aload 7 /* cons */
            aload 2 /* params */
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* moi */
        start local 6 // java.lang.Object moi
        18: .line 305
            goto 46
        end local 6 // java.lang.Object moi
        19: .line 306
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodError
            pop
        20: .line 307
            new javax.management.ReflectionException
            dup
        21: .line 308
            new java.lang.NoSuchMethodException
            dup
            ldc "No such constructor found"
        22: .line 307
            invokespecial java.lang.NoSuchMethodException.<init>:(Ljava/lang/String;)V
        23: .line 309
            ldc "No such constructor"
        24: .line 307
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        25: .line 311
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 8 /* e */
        start local 8 // java.lang.InstantiationException e
        26: .line 312
            new javax.management.ReflectionException
            dup
            aload 8 /* e */
        27: .line 313
            ldc "Exception thrown trying to invoke the MBean's constructor"
        28: .line 312
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.InstantiationException e
        29: .line 315
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 8 /* e */
        start local 8 // java.lang.IllegalAccessException e
        30: .line 316
            new javax.management.ReflectionException
            dup
            aload 8 /* e */
        31: .line 317
            ldc "Exception thrown trying to invoke the MBean's constructor"
        32: .line 316
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 8 // java.lang.IllegalAccessException e
        33: .line 319
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 8 /* e */
        start local 8 // java.lang.reflect.InvocationTargetException e
        34: .line 321
            aload 8 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            astore 9 /* th */
        start local 9 // java.lang.Throwable th
        35: .line 322
            aload 9 /* th */
            instanceof java.lang.RuntimeException
            ifeq 39
        36: .line 323
            new javax.management.RuntimeMBeanException
            dup
            aload 9 /* th */
            checkcast java.lang.RuntimeException
        37: .line 324
            ldc "RuntimeException thrown in the MBean's constructor"
        38: .line 323
            invokespecial javax.management.RuntimeMBeanException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        39: .line 325
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 9 /* th */
            instanceof java.lang.Error
            ifeq 43
        40: .line 326
            new javax.management.RuntimeErrorException
            dup
            aload 9 /* th */
            checkcast java.lang.Error
        41: .line 327
            ldc "Error thrown in the MBean's constructor"
        42: .line 326
            invokespecial javax.management.RuntimeErrorException.<init>:(Ljava/lang/Error;Ljava/lang/String;)V
            athrow
        43: .line 329
      StackMap locals:
      StackMap stack:
            new javax.management.MBeanException
            dup
            aload 9 /* th */
            checkcast java.lang.Exception
        44: .line 330
            ldc "Exception thrown in the MBean's constructor"
        45: .line 329
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 9 // java.lang.Throwable th
        end local 8 // java.lang.reflect.InvocationTargetException e
        start local 6 // java.lang.Object moi
        46: .line 333
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.Class java.lang.Object[] java.lang.String[] java.lang.ClassLoader java.lang.Class[] java.lang.Object java.lang.reflect.Constructor
      StackMap stack:
            aload 6 /* moi */
            areturn
        end local 7 // java.lang.reflect.Constructor cons
        end local 6 // java.lang.Object moi
        end local 5 // java.lang.Class[] tab
        end local 4 // java.lang.ClassLoader loader
        end local 3 // java.lang.String[] signature
        end local 2 // java.lang.Object[] params
        end local 1 // java.lang.Class theClass
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   47     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   47     1   theClass  Ljava/lang/Class<*>;
            0   47     2     params  [Ljava/lang/Object;
            0   47     3  signature  [Ljava/lang/String;
            0   47     4     loader  Ljava/lang/ClassLoader;
            5    6     5        tab  [Ljava/lang/Class;
           10   47     5        tab  [Ljava/lang/Class;
           18   19     6        moi  Ljava/lang/Object;
           46   47     6        moi  Ljava/lang/Object;
            2    5     7    aLoader  Ljava/lang/ClassLoader;
            7   10     7          e  Ljava/lang/IllegalArgumentException;
           11   47     7       cons  Ljava/lang/reflect/Constructor<*>;
           26   29     8          e  Ljava/lang/InstantiationException;
           30   33     8          e  Ljava/lang/IllegalAccessException;
           34   46     8          e  Ljava/lang/reflect/InvocationTargetException;
           35   46     9         th  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     5       6  Class java.lang.IllegalArgumentException
          15    18      19  Class java.lang.NoSuchMethodError
          15    18      25  Class java.lang.InstantiationException
          15    18      29  Class java.lang.IllegalAccessException
          15    18      33  Class java.lang.reflect.InvocationTargetException
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      theClass   
      params     
      signature  
      loader     

  public java.io.ObjectInputStream deserialize(java.lang.ClassLoader, byte[]);
    descriptor: (Ljava/lang/ClassLoader;[B)Ljava/io/ObjectInputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.ClassLoader loader
        start local 2 // byte[] data
         0: .line 351
            aload 2 /* data */
            ifnonnull 6
         1: .line 352
            new javax.management.RuntimeOperationsException
            dup
         2: .line 353
            new java.lang.IllegalArgumentException
            dup
         3: .line 352
            invokespecial java.lang.IllegalArgumentException.<init>:()V
         4: .line 353
            ldc "Null data passed in parameter"
         5: .line 352
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 355
      StackMap locals:
      StackMap stack:
            aload 2 /* data */
            arraylength
            ifne 12
         7: .line 356
            new javax.management.RuntimeOperationsException
            dup
         8: .line 357
            new java.lang.IllegalArgumentException
            dup
         9: .line 356
            invokespecial java.lang.IllegalArgumentException.<init>:()V
        10: .line 357
            ldc "Empty data passed in parameter"
        11: .line 356
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        12: .line 364
      StackMap locals:
      StackMap stack:
            new java.io.ByteArrayInputStream
            dup
            aload 2 /* data */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 3 /* bIn */
        start local 3 // java.io.ByteArrayInputStream bIn
        13: .line 366
            new com.sun.jmx.mbeanserver.ObjectInputStreamWithLoader
            dup
            aload 3 /* bIn */
            aload 1 /* loader */
            invokespecial com.sun.jmx.mbeanserver.ObjectInputStreamWithLoader.<init>:(Ljava/io/InputStream;Ljava/lang/ClassLoader;)V
            astore 4 /* objIn */
        start local 4 // java.io.ObjectInputStream objIn
        14: .line 367
            goto 19
        end local 4 // java.io.ObjectInputStream objIn
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.ClassLoader byte[] java.io.ByteArrayInputStream
      StackMap stack: java.io.IOException
        15: pop
        16: .line 368
            new javax.management.OperationsException
            dup
        17: .line 369
            ldc "An IOException occurred trying to de-serialize the data"
        18: .line 368
            invokespecial javax.management.OperationsException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // java.io.ObjectInputStream objIn
        19: .line 372
      StackMap locals: java.io.ObjectInputStream
      StackMap stack:
            aload 4 /* objIn */
            areturn
        end local 4 // java.io.ObjectInputStream objIn
        end local 3 // java.io.ByteArrayInputStream bIn
        end local 2 // byte[] data
        end local 1 // java.lang.ClassLoader loader
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   20     1  loader  Ljava/lang/ClassLoader;
            0   20     2    data  [B
           13   20     3     bIn  Ljava/io/ByteArrayInputStream;
           14   15     4   objIn  Ljava/io/ObjectInputStream;
           19   20     4   objIn  Ljava/io/ObjectInputStream;
      Exception table:
        from    to  target  type
          13    14      15  Class java.io.IOException
    Exceptions:
      throws javax.management.OperationsException
    MethodParameters:
        Name  Flags
      loader  
      data    

  public java.io.ObjectInputStream deserialize(java.lang.String, javax.management.ObjectName, byte[], java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljavax/management/ObjectName;[BLjava/lang/ClassLoader;)Ljava/io/ObjectInputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // javax.management.ObjectName loaderName
        start local 3 // byte[] data
        start local 4 // java.lang.ClassLoader loader
         0: .line 408
            aload 3 /* data */
            ifnonnull 6
         1: .line 409
            new javax.management.RuntimeOperationsException
            dup
         2: .line 410
            new java.lang.IllegalArgumentException
            dup
         3: .line 409
            invokespecial java.lang.IllegalArgumentException.<init>:()V
         4: .line 410
            ldc "Null data passed in parameter"
         5: .line 409
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 412
      StackMap locals:
      StackMap stack:
            aload 3 /* data */
            arraylength
            ifne 12
         7: .line 413
            new javax.management.RuntimeOperationsException
            dup
         8: .line 414
            new java.lang.IllegalArgumentException
            dup
         9: .line 413
            invokespecial java.lang.IllegalArgumentException.<init>:()V
        10: .line 414
            ldc "Empty data passed in parameter"
        11: .line 413
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        12: .line 416
      StackMap locals:
      StackMap stack:
            aload 1 /* className */
            ifnonnull 18
        13: .line 417
            new javax.management.RuntimeOperationsException
            dup
        14: .line 418
            new java.lang.IllegalArgumentException
            dup
        15: .line 417
            invokespecial java.lang.IllegalArgumentException.<init>:()V
        16: .line 418
            ldc "Null className passed in parameter"
        17: .line 417
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        18: .line 421
      StackMap locals:
      StackMap stack:
            aload 1 /* className */
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/String;)V
        19: .line 423
            aload 2 /* loaderName */
            ifnonnull 22
        20: .line 425
            aload 0 /* this */
            aload 1 /* className */
            aload 4 /* loader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            astore 5 /* theClass */
        start local 5 // java.lang.Class theClass
        21: .line 427
            goto 34
        end local 5 // java.lang.Class theClass
        22: .line 430
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* instance */
        start local 6 // java.lang.ClassLoader instance
        23: .line 432
            aload 0 /* this */
            aload 2 /* loaderName */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.getClassLoader:(Ljavax/management/ObjectName;)Ljava/lang/ClassLoader;
            astore 6 /* instance */
        24: .line 433
            aload 6 /* instance */
            ifnonnull 26
        25: .line 434
            new java.lang.ClassNotFoundException
            dup
            aload 1 /* className */
            invokespecial java.lang.ClassNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        26: .line 435
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String javax.management.ObjectName byte[] java.lang.ClassLoader top java.lang.ClassLoader
      StackMap stack:
            aload 1 /* className */
            iconst_0
            aload 6 /* instance */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 5 /* theClass */
        end local 6 // java.lang.ClassLoader instance
        start local 5 // java.lang.Class theClass
        27: .line 436
            goto 34
        end local 5 // java.lang.Class theClass
        28: .line 437
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String javax.management.ObjectName byte[] java.lang.ClassLoader
      StackMap stack: java.lang.ClassNotFoundException
            astore 6 /* e */
        start local 6 // java.lang.ClassNotFoundException e
        29: .line 438
            new javax.management.ReflectionException
            dup
            aload 6 /* e */
        30: .line 439
            new java.lang.StringBuilder
            dup
            ldc "The MBean class could not be loaded by the "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        31: .line 440
            aload 2 /* loaderName */
            invokevirtual javax.management.ObjectName.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " class loader"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 439
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        33: .line 438
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.ClassNotFoundException e
        start local 5 // java.lang.Class theClass
        34: .line 448
      StackMap locals: java.lang.Class
      StackMap stack:
            new java.io.ByteArrayInputStream
            dup
            aload 3 /* data */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 6 /* bIn */
        start local 6 // java.io.ByteArrayInputStream bIn
        35: .line 450
            new com.sun.jmx.mbeanserver.ObjectInputStreamWithLoader
            dup
            aload 6 /* bIn */
        36: .line 451
            aload 5 /* theClass */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
        37: .line 450
            invokespecial com.sun.jmx.mbeanserver.ObjectInputStreamWithLoader.<init>:(Ljava/io/InputStream;Ljava/lang/ClassLoader;)V
            astore 7 /* objIn */
        start local 7 // java.io.ObjectInputStream objIn
        38: .line 452
            goto 43
        end local 7 // java.io.ObjectInputStream objIn
      StackMap locals: com.sun.jmx.mbeanserver.MBeanInstantiator java.lang.String javax.management.ObjectName byte[] java.lang.ClassLoader java.lang.Class java.io.ByteArrayInputStream
      StackMap stack: java.io.IOException
        39: pop
        40: .line 453
            new javax.management.OperationsException
            dup
        41: .line 454
            ldc "An IOException occurred trying to de-serialize the data"
        42: .line 453
            invokespecial javax.management.OperationsException.<init>:(Ljava/lang/String;)V
            athrow
        start local 7 // java.io.ObjectInputStream objIn
        43: .line 457
      StackMap locals: java.io.ObjectInputStream
      StackMap stack:
            aload 7 /* objIn */
            areturn
        end local 7 // java.io.ObjectInputStream objIn
        end local 6 // java.io.ByteArrayInputStream bIn
        end local 5 // java.lang.Class theClass
        end local 4 // java.lang.ClassLoader loader
        end local 3 // byte[] data
        end local 2 // javax.management.ObjectName loaderName
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   44     0        this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   44     1   className  Ljava/lang/String;
            0   44     2  loaderName  Ljavax/management/ObjectName;
            0   44     3        data  [B
            0   44     4      loader  Ljava/lang/ClassLoader;
           21   22     5    theClass  Ljava/lang/Class<*>;
           27   28     5    theClass  Ljava/lang/Class<*>;
           34   44     5    theClass  Ljava/lang/Class<*>;
           23   27     6    instance  Ljava/lang/ClassLoader;
           29   34     6           e  Ljava/lang/ClassNotFoundException;
           35   44     6         bIn  Ljava/io/ByteArrayInputStream;
           38   39     7       objIn  Ljava/io/ObjectInputStream;
           43   44     7       objIn  Ljava/io/ObjectInputStream;
      Exception table:
        from    to  target  type
          22    27      28  Class java.lang.ClassNotFoundException
          35    38      39  Class java.io.IOException
    Exceptions:
      throws javax.management.InstanceNotFoundException, javax.management.OperationsException, javax.management.ReflectionException
    MethodParameters:
            Name  Flags
      className   
      loaderName  
      data        
      loader      

  public java.lang.Object instantiate(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
         0: .line 487
            aload 0 /* this */
            aload 1 /* className */
            aconst_null
            aconst_null
            aconst_null
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.instantiate:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    1     1  className  Ljava/lang/String;
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException
    MethodParameters:
           Name  Flags
      className  

  public java.lang.Object instantiate(java.lang.String, javax.management.ObjectName, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/ClassLoader;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // javax.management.ObjectName loaderName
        start local 3 // java.lang.ClassLoader loader
         0: .line 523
            aload 0 /* this */
            aload 1 /* className */
            aload 2 /* loaderName */
            aconst_null
         1: .line 524
            aconst_null
            aload 3 /* loader */
         2: .line 523
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.instantiate:(Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.ClassLoader loader
        end local 2 // javax.management.ObjectName loaderName
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    3     1   className  Ljava/lang/String;
            0    3     2  loaderName  Ljavax/management/ObjectName;
            0    3     3      loader  Ljava/lang/ClassLoader;
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException, javax.management.InstanceNotFoundException
    MethodParameters:
            Name  Flags
      className   
      loaderName  
      loader      

  public java.lang.Object instantiate(java.lang.String, java.lang.Object[], java.lang.String[], java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // java.lang.Object[] params
        start local 3 // java.lang.String[] signature
        start local 4 // java.lang.ClassLoader loader
         0: .line 561
            aload 0 /* this */
            aload 1 /* className */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClassWithDefaultLoaderRepository:(Ljava/lang/String;)Ljava/lang/Class;
            astore 5 /* theClass */
        start local 5 // java.lang.Class theClass
         1: .line 562
            aload 0 /* this */
            aload 5 /* theClass */
            aload 2 /* params */
            aload 3 /* signature */
            aload 4 /* loader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.instantiate:(Ljava/lang/Class;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
            areturn
        end local 5 // java.lang.Class theClass
        end local 4 // java.lang.ClassLoader loader
        end local 3 // java.lang.String[] signature
        end local 2 // java.lang.Object[] params
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    2     1  className  Ljava/lang/String;
            0    2     2     params  [Ljava/lang/Object;
            0    2     3  signature  [Ljava/lang/String;
            0    2     4     loader  Ljava/lang/ClassLoader;
            1    2     5   theClass  Ljava/lang/Class<*>;
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException
    MethodParameters:
           Name  Flags
      className  
      params     
      signature  
      loader     

  public java.lang.Object instantiate(java.lang.String, javax.management.ObjectName, java.lang.Object[], java.lang.String[], java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljavax/management/ObjectName;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.String className
        start local 2 // javax.management.ObjectName loaderName
        start local 3 // java.lang.Object[] params
        start local 4 // java.lang.String[] signature
        start local 5 // java.lang.ClassLoader loader
         0: .line 611
            aload 2 /* loaderName */
            ifnonnull 3
         1: .line 612
            aload 0 /* this */
            aload 1 /* className */
            aload 5 /* loader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClass:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
            astore 6 /* theClass */
        start local 6 // java.lang.Class theClass
         2: .line 613
            goto 4
        end local 6 // java.lang.Class theClass
         3: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* className */
            aload 2 /* loaderName */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.findClass:(Ljava/lang/String;Ljavax/management/ObjectName;)Ljava/lang/Class;
            astore 6 /* theClass */
        start local 6 // java.lang.Class theClass
         4: .line 616
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            aload 6 /* theClass */
            aload 3 /* params */
            aload 4 /* signature */
            aload 5 /* loader */
            invokevirtual com.sun.jmx.mbeanserver.MBeanInstantiator.instantiate:(Ljava/lang/Class;[Ljava/lang/Object;[Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Object;
            areturn
        end local 6 // java.lang.Class theClass
        end local 5 // java.lang.ClassLoader loader
        end local 4 // java.lang.String[] signature
        end local 3 // java.lang.Object[] params
        end local 2 // javax.management.ObjectName loaderName
        end local 1 // java.lang.String className
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    5     1   className  Ljava/lang/String;
            0    5     2  loaderName  Ljavax/management/ObjectName;
            0    5     3      params  [Ljava/lang/Object;
            0    5     4   signature  [Ljava/lang/String;
            0    5     5      loader  Ljava/lang/ClassLoader;
            2    3     6    theClass  Ljava/lang/Class<*>;
            4    5     6    theClass  Ljava/lang/Class<*>;
    Exceptions:
      throws javax.management.ReflectionException, javax.management.MBeanException, javax.management.InstanceNotFoundException
    MethodParameters:
            Name  Flags
      className   
      loaderName  
      params      
      signature   
      loader      

  public com.sun.jmx.mbeanserver.ModifiableClassLoaderRepository getClassLoaderRepository();
    descriptor: ()Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
         0: .line 624
            aconst_null
            aconst_null
            aconst_null
            ldc "getClassLoaderRepository"
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.checkMBeanPermission:(Ljava/lang/String;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
         1: .line 625
            aload 0 /* this */
            getfield com.sun.jmx.mbeanserver.MBeanInstantiator.clr:Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
            areturn
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;

  static java.lang.Class<?> loadClass(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // java.lang.String className
        start local 1 // java.lang.ClassLoader loader
         0: .line 635
            aload 0 /* className */
            ifnonnull 6
         1: .line 636
            new javax.management.RuntimeOperationsException
            dup
         2: .line 637
            new java.lang.IllegalArgumentException
            dup
            ldc "The class name cannot be null"
         3: .line 636
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         4: .line 638
            ldc "Exception occurred during object instantiation"
         5: .line 636
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* className */
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/String;)V
         7: .line 642
            aload 1 /* loader */
            ifnonnull 9
         8: .line 643
            ldc Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 1 /* loader */
         9: .line 644
      StackMap locals:
      StackMap stack:
            aload 1 /* loader */
            ifnull 12
        10: .line 645
            aload 0 /* className */
            iconst_0
            aload 1 /* loader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 2 /* theClass */
        start local 2 // java.lang.Class theClass
        11: .line 646
            goto 18
        end local 2 // java.lang.Class theClass
        12: .line 647
      StackMap locals:
      StackMap stack:
            aload 0 /* className */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 2 /* theClass */
        start local 2 // java.lang.Class theClass
        13: .line 649
            goto 18
        end local 2 // java.lang.Class theClass
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
        14: astore 3 /* e */
        start local 3 // java.lang.ClassNotFoundException e
        15: .line 650
            new javax.management.ReflectionException
            dup
            aload 3 /* e */
        16: .line 651
            ldc "The MBean class could not be loaded"
        17: .line 650
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.ClassNotFoundException e
        start local 2 // java.lang.Class theClass
        18: .line 653
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* theClass */
            areturn
        end local 2 // java.lang.Class theClass
        end local 1 // java.lang.ClassLoader loader
        end local 0 // java.lang.String className
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0  className  Ljava/lang/String;
            0   19     1     loader  Ljava/lang/ClassLoader;
           11   12     2   theClass  Ljava/lang/Class<*>;
           13   14     2   theClass  Ljava/lang/Class<*>;
           18   19     2   theClass  Ljava/lang/Class<*>;
           15   18     3          e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           7    13      14  Class java.lang.ClassNotFoundException
    Exceptions:
      throws javax.management.ReflectionException
    Signature: (Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      className  
      loader     

  static java.lang.Class<?>[] loadSignatureClasses(java.lang.String[], java.lang.ClassLoader);
    descriptor: ([Ljava/lang/String;Ljava/lang/ClassLoader;)[Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.lang.String[] signature
        start local 1 // java.lang.ClassLoader loader
         0: .line 666
            aload 0 /* signature */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 668
      StackMap locals:
      StackMap stack:
            aload 1 /* loader */
            ifnonnull 2
            ldc Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* loader */
         3: .line 667
      StackMap locals:
      StackMap stack: java.lang.ClassLoader
            astore 2 /* aLoader */
        start local 2 // java.lang.ClassLoader aLoader
         4: .line 669
            aload 0 /* signature */
            arraylength
            istore 3 /* length */
        start local 3 // int length
         5: .line 670
            iload 3 /* length */
            anewarray java.lang.Class
            astore 4 /* tab */
        start local 4 // java.lang.Class[] tab
         6: .line 672
            iload 3 /* length */
            ifne 7
            aload 4 /* tab */
            areturn
         7: .line 674
      StackMap locals: java.lang.ClassLoader int java.lang.Class[]
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 16
         9: .line 679
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.jmx.mbeanserver.MBeanInstantiator.primitiveClasses:Ljava/util/Map;
            aload 0 /* signature */
            iload 5 /* i */
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 6 /* primCla */
        start local 6 // java.lang.Class primCla
        10: .line 680
            aload 6 /* primCla */
            ifnull 13
        11: .line 681
            aload 4 /* tab */
            iload 5 /* i */
            aload 6 /* primCla */
            aastore
        12: .line 682
            goto 15
        13: .line 691
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* signature */
            iload 5 /* i */
            aaload
            invokestatic sun.reflect.misc.ReflectUtil.checkPackageAccess:(Ljava/lang/String;)V
        14: .line 692
            aload 4 /* tab */
            iload 5 /* i */
            aload 0 /* signature */
            iload 5 /* i */
            aaload
            iconst_0
            aload 2 /* aLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            aastore
        end local 6 // java.lang.Class primCla
        15: .line 674
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 3 /* length */
            if_icmplt 9
        end local 5 // int i
        17: .line 694
            goto 32
      StackMap locals: java.lang.String[] java.lang.ClassLoader java.lang.ClassLoader int java.lang.Class[]
      StackMap stack: java.lang.ClassNotFoundException
        18: astore 5 /* e */
        start local 5 // java.lang.ClassNotFoundException e
        19: .line 695
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 23
        20: .line 696
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        21: .line 697
            ldc "The parameter class could not be found"
            aload 5 /* e */
        22: .line 696
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        23: .line 699
      StackMap locals: java.lang.ClassNotFoundException
      StackMap stack:
            new javax.management.ReflectionException
            dup
            aload 5 /* e */
        24: .line 700
            ldc "The parameter class could not be found"
        25: .line 699
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.ClassNotFoundException e
        26: .line 701
      StackMap locals: java.lang.String[] java.lang.ClassLoader java.lang.ClassLoader int java.lang.Class[]
      StackMap stack: java.lang.RuntimeException
            astore 5 /* e */
        start local 5 // java.lang.RuntimeException e
        27: .line 702
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 31
        28: .line 703
            getstatic com.sun.jmx.defaults.JmxProperties.MBEANSERVER_LOGGER:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        29: .line 704
            ldc "Unexpected exception"
            aload 5 /* e */
        30: .line 703
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        31: .line 706
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 5 // java.lang.RuntimeException e
        32: .line 708
      StackMap locals:
      StackMap stack:
            aload 4 /* tab */
            areturn
        end local 4 // java.lang.Class[] tab
        end local 3 // int length
        end local 2 // java.lang.ClassLoader aLoader
        end local 1 // java.lang.ClassLoader loader
        end local 0 // java.lang.String[] signature
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0  signature  [Ljava/lang/String;
            0   33     1     loader  Ljava/lang/ClassLoader;
            4   33     2    aLoader  Ljava/lang/ClassLoader;
            5   33     3     length  I
            6   33     4        tab  [Ljava/lang/Class;
            8   17     5          i  I
           10   15     6    primCla  Ljava/lang/Class<*>;
           19   26     5          e  Ljava/lang/ClassNotFoundException;
           27   32     5          e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           7    17      18  Class java.lang.ClassNotFoundException
           7    17      26  Class java.lang.RuntimeException
    Exceptions:
      throws javax.management.ReflectionException
    Signature: ([Ljava/lang/String;Ljava/lang/ClassLoader;)[Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      signature  
      loader     

  private java.lang.reflect.Constructor<?> findConstructor(java.lang.Class<?>, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // java.lang.Class c
        start local 2 // java.lang.Class[] params
         0: .line 713
            aload 1 /* c */
            aload 2 /* params */
            invokestatic sun.reflect.misc.ConstructorUtil.getConstructor:(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
         1: areturn
         2: .line 714
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 715
            aconst_null
            areturn
        end local 2 // java.lang.Class[] params
        end local 1 // java.lang.Class c
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0    4     1       c  Ljava/lang/Class<*>;
            0    4     2  params  [Ljava/lang/Class;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/Class<*>;)Ljava/lang/reflect/Constructor<*>;
    MethodParameters:
        Name  Flags
      c       
      params  

  private static void checkMBeanPermission(java.lang.Class<?>, java.lang.String, javax.management.ObjectName, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.String member
        start local 2 // javax.management.ObjectName objectName
        start local 3 // java.lang.String actions
         0: .line 732
            aload 0 /* clazz */
            ifnull 2
         1: .line 733
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 1 /* member */
            aload 2 /* objectName */
            aload 3 /* actions */
            invokestatic com.sun.jmx.mbeanserver.MBeanInstantiator.checkMBeanPermission:(Ljava/lang/String;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
         2: .line 735
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String actions
        end local 2 // javax.management.ObjectName objectName
        end local 1 // java.lang.String member
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0       clazz  Ljava/lang/Class<*>;
            0    3     1      member  Ljava/lang/String;
            0    3     2  objectName  Ljavax/management/ObjectName;
            0    3     3     actions  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
    MethodParameters:
            Name  Flags
      clazz       
      member      
      objectName  
      actions     

  private static void checkMBeanPermission(java.lang.String, java.lang.String, javax.management.ObjectName, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // java.lang.String classname
        start local 1 // java.lang.String member
        start local 2 // javax.management.ObjectName objectName
        start local 3 // java.lang.String actions
         0: .line 742
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 4 /* sm */
        start local 4 // java.lang.SecurityManager sm
         1: .line 743
            aload 4 /* sm */
            ifnull 8
         2: .line 744
            new javax.management.MBeanPermission
            dup
            aload 0 /* classname */
         3: .line 745
            aload 1 /* member */
         4: .line 746
            aload 2 /* objectName */
         5: .line 747
            aload 3 /* actions */
         6: .line 744
            invokespecial javax.management.MBeanPermission.<init>:(Ljava/lang/String;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
            astore 5 /* perm */
        start local 5 // java.security.Permission perm
         7: .line 748
            aload 4 /* sm */
            aload 5 /* perm */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
        end local 5 // java.security.Permission perm
         8: .line 750
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            return
        end local 4 // java.lang.SecurityManager sm
        end local 3 // java.lang.String actions
        end local 2 // javax.management.ObjectName objectName
        end local 1 // java.lang.String member
        end local 0 // java.lang.String classname
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   classname  Ljava/lang/String;
            0    9     1      member  Ljava/lang/String;
            0    9     2  objectName  Ljavax/management/ObjectName;
            0    9     3     actions  Ljava/lang/String;
            1    9     4          sm  Ljava/lang/SecurityManager;
            7    8     5        perm  Ljava/security/Permission;
    Exceptions:
      throws java.lang.SecurityException
    MethodParameters:
            Name  Flags
      classname   
      member      
      objectName  
      actions     

  private static void ensureClassAccess(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 755
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getModifiers:()I
            istore 1 /* mod */
        start local 1 // int mod
         1: .line 756
            iload 1 /* mod */
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifne 3
         2: .line 757
            new java.lang.IllegalAccessException
            dup
            ldc "Class is not public and can't be instantiated"
            invokespecial java.lang.IllegalAccessException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 759
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int mod
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  clazz  Ljava/lang/Class<*>;
            1    4     1    mod  I
    Exceptions:
      throws java.lang.IllegalAccessException
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  

  private java.lang.ClassLoader getClassLoader(javax.management.ObjectName);
    descriptor: (Ljavax/management/ObjectName;)Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
        start local 1 // javax.management.ObjectName name
         0: .line 762
            aload 0 /* this */
            getfield com.sun.jmx.mbeanserver.MBeanInstantiator.clr:Lcom/sun/jmx/mbeanserver/ModifiableClassLoaderRepository;
            ifnonnull 2
         1: .line 763
            aconst_null
            areturn
         2: .line 766
      StackMap locals:
      StackMap stack:
            new java.security.Permissions
            dup
            invokespecial java.security.Permissions.<init>:()V
            astore 2 /* permissions */
        start local 2 // java.security.Permissions permissions
         3: .line 767
            aload 2 /* permissions */
            new javax.management.MBeanPermission
            dup
            ldc "*"
            aconst_null
            aload 1 /* name */
            ldc "getClassLoader"
            invokespecial javax.management.MBeanPermission.<init>:(Ljava/lang/String;Ljava/lang/String;Ljavax/management/ObjectName;Ljava/lang/String;)V
            invokevirtual java.security.Permissions.add:(Ljava/security/Permission;)V
         4: .line 768
            new java.security.ProtectionDomain
            dup
            aconst_null
            aload 2 /* permissions */
            invokespecial java.security.ProtectionDomain.<init>:(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V
            astore 3 /* protectionDomain */
        start local 3 // java.security.ProtectionDomain protectionDomain
         5: .line 769
            iconst_1
            anewarray java.security.ProtectionDomain
            dup
            iconst_0
            aload 3 /* protectionDomain */
            aastore
            astore 4 /* domains */
        start local 4 // java.security.ProtectionDomain[] domains
         6: .line 770
            new java.security.AccessControlContext
            dup
            aload 4 /* domains */
            invokespecial java.security.AccessControlContext.<init>:([Ljava/security/ProtectionDomain;)V
            astore 5 /* ctx */
        start local 5 // java.security.AccessControlContext ctx
         7: .line 771
            new com.sun.jmx.mbeanserver.MBeanInstantiator$1
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.sun.jmx.mbeanserver.MBeanInstantiator$1.<init>:(Lcom/sun/jmx/mbeanserver/MBeanInstantiator;Ljavax/management/ObjectName;)V
         8: .line 775
            aload 5 /* ctx */
         9: .line 771
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.ClassLoader
            astore 6 /* loader */
        start local 6 // java.lang.ClassLoader loader
        10: .line 776
            aload 6 /* loader */
            areturn
        end local 6 // java.lang.ClassLoader loader
        end local 5 // java.security.AccessControlContext ctx
        end local 4 // java.security.ProtectionDomain[] domains
        end local 3 // java.security.ProtectionDomain protectionDomain
        end local 2 // java.security.Permissions permissions
        end local 1 // javax.management.ObjectName name
        end local 0 // com.sun.jmx.mbeanserver.MBeanInstantiator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/sun/jmx/mbeanserver/MBeanInstantiator;
            0   11     1              name  Ljavax/management/ObjectName;
            3   11     2       permissions  Ljava/security/Permissions;
            5   11     3  protectionDomain  Ljava/security/ProtectionDomain;
            6   11     4           domains  [Ljava/security/ProtectionDomain;
            7   11     5               ctx  Ljava/security/AccessControlContext;
           10   11     6            loader  Ljava/lang/ClassLoader;
    MethodParameters:
      Name  Flags
      name  final
}
SourceFile: "MBeanInstantiator.java"
NestMembers:
  com.sun.jmx.mbeanserver.MBeanInstantiator$1
InnerClasses:
  com.sun.jmx.mbeanserver.MBeanInstantiator$1
  public abstract Logger = java.lang.System$Logger of java.lang.System
  public final Level = java.lang.System$Logger$Level of java.lang.System$Logger