public class javax.management.modelmbean.ModelMBeanConstructorInfo extends javax.management.MBeanConstructorInfo implements javax.management.DescriptorAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.modelmbean.ModelMBeanConstructorInfo
  super_class: javax.management.MBeanConstructorInfo
{
  private static final long oldSerialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4440125391095574518

  private static final long newSerialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3862947819818064362

  private static final java.io.ObjectStreamField[] oldSerialPersistentFields;
    descriptor: [Ljava/io/ObjectStreamField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.io.ObjectStreamField[] newSerialPersistentFields;
    descriptor: [Ljava/io/ObjectStreamField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.io.ObjectStreamField[] serialPersistentFields;
    descriptor: [Ljava/io/ObjectStreamField;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static boolean compat;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private javax.management.Descriptor consDescriptor;
    descriptor: Ljavax/management/Descriptor;
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String currClass;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "ModelMBeanConstructorInfo"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=2, args_size=0
         0: .line 96
            iconst_2
            anewarray java.io.ObjectStreamField
            dup
            iconst_0
         1: .line 97
            new java.io.ObjectStreamField
            dup
            ldc "consDescriptor"
            ldc Ljavax/management/Descriptor;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
            dup
            iconst_1
         2: .line 98
            new java.io.ObjectStreamField
            dup
            ldc "currClass"
            ldc Ljava/lang/String;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
         3: .line 95
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
         4: .line 103
            iconst_1
            anewarray java.io.ObjectStreamField
            dup
            iconst_0
         5: .line 104
            new java.io.ObjectStreamField
            dup
            ldc "consDescriptor"
            ldc Ljavax/management/Descriptor;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
         6: .line 102
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
         7: .line 113
            iconst_0
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.compat:Z
         8: .line 116
            new com.sun.jmx.mbeanserver.GetPropertyAction
            dup
            ldc "jmx.serial.form"
            invokespecial com.sun.jmx.mbeanserver.GetPropertyAction.<init>:(Ljava/lang/String;)V
            astore 0 /* act */
        start local 0 // com.sun.jmx.mbeanserver.GetPropertyAction act
         9: .line 117
            aload 0 /* act */
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* form */
        start local 1 // java.lang.String form
        10: .line 118
            aload 1 /* form */
            ifnull 11
            aload 1 /* form */
            ldc "1.0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals: com.sun.jmx.mbeanserver.GetPropertyAction java.lang.String
      StackMap stack:
        11: iconst_0
      StackMap locals:
      StackMap stack: int
        12: putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.compat:Z
        end local 1 // java.lang.String form
        end local 0 // com.sun.jmx.mbeanserver.GetPropertyAction act
        13: .line 119
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 122
      StackMap locals:
      StackMap stack:
            getstatic javax.management.modelmbean.ModelMBeanConstructorInfo.compat:Z
            ifeq 19
        16: .line 123
            getstatic javax.management.modelmbean.ModelMBeanConstructorInfo.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.serialPersistentFields:[Ljava/io/ObjectStreamField;
        17: .line 124
            ldc -4440125391095574518
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.serialVersionUID:J
        18: .line 125
            goto 21
        19: .line 126
      StackMap locals:
      StackMap stack:
            getstatic javax.management.modelmbean.ModelMBeanConstructorInfo.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.serialPersistentFields:[Ljava/io/ObjectStreamField;
        20: .line 127
            ldc 3862947819818064362
            putstatic javax.management.modelmbean.ModelMBeanConstructorInfo.serialVersionUID:J
        21: .line 138
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            9   13     0   act  Lcom/sun/jmx/mbeanserver/GetPropertyAction;
           10   13     1  form  Ljava/lang/String;
      Exception table:
        from    to  target  type
           8    13      14  Class java.lang.Exception

  public void <init>(java.lang.String, java.lang.reflect.Constructor);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Constructor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.lang.String description
        start local 2 // java.lang.reflect.Constructor constructorMethod
         0: .line 155
            aload 0 /* this */
            aload 1 /* description */
            aload 2 /* constructorMethod */
            invokespecial javax.management.MBeanConstructorInfo.<init>:(Ljava/lang/String;Ljava/lang/reflect/Constructor;)V
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         2: .line 156
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 8
         3: .line 157
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 158
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 159
            ldc "ModelMBeanConstructorInfo(String,Constructor)"
         6: .line 160
            ldc "Entry"
         7: .line 157
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 162
      StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo java.lang.String java.lang.reflect.Constructor
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         9: .line 167
            return
        end local 2 // java.lang.reflect.Constructor constructorMethod
        end local 1 // java.lang.String description
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   10     1        description  Ljava/lang/String;
            0   10     2  constructorMethod  Ljava/lang/reflect/Constructor;
    MethodParameters:
                   Name  Flags
      description        
      constructorMethod  

  public void <init>(java.lang.String, java.lang.reflect.Constructor, javax.management.Descriptor);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Constructor;Ljavax/management/Descriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.lang.String description
        start local 2 // java.lang.reflect.Constructor constructorMethod
        start local 3 // javax.management.Descriptor descriptor
         0: .line 199
            aload 0 /* this */
            aload 1 /* description */
            aload 2 /* constructorMethod */
            invokespecial javax.management.MBeanConstructorInfo.<init>:(Ljava/lang/String;Ljava/lang/reflect/Constructor;)V
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         2: .line 201
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 8
         3: .line 202
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 203
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 204
            ldc "ModelMBeanConstructorInfo(String,Constructor,Descriptor)"
         6: .line 205
            ldc "Entry"
         7: .line 202
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 207
      StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo java.lang.String java.lang.reflect.Constructor javax.management.Descriptor
      StackMap stack:
            aload 3 /* descriptor */
            ifnonnull 17
         9: .line 209
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 15
        10: .line 210
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        11: .line 211
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 212
            ldc "ModelMBeanConstructorInfo(String,Constructor,Descriptor)"
        13: .line 214
            ldc "Descriptor passed in is null, setting descriptor to default values"
        14: .line 210
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        16: .line 218
            goto 22
        17: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* descriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 20
        18: .line 222
            aload 0 /* this */
            aload 3 /* descriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        19: .line 223
            goto 22
        20: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        21: .line 226
            new javax.management.RuntimeOperationsException
            dup
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid descriptor passed in parameter"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            ldc "Exception occurred in ModelMBeanConstructorInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        22: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.management.Descriptor descriptor
        end local 2 // java.lang.reflect.Constructor constructorMethod
        end local 1 // java.lang.String description
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   23     0               this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   23     1        description  Ljava/lang/String;
            0   23     2  constructorMethod  Ljava/lang/reflect/Constructor;
            0   23     3         descriptor  Ljavax/management/Descriptor;
    MethodParameters:
                   Name  Flags
      description        
      constructorMethod  
      descriptor         

  public void <init>(java.lang.String, java.lang.String, javax.management.MBeanParameterInfo[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String description
        start local 3 // javax.management.MBeanParameterInfo[] signature
         0: .line 245
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* description */
            aload 3 /* signature */
            invokespecial javax.management.MBeanConstructorInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;)V
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         2: .line 247
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 8
         3: .line 248
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 249
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 250
            ldc "ModelMBeanConstructorInfo(String,String,MBeanParameterInfo[])"
         6: .line 251
            ldc "Entry"
         7: .line 248
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 253
      StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo java.lang.String java.lang.String javax.management.MBeanParameterInfo[]
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         9: .line 254
            return
        end local 3 // javax.management.MBeanParameterInfo[] signature
        end local 2 // java.lang.String description
        end local 1 // java.lang.String name
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   10     1         name  Ljava/lang/String;
            0   10     2  description  Ljava/lang/String;
            0   10     3    signature  [Ljavax/management/MBeanParameterInfo;
    MethodParameters:
             Name  Flags
      name         
      description  
      signature    

  public void <init>(java.lang.String, java.lang.String, javax.management.MBeanParameterInfo[], javax.management.Descriptor);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljavax/management/Descriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String description
        start local 3 // javax.management.MBeanParameterInfo[] signature
        start local 4 // javax.management.Descriptor descriptor
         0: .line 275
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* description */
            aload 3 /* signature */
            invokespecial javax.management.MBeanConstructorInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;)V
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         2: .line 276
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 8
         3: .line 277
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 278
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 279
            ldc "ModelMBeanConstructorInfo(String,String,MBeanParameterInfo[],Descriptor)"
         6: .line 281
            ldc "Entry"
         7: .line 277
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 283
      StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo java.lang.String java.lang.String javax.management.MBeanParameterInfo[] javax.management.Descriptor
      StackMap stack:
            aload 4 /* descriptor */
            ifnonnull 17
         9: .line 285
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 15
        10: .line 286
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        11: .line 287
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 288
            ldc "ModelMBeanConstructorInfo(String,Method,Descriptor)"
        13: .line 290
            ldc "Descriptor passed in is null, setting descriptor to default values"
        14: .line 286
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        16: .line 294
            goto 22
        17: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* descriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 20
        18: .line 298
            aload 0 /* this */
            aload 4 /* descriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        19: .line 299
            goto 22
        20: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        21: .line 302
            new javax.management.RuntimeOperationsException
            dup
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid descriptor passed in parameter"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            ldc "Exception occurred in ModelMBeanConstructorInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        22: .line 306
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.management.Descriptor descriptor
        end local 3 // javax.management.MBeanParameterInfo[] signature
        end local 2 // java.lang.String description
        end local 1 // java.lang.String name
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   23     1         name  Ljava/lang/String;
            0   23     2  description  Ljava/lang/String;
            0   23     3    signature  [Ljavax/management/MBeanParameterInfo;
            0   23     4   descriptor  Ljavax/management/Descriptor;
    MethodParameters:
             Name  Flags
      name         
      description  
      signature    
      descriptor   

  void <init>(javax.management.modelmbean.ModelMBeanConstructorInfo);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanConstructorInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // javax.management.modelmbean.ModelMBeanConstructorInfo old
         0: .line 316
            aload 0 /* this */
            aload 1 /* old */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            aload 1 /* old */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescription:()Ljava/lang/String;
            aload 1 /* old */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            invokespecial javax.management.MBeanConstructorInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;)V
         1: .line 136
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         2: .line 317
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 8
         3: .line 318
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 319
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 320
            ldc "ModelMBeanConstructorInfo(ModelMBeanConstructorInfo)"
         6: .line 321
            ldc "Entry"
         7: .line 318
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 323
      StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo javax.management.modelmbean.ModelMBeanConstructorInfo
      StackMap stack:
            aload 1 /* old */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            ifnonnull 17
         9: .line 325
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 15
        10: .line 326
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        11: .line 327
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 328
            ldc "ModelMBeanConstructorInfo(String,Method,Descriptor)"
        13: .line 330
            ldc "Existing descriptor passed in is null, setting new descriptor to default values"
        14: .line 326
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        16: .line 334
            goto 22
        17: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 20
        18: .line 338
            aload 0 /* this */
            aload 1 /* old */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        19: .line 339
            goto 22
        20: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        21: .line 342
            new javax.management.RuntimeOperationsException
            dup
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid descriptor passed in parameter"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            ldc "Exception occurred in ModelMBeanConstructorInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        22: .line 347
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.modelmbean.ModelMBeanConstructorInfo old
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   23     1   old  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
    MethodParameters:
      Name  Flags
      old   

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
         0: .line 355
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         1: .line 356
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 357
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 358
            ldc "clone()"
            ldc "Entry"
         4: .line 356
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 360
      StackMap locals:
      StackMap stack:
            new javax.management.modelmbean.ModelMBeanConstructorInfo
            dup
            aload 0 /* this */
            invokespecial javax.management.modelmbean.ModelMBeanConstructorInfo.<init>:(Ljavax/management/modelmbean/ModelMBeanConstructorInfo;)V
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;

  public javax.management.Descriptor getDescriptor();
    descriptor: ()Ljavax/management/Descriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
         0: .line 375
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         1: .line 376
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 377
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 378
            ldc "getDescriptor()"
            ldc "Entry"
         4: .line 376
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            ifnonnull 7
         6: .line 382
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
         7: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;

  public void setDescriptor(javax.management.Descriptor);
    descriptor: (Ljavax/management/Descriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // javax.management.Descriptor inDescriptor
         0: .line 411
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         1: .line 412
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 413
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 414
            ldc "setDescriptor()"
            ldc "Entry"
         4: .line 412
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 416
      StackMap locals:
      StackMap stack:
            aload 1 /* inDescriptor */
            ifnonnull 14
         6: .line 418
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 12
         7: .line 419
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         8: .line 420
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         9: .line 421
            ldc "ModelMBeanConstructorInfo(String,Method,Descriptor)"
        10: .line 423
            ldc "Descriptor passed in is null, setting descriptor to default values"
        11: .line 419
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        13: .line 427
            goto 18
        14: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inDescriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 17
        15: .line 431
            aload 0 /* this */
            aload 1 /* inDescriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
        16: .line 432
            goto 18
        17: .line 434
      StackMap locals:
      StackMap stack:
            new javax.management.RuntimeOperationsException
            dup
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid descriptor passed in parameter"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            ldc "Exception occurred in ModelMBeanConstructorInfo setDescriptor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        18: .line 437
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.Descriptor inDescriptor
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   19     1  inDescriptor  Ljavax/management/Descriptor;
    MethodParameters:
              Name  Flags
      inDescriptor  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
         0: .line 444
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         1: .line 445
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 446
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 447
            ldc "toString()"
            ldc "Entry"
         4: .line 445
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 450
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "ModelMBeanConstructorInfo: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 451
            ldc " ; Description: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 452
            ldc " ; Descriptor: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         8: .line 453
            ldc " ; Signature: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 450
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 449
            astore 1 /* retStr */
        start local 1 // java.lang.String retStr
        11: .line 454
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            astore 2 /* pTypes */
        start local 2 // javax.management.MBeanParameterInfo[] pTypes
        12: .line 455
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 16
        14: .line 457
      StackMap locals: java.lang.String javax.management.MBeanParameterInfo[] int
      StackMap stack:
            aload 1 /* retStr */
            new java.lang.StringBuilder
            dup
            aload 2 /* pTypes */
            iload 3 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getType:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* retStr */
        15: .line 455
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 2 /* pTypes */
            arraylength
            if_icmplt 14
        end local 3 // int i
        17: .line 459
            aload 1 /* retStr */
            areturn
        end local 2 // javax.management.MBeanParameterInfo[] pTypes
        end local 1 // java.lang.String retStr
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
           11   18     1  retStr  Ljava/lang/String;
           12   18     2  pTypes  [Ljavax/management/MBeanParameterInfo;
           13   17     3       i  I

  private javax.management.Descriptor createDefaultDescriptor();
    descriptor: ()Ljavax/management/Descriptor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
         0: .line 468
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 5
         1: .line 469
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 470
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 471
            ldc "createDefaultDescriptor()"
            ldc "Entry"
         4: .line 469
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 473
      StackMap locals:
      StackMap stack:
            new javax.management.modelmbean.DescriptorSupport
            dup
            iconst_4
            anewarray java.lang.String
            dup
            iconst_0
            ldc "descriptorType=operation"
            aastore
            dup
            iconst_1
         6: .line 474
            ldc "role=constructor"
            aastore
            dup
            iconst_2
         7: .line 475
            new java.lang.StringBuilder
            dup
            ldc "name="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_3
         8: .line 476
            new java.lang.StringBuilder
            dup
            ldc "displayname="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
         9: .line 473
            invokespecial javax.management.modelmbean.DescriptorSupport.<init>:([Ljava/lang/String;)V
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;

  private boolean isValid(javax.management.Descriptor);
    descriptor: (Ljavax/management/Descriptor;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // javax.management.Descriptor inDesc
         0: .line 489
            iconst_1
            istore 2 /* results */
        start local 2 // boolean results
         1: .line 490
            ldc "none"
            astore 3 /* badField */
        start local 3 // java.lang.String badField
         2: .line 494
            aload 1 /* inDesc */
            ifnonnull 6
         3: .line 496
            ldc "nullDescriptor"
            astore 3 /* badField */
         4: .line 497
            iconst_0
            istore 2 /* results */
         5: .line 498
            goto 24
         6: .line 500
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 1 /* inDesc */
            invokeinterface javax.management.Descriptor.isValid:()Z
            ifne 10
         7: .line 503
            ldc "invalidDescriptor"
            astore 3 /* badField */
         8: .line 504
            iconst_0
            istore 2 /* results */
         9: .line 505
            goto 24
        10: .line 509
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "name"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 13
        11: .line 511
            ldc "name"
            astore 3 /* badField */
        12: .line 512
            iconst_0
            istore 2 /* results */
        13: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "descriptorType"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            ldc "operation"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 16
        14: .line 516
            ldc "descriptorType"
            astore 3 /* badField */
        15: .line 517
            iconst_0
            istore 2 /* results */
        16: .line 519
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "role"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            ifnonnull 18
        17: .line 521
            aload 1 /* inDesc */
            ldc "role"
            ldc "constructor"
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        18: .line 523
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "role"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            ldc "constructor"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 22
        19: .line 525
            ldc "role"
            astore 3 /* badField */
        20: .line 526
            iconst_0
            istore 2 /* results */
        21: .line 527
            goto 24
      StackMap locals:
      StackMap stack:
        22: aload 1 /* inDesc */
            ldc "displayName"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            ifnonnull 24
        23: .line 529
            aload 1 /* inDesc */
            ldc "displayName"
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getName:()Ljava/lang/String;
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        24: .line 532
      StackMap locals:
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 30
        25: .line 533
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        26: .line 534
            ldc Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        27: .line 535
            ldc "isValid(Descriptor)"
            new java.lang.StringBuilder
            dup
            ldc "Returning "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* results */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        28: .line 536
            ldc " : Invalid field is "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* badField */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 533
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        30: .line 538
      StackMap locals:
      StackMap stack:
            iload 2 /* results */
            ireturn
        end local 3 // java.lang.String badField
        end local 2 // boolean results
        end local 1 // javax.management.Descriptor inDesc
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0   31     1    inDesc  Ljavax/management/Descriptor;
            1   31     2   results  Z
            2   31     3  badField  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      inDesc  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.io.ObjectInputStream in
         0: .line 548
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 549
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0    2     1    in  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 557
            getstatic javax.management.modelmbean.ModelMBeanConstructorInfo.compat:Z
            ifeq 6
         1: .line 561
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.putFields:()Ljava/io/ObjectOutputStream$PutField;
            astore 2 /* fields */
        start local 2 // java.io.ObjectOutputStream$PutField fields
         2: .line 562
            aload 2 /* fields */
            ldc "consDescriptor"
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanConstructorInfo.consDescriptor:Ljavax/management/Descriptor;
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 563
            aload 2 /* fields */
            ldc "currClass"
            ldc "ModelMBeanConstructorInfo"
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 564
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.writeFields:()V
        end local 2 // java.io.ObjectOutputStream$PutField fields
         5: .line 565
            goto 7
         6: .line 570
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         7: .line 572
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // javax.management.modelmbean.ModelMBeanConstructorInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
            0    8     1     out  Ljava/io/ObjectOutputStream;
            2    5     2  fields  Ljava/io/ObjectOutputStream$PutField;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "ModelMBeanConstructorInfo.java"
InnerClasses:
  public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream