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

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

  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 operationDescriptor;
    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: "ModelMBeanOperationInfo"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=2, args_size=0
         0: .line 103
            iconst_2
            anewarray java.io.ObjectStreamField
            dup
            iconst_0
         1: .line 104
            new java.io.ObjectStreamField
            dup
            ldc "operationDescriptor"
            ldc Ljavax/management/Descriptor;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
            dup
            iconst_1
         2: .line 105
            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 102
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
         4: .line 110
            iconst_1
            anewarray java.io.ObjectStreamField
            dup
            iconst_0
         5: .line 111
            new java.io.ObjectStreamField
            dup
            ldc "operationDescriptor"
            ldc Ljavax/management/Descriptor;
            invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
            aastore
         6: .line 109
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
         7: .line 120
            iconst_0
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.compat:Z
         8: .line 123
            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 124
            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 125
            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.ModelMBeanOperationInfo.compat:Z
        end local 1 // java.lang.String form
        end local 0 // com.sun.jmx.mbeanserver.GetPropertyAction act
        13: .line 126
            goto 15
      StackMap locals:
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 129
      StackMap locals:
      StackMap stack:
            getstatic javax.management.modelmbean.ModelMBeanOperationInfo.compat:Z
            ifeq 19
        16: .line 130
            getstatic javax.management.modelmbean.ModelMBeanOperationInfo.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.serialPersistentFields:[Ljava/io/ObjectStreamField;
        17: .line 131
            ldc 9087646304346171239
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.serialVersionUID:J
        18: .line 132
            goto 21
        19: .line 133
      StackMap locals:
      StackMap stack:
            getstatic javax.management.modelmbean.ModelMBeanOperationInfo.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.serialPersistentFields:[Ljava/io/ObjectStreamField;
        20: .line 134
            ldc 6532732096650090465
            putstatic javax.management.modelmbean.ModelMBeanOperationInfo.serialVersionUID:J
        21: .line 145
      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.Method);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
        start local 1 // java.lang.String description
        start local 2 // java.lang.reflect.Method operationMethod
         0: .line 162
            aload 0 /* this */
            aload 1 /* description */
            aload 2 /* operationMethod */
            invokespecial javax.management.MBeanOperationInfo.<init>:(Ljava/lang/String;Ljava/lang/reflect/Method;)V
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         2: .line 164
            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 165
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 166
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 167
            ldc "ModelMBeanOperationInfo(String,Method)"
         6: .line 168
            ldc "Entry"
         7: .line 165
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 170
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo java.lang.String java.lang.reflect.Method
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         9: .line 171
            return
        end local 2 // java.lang.reflect.Method operationMethod
        end local 1 // java.lang.String description
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   10     1      description  Ljava/lang/String;
            0   10     2  operationMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                 Name  Flags
      description      
      operationMethod  

  public void <init>(java.lang.String, java.lang.reflect.Method, javax.management.Descriptor);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Method;Ljavax/management/Descriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
        start local 1 // java.lang.String description
        start local 2 // java.lang.reflect.Method operationMethod
        start local 3 // javax.management.Descriptor descriptor
         0: .line 204
            aload 0 /* this */
            aload 1 /* description */
            aload 2 /* operationMethod */
            invokespecial javax.management.MBeanOperationInfo.<init>:(Ljava/lang/String;Ljava/lang/reflect/Method;)V
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         2: .line 205
            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 206
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 207
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 208
            ldc "ModelMBeanOperationInfo(String,Method,Descriptor)"
         6: .line 209
            ldc "Entry"
         7: .line 206
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 211
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo java.lang.String java.lang.reflect.Method javax.management.Descriptor
      StackMap stack:
            aload 3 /* descriptor */
            ifnonnull 17
         9: .line 213
            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 214
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        11: .line 215
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 216
            ldc "ModelMBeanOperationInfo(String, Method, Descriptor)"
        13: .line 218
            ldc "Received null for new descriptor value, setting descriptor to default values"
        14: .line 214
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        16: .line 222
            goto 22
        17: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* descriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 20
        18: .line 226
            aload 0 /* this */
            aload 3 /* descriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        19: .line 227
            goto 22
        20: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        21: .line 230
            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 ModelMBeanOperationInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        22: .line 233
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.management.Descriptor descriptor
        end local 2 // java.lang.reflect.Method operationMethod
        end local 1 // java.lang.String description
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0             this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   23     1      description  Ljava/lang/String;
            0   23     2  operationMethod  Ljava/lang/reflect/Method;
            0   23     3       descriptor  Ljavax/management/Descriptor;
    MethodParameters:
                 Name  Flags
      description      
      operationMethod  
      descriptor       

  public void <init>(java.lang.String, java.lang.String, javax.management.MBeanParameterInfo[], java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo 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 // java.lang.String type
        start local 5 // int impact
         0: .line 252
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* description */
            aload 3 /* signature */
            aload 4 /* type */
            iload 5 /* impact */
            invokespecial javax.management.MBeanOperationInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljava/lang/String;I)V
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         2: .line 254
            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 255
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 256
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 257
            ldc "ModelMBeanOperationInfo(String,String,MBeanParameterInfo[],String,int)"
         6: .line 259
            ldc "Entry"
         7: .line 255
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 261
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo java.lang.String java.lang.String javax.management.MBeanParameterInfo[] java.lang.String int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         9: .line 263
            return
        end local 5 // int impact
        end local 4 // java.lang.String type
        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.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   10     1         name  Ljava/lang/String;
            0   10     2  description  Ljava/lang/String;
            0   10     3    signature  [Ljavax/management/MBeanParameterInfo;
            0   10     4         type  Ljava/lang/String;
            0   10     5       impact  I
    MethodParameters:
             Name  Flags
      name         
      description  
      signature    
      type         
      impact       

  public void <init>(java.lang.String, java.lang.String, javax.management.MBeanParameterInfo[], java.lang.String, int, javax.management.Descriptor);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljava/lang/String;ILjavax/management/Descriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo 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 // java.lang.String type
        start local 5 // int impact
        start local 6 // javax.management.Descriptor descriptor
         0: .line 293
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* description */
            aload 3 /* signature */
            aload 4 /* type */
            iload 5 /* impact */
            invokespecial javax.management.MBeanOperationInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljava/lang/String;I)V
         1: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         2: .line 294
            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 295
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 296
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 297
            ldc "ModelMBeanOperationInfo(String,String,MBeanParameterInfo[],String,int,Descriptor)"
         6: .line 299
            ldc "Entry"
         7: .line 295
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 301
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo java.lang.String java.lang.String javax.management.MBeanParameterInfo[] java.lang.String int javax.management.Descriptor
      StackMap stack:
            aload 6 /* descriptor */
            ifnonnull 17
         9: .line 303
            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 304
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        11: .line 305
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        12: .line 306
            ldc "ModelMBeanOperationInfo()"
        13: .line 307
            ldc "Received null for new descriptor value, setting descriptor to default values"
        14: .line 304
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        16: .line 311
            goto 22
        17: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* descriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 20
        18: .line 315
            aload 0 /* this */
            aload 6 /* descriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        19: .line 316
            goto 22
        20: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        21: .line 319
            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 ModelMBeanOperationInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        22: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 6 // javax.management.Descriptor descriptor
        end local 5 // int impact
        end local 4 // java.lang.String type
        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.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   23     1         name  Ljava/lang/String;
            0   23     2  description  Ljava/lang/String;
            0   23     3    signature  [Ljavax/management/MBeanParameterInfo;
            0   23     4         type  Ljava/lang/String;
            0   23     5       impact  I
            0   23     6   descriptor  Ljavax/management/Descriptor;
    MethodParameters:
             Name  Flags
      name         
      description  
      signature    
      type         
      impact       
      descriptor   

  public void <init>(javax.management.modelmbean.ModelMBeanOperationInfo);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanOperationInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
        start local 1 // javax.management.modelmbean.ModelMBeanOperationInfo inInfo
         0: .line 334
            aload 0 /* this */
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getName:()Ljava/lang/String;
         1: .line 335
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescription:()Ljava/lang/String;
         2: .line 336
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
         3: .line 337
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getReturnType:()Ljava/lang/String;
         4: .line 338
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getImpact:()I
            invokespecial javax.management.MBeanOperationInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanParameterInfo;Ljava/lang/String;I)V
         5: .line 143
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         6: .line 339
            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 340
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         8: .line 341
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         9: .line 342
            ldc "ModelMBeanOperationInfo(ModelMBeanOperationInfo)"
        10: .line 343
            ldc "Entry"
        11: .line 340
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 345
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo javax.management.modelmbean.ModelMBeanOperationInfo
      StackMap stack:
            aload 1 /* inInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
            astore 2 /* newDesc */
        start local 2 // javax.management.Descriptor newDesc
        13: .line 346
            aload 2 /* newDesc */
            ifnonnull 16
        14: .line 348
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        15: .line 349
            goto 21
        16: .line 351
      StackMap locals: javax.management.Descriptor
      StackMap stack:
            aload 0 /* this */
            aload 2 /* newDesc */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 19
        17: .line 353
            aload 0 /* this */
            aload 2 /* newDesc */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        18: .line 354
            goto 21
        19: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        20: .line 357
            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 ModelMBeanOperationInfo constructor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        21: .line 361
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.management.Descriptor newDesc
        end local 1 // javax.management.modelmbean.ModelMBeanOperationInfo inInfo
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   22     1   inInfo  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
           13   22     2  newDesc  Ljavax/management/Descriptor;
    MethodParameters:
        Name  Flags
      inInfo  

  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.ModelMBeanOperationInfo this
         0: .line 370
            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 371
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 372
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 373
            ldc "clone()"
            ldc "Entry"
         4: .line 371
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 375
      StackMap locals:
      StackMap stack:
            new javax.management.modelmbean.ModelMBeanOperationInfo
            dup
            aload 0 /* this */
            invokespecial javax.management.modelmbean.ModelMBeanOperationInfo.<init>:(Ljavax/management/modelmbean/ModelMBeanOperationInfo;)V
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;

  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.ModelMBeanOperationInfo this
         0: .line 390
            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 391
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 392
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 393
            ldc "getDescriptor()"
            ldc "Entry"
         4: .line 391
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
            ifnonnull 7
         6: .line 397
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
         7: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;

  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.ModelMBeanOperationInfo this
        start local 1 // javax.management.Descriptor inDescriptor
         0: .line 422
            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 423
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 424
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 425
            ldc "setDescriptor(Descriptor)"
            ldc "Entry"
         4: .line 423
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 427
      StackMap locals:
      StackMap stack:
            aload 1 /* inDescriptor */
            ifnonnull 14
         6: .line 429
            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 430
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         8: .line 431
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         9: .line 432
            ldc "setDescriptor()"
        10: .line 433
            ldc "Received null for new descriptor value, setting descriptor to default values"
        11: .line 430
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.createDefaultDescriptor:()Ljavax/management/Descriptor;
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        13: .line 437
            goto 18
        14: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* inDescriptor */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.isValid:(Ljavax/management/Descriptor;)Z
            ifeq 17
        15: .line 441
            aload 0 /* this */
            aload 1 /* inDescriptor */
            invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
            checkcast javax.management.Descriptor
            putfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
        16: .line 442
            goto 18
        17: .line 444
      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 ModelMBeanOperationInfo setDescriptor"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        18: .line 447
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.Descriptor inDescriptor
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            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.ModelMBeanOperationInfo this
         0: .line 454
            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 455
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 456
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 457
            ldc "toString()"
            ldc "Entry"
         4: .line 455
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 460
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "ModelMBeanOperationInfo: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 461
            ldc " ; Description: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 462
            ldc " ; Descriptor: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         8: .line 463
            ldc " ; ReturnType: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getReturnType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 464
            ldc " ; Signature: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 460
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 459
            astore 1 /* retStr */
        start local 1 // java.lang.String retStr
        12: .line 465
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            astore 2 /* pTypes */
        start local 2 // javax.management.MBeanParameterInfo[] pTypes
        13: .line 466
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: goto 17
        15: .line 468
      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 */
        16: .line 466
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 3 /* i */
            aload 2 /* pTypes */
            arraylength
            if_icmplt 15
        end local 3 // int i
        18: .line 470
            aload 1 /* retStr */
            areturn
        end local 2 // javax.management.MBeanParameterInfo[] pTypes
        end local 1 // java.lang.String retStr
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
           12   19     1  retStr  Ljava/lang/String;
           13   19     2  pTypes  [Ljavax/management/MBeanParameterInfo;
           14   18     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.ModelMBeanOperationInfo this
         0: .line 478
            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 479
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 480
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 481
            ldc "createDefaultDescriptor()"
            ldc "Entry"
         4: .line 479
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 483
      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 484
            new java.lang.StringBuilder
            dup
            ldc "name="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.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_2
         7: .line 485
            ldc "role=operation"
            aastore
            dup
            iconst_3
         8: .line 486
            new java.lang.StringBuilder
            dup
            ldc "displayname="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.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 483
            invokespecial javax.management.modelmbean.DescriptorSupport.<init>:([Ljava/lang/String;)V
            areturn
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;

  private boolean isValid(javax.management.Descriptor);
    descriptor: (Ljavax/management/Descriptor;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
        start local 1 // javax.management.Descriptor inDesc
         0: .line 502
            iconst_1
            istore 2 /* results */
        start local 2 // boolean results
         1: .line 503
            ldc "none"
            astore 3 /* badField */
        start local 3 // java.lang.String badField
         2: .line 507
            aload 1 /* inDesc */
            ifnonnull 5
         3: .line 509
            iconst_0
            istore 2 /* results */
         4: .line 510
            goto 29
         5: .line 512
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 1 /* inDesc */
            invokeinterface javax.management.Descriptor.isValid:()Z
            ifne 8
         6: .line 516
            iconst_0
            istore 2 /* results */
         7: .line 517
            goto 29
         8: .line 519
      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.ModelMBeanOperationInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 10
         9: .line 521
            iconst_0
            istore 2 /* results */
        10: .line 523
      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 12
        11: .line 525
            iconst_0
            istore 2 /* results */
        12: .line 527
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "role"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 4 /* roleValue */
        start local 4 // java.lang.Object roleValue
        13: .line 528
            aload 4 /* roleValue */
            ifnonnull 16
        14: .line 530
            aload 1 /* inDesc */
            ldc "role"
            ldc "operation"
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        15: .line 531
            goto 22
        16: .line 532
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* roleValue */
            checkcast java.lang.String
            astore 5 /* role */
        start local 5 // java.lang.String role
        17: .line 533
            aload 5 /* role */
            ldc "operation"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 22
        18: .line 534
            aload 5 /* role */
            ldc "setter"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 22
        19: .line 535
            aload 5 /* role */
            ldc "getter"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 22
        20: .line 536
            iconst_0
            istore 2 /* results */
        21: .line 537
            ldc "role"
            astore 3 /* badField */
        end local 5 // java.lang.String role
        22: .line 541
      StackMap locals:
      StackMap stack:
            aload 1 /* inDesc */
            ldc "targetType"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 5 /* targetValue */
        start local 5 // java.lang.Object targetValue
        23: .line 542
            aload 5 /* targetValue */
            ifnull 27
        24: .line 543
            aload 5 /* targetValue */
            instanceof java.lang.String
            ifne 27
        25: .line 544
            iconst_0
            istore 2 /* results */
        26: .line 545
            ldc "targetType"
            astore 3 /* badField */
        27: .line 549
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* inDesc */
            ldc "displayName"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            ifnonnull 29
        28: .line 551
            aload 1 /* inDesc */
            ldc "displayName"
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getName:()Ljava/lang/String;
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 5 // java.lang.Object targetValue
        end local 4 // java.lang.Object roleValue
        29: .line 554
      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 35
        30: .line 555
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        31: .line 556
            ldc Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        32: .line 557
            ldc "isValid()"
            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;
        33: .line 558
            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;
        34: .line 555
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        35: .line 560
      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.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   36     0         this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   36     1       inDesc  Ljavax/management/Descriptor;
            1   36     2      results  Z
            2   36     3     badField  Ljava/lang/String;
           13   29     4    roleValue  Ljava/lang/Object;
           17   22     5         role  Ljava/lang/String;
           23   29     5  targetValue  Ljava/lang/Object;
    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.ModelMBeanOperationInfo this
        start local 1 // java.io.ObjectInputStream in
         0: .line 569
            aload 1 /* in */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 570
            return
        end local 1 // java.io.ObjectInputStream in
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            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.ModelMBeanOperationInfo this
        start local 1 // java.io.ObjectOutputStream out
         0: .line 578
            getstatic javax.management.modelmbean.ModelMBeanOperationInfo.compat:Z
            ifeq 6
         1: .line 582
            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 583
            aload 2 /* fields */
            ldc "operationDescriptor"
            aload 0 /* this */
            getfield javax.management.modelmbean.ModelMBeanOperationInfo.operationDescriptor:Ljavax/management/Descriptor;
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 584
            aload 2 /* fields */
            ldc "currClass"
            ldc "ModelMBeanOperationInfo"
            invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 585
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.writeFields:()V
        end local 2 // java.io.ObjectOutputStream$PutField fields
         5: .line 586
            goto 7
         6: .line 591
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         7: .line 593
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectOutputStream out
        end local 0 // javax.management.modelmbean.ModelMBeanOperationInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            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: "ModelMBeanOperationInfo.java"
InnerClasses:
  public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream