public class javax.management.modelmbean.RequiredModelMBean implements javax.management.modelmbean.ModelMBean, javax.management.MBeanRegistration, javax.management.NotificationEmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.modelmbean.RequiredModelMBean
  super_class: java.lang.Object
{
  javax.management.modelmbean.ModelMBeanInfo modelMBeanInfo;
    descriptor: Ljavax/management/modelmbean/ModelMBeanInfo;
    flags: (0x0000) 

  private javax.management.NotificationBroadcasterSupport generalBroadcaster;
    descriptor: Ljavax/management/NotificationBroadcasterSupport;
    flags: (0x0002) ACC_PRIVATE

  private javax.management.NotificationBroadcasterSupport attributeBroadcaster;
    descriptor: Ljavax/management/NotificationBroadcasterSupport;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object managedResource;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private boolean registered;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private transient javax.management.MBeanServer server;
    descriptor: Ljavax/management/MBeanServer;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private static final sun.misc.JavaSecurityAccess javaSecurityAccess;
    descriptor: Lsun/misc/JavaSecurityAccess;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.security.AccessControlContext acc;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private static java.util.Set<java.lang.String> rmmbMethodNames;
    descriptor: Ljava/util/Set;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private static final java.lang.String[] primitiveTypes;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] primitiveWrappers;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 145
            invokestatic sun.misc.SharedSecrets.getJavaSecurityAccess:()Lsun/misc/JavaSecurityAccess;
            putstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
         1: .line 1170
            bipush 8
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 1171
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_1
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_3
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_4
         3: .line 1172
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            aastore
            dup
            iconst_5
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            aastore
            dup
            bipush 6
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            aastore
            dup
            bipush 7
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            aastore
         4: .line 1170
            putstatic javax.management.modelmbean.RequiredModelMBean.primitiveClasses:[Ljava/lang/Class;
         5: .line 1175
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         6: .line 1174
            putstatic javax.management.modelmbean.RequiredModelMBean.primitiveClassMap:Ljava/util/Map;
         7: .line 1177
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         8: goto 12
         9: .line 1178
      StackMap locals: int
      StackMap stack:
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveClasses:[Ljava/lang/Class;
            iload 0 /* i */
            aaload
            astore 1 /* c */
        start local 1 // java.lang.Class c
        10: .line 1179
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveClassMap:Ljava/util/Map;
            aload 1 /* c */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aload 1 /* c */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 1 // java.lang.Class c
        11: .line 1177
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 0 /* i */
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveClasses:[Ljava/lang/Class;
            arraylength
            if_icmplt 9
        end local 0 // int i
        13: .line 2984
            bipush 9
            anewarray java.lang.String
            dup
            iconst_0
        14: .line 2985
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
        15: .line 2986
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
        16: .line 2987
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_3
        17: .line 2988
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_4
        18: .line 2989
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_5
        19: .line 2990
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 6
        20: .line 2991
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 7
        21: .line 2992
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 8
        22: .line 2993
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
        23: .line 2984
            putstatic javax.management.modelmbean.RequiredModelMBean.primitiveTypes:[Ljava/lang/String;
        24: .line 2995
            bipush 9
            anewarray java.lang.String
            dup
            iconst_0
        25: .line 2996
            ldc Ljava/lang/Boolean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
        26: .line 2997
            ldc Ljava/lang/Byte;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_2
        27: .line 2998
            ldc Ljava/lang/Character;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_3
        28: .line 2999
            ldc Ljava/lang/Short;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_4
        29: .line 3000
            ldc Ljava/lang/Integer;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_5
        30: .line 3001
            ldc Ljava/lang/Long;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 6
        31: .line 3002
            ldc Ljava/lang/Float;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 7
        32: .line 3003
            ldc Ljava/lang/Double;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            bipush 8
        33: .line 3004
            ldc Ljava/lang/Void;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
        34: .line 2995
            putstatic javax.management.modelmbean.RequiredModelMBean.primitiveWrappers:[Ljava/lang/String;
        35: .line 3006
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            8   13     0     i  I
           10   11     1     c  Ljava/lang/Class<*>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 167
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
         2: .line 134
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
         3: .line 138
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.managedResource:Ljava/lang/Object;
         4: .line 142
            aload 0 /* this */
            iconst_0
            putfield javax.management.modelmbean.RequiredModelMBean.registered:Z
         5: .line 143
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.server:Ljavax/management/MBeanServer;
         6: .line 146
            aload 0 /* this */
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            putfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
         7: .line 169
            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
         8: .line 170
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         9: .line 171
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        10: .line 172
            ldc "RequiredModelMBean()"
            ldc "Entry"
        11: .line 170
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 174
      StackMap locals: javax.management.modelmbean.RequiredModelMBean
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.createDefaultModelMBeanInfo:()Ljavax/management/modelmbean/ModelMBeanInfo;
            putfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
        13: .line 175
            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 18
        14: .line 176
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        15: .line 177
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        16: .line 178
            ldc "RequiredModelMBean()"
            ldc "Exit"
        17: .line 176
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        18: .line 180
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException

  public void <init>(javax.management.modelmbean.ModelMBeanInfo);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.modelmbean.ModelMBeanInfo mbi
         0: .line 202
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 131
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
         2: .line 134
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
         3: .line 138
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.managedResource:Ljava/lang/Object;
         4: .line 142
            aload 0 /* this */
            iconst_0
            putfield javax.management.modelmbean.RequiredModelMBean.registered:Z
         5: .line 143
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.server:Ljavax/management/MBeanServer;
         6: .line 146
            aload 0 /* this */
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            putfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
         7: .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 12
         8: .line 206
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         9: .line 207
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        10: .line 208
            ldc "RequiredModelMBean(MBeanInfo)"
            ldc "Entry"
        11: .line 206
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 210
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.modelmbean.ModelMBeanInfo
      StackMap stack:
            aload 0 /* this */
            aload 1 /* mbi */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.setModelMBeanInfo:(Ljavax/management/modelmbean/ModelMBeanInfo;)V
        13: .line 212
            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 18
        14: .line 213
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        15: .line 214
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        16: .line 215
            ldc "RequiredModelMBean(MBeanInfo)"
            ldc "Exit"
        17: .line 213
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        18: .line 217
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.modelmbean.ModelMBeanInfo mbi
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   19     1   mbi  Ljavax/management/modelmbean/ModelMBeanInfo;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
      Name  Flags
      mbi   

  public void setModelMBeanInfo(javax.management.modelmbean.ModelMBeanInfo);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.modelmbean.ModelMBeanInfo mbi
         0: .line 260
            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 261
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 262
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 263
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
            ldc "Entry"
         4: .line 261
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 266
      StackMap locals:
      StackMap stack:
            aload 1 /* mbi */
            ifnonnull 15
         6: .line 267
            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 268
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         8: .line 269
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         9: .line 270
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
        10: .line 271
            ldc "ModelMBeanInfo is null: Raising exception."
        11: .line 268
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 274
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "ModelMBeanInfo must not be null"
        13: .line 273
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            astore 2 /* x */
        start local 2 // java.lang.RuntimeException x
        14: .line 278
            new javax.management.RuntimeOperationsException
            dup
            aload 2 /* x */
            ldc "Exception occurred trying to initialize the ModelMBeanInfo of the RequiredModelMBean"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.RuntimeException x
        15: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.registered:Z
            ifeq 26
        16: .line 282
            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 22
        17: .line 283
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        18: .line 284
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        19: .line 285
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
        20: .line 286
            ldc "RequiredMBean is registered: Raising exception."
        21: .line 283
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        22: .line 291
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        23: .line 292
            ldc "cannot call setModelMBeanInfo while ModelMBean is registered"
        24: .line 291
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            astore 2 /* x */
        start local 2 // java.lang.RuntimeException x
        25: .line 293
            new javax.management.RuntimeOperationsException
            dup
            aload 2 /* x */
            ldc "Exception occurred trying to set the ModelMBeanInfo of the RequiredModelMBean"
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.RuntimeException x
        26: .line 296
      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 42
        27: .line 297
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        28: .line 298
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        29: .line 299
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
        30: .line 300
            new java.lang.StringBuilder
            dup
            ldc "Setting ModelMBeanInfo to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            aload 1 /* mbi */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.printModelMBeanInfo:(Ljavax/management/modelmbean/ModelMBeanInfo;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        31: .line 297
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        32: .line 301
            iconst_0
            istore 2 /* noOfNotifications */
        start local 2 // int noOfNotifications
        33: .line 302
            aload 1 /* mbi */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
            ifnull 35
        34: .line 303
            aload 1 /* mbi */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
            arraylength
            istore 2 /* noOfNotifications */
        35: .line 305
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        36: .line 306
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        37: .line 307
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
        38: .line 308
            new java.lang.StringBuilder
            dup
            ldc "ModelMBeanInfo notifications has "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        39: .line 309
            iload 2 /* noOfNotifications */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " elements"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        40: .line 308
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        41: .line 305
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 2 // int noOfNotifications
        42: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* mbi */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.clone:()Ljava/lang/Object;
            checkcast javax.management.modelmbean.ModelMBeanInfo
            putfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
        43: .line 314
            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 53
        44: .line 315
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        45: .line 316
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        46: .line 317
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
            new java.lang.StringBuilder
            dup
            ldc "set mbeanInfo to: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        47: .line 318
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokevirtual javax.management.modelmbean.RequiredModelMBean.printModelMBeanInfo:(Ljavax/management/modelmbean/ModelMBeanInfo;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        48: .line 315
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        49: .line 319
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        50: .line 320
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        51: .line 321
            ldc "setModelMBeanInfo(ModelMBeanInfo)"
            ldc "Exit"
        52: .line 319
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        53: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.modelmbean.ModelMBeanInfo mbi
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   54     0               this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   54     1                mbi  Ljavax/management/modelmbean/ModelMBeanInfo;
           14   15     2                  x  Ljava/lang/RuntimeException;
           25   26     2                  x  Ljava/lang/RuntimeException;
           33   42     2  noOfNotifications  I
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
      Name  Flags
      mbi   

  public void setManagedResource(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.Object mr
        start local 2 // java.lang.String mr_type
         0: .line 349
            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 350
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 351
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 352
            ldc "setManagedResource(Object,String)"
            ldc "Entry"
         4: .line 350
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 357
      StackMap locals:
      StackMap stack:
            aload 2 /* mr_type */
            ifnull 7
         6: .line 358
            aload 2 /* mr_type */
            ldc "objectReference"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 14
         7: .line 359
      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 13
         8: .line 360
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         9: .line 361
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        10: .line 362
            ldc "setManagedResource(Object,String)"
        11: .line 363
            new java.lang.StringBuilder
            dup
            ldc "Managed Resource Type is not supported: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* mr_type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 360
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        13: .line 365
      StackMap locals:
      StackMap stack:
            new javax.management.modelmbean.InvalidTargetObjectTypeException
            dup
            aload 2 /* mr_type */
            invokespecial javax.management.modelmbean.InvalidTargetObjectTypeException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 368
      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 20
        15: .line 369
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        16: .line 370
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        17: .line 371
            ldc "setManagedResource(Object,String)"
        18: .line 372
            ldc "Managed Resource is valid"
        19: .line 369
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        20: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* mr */
            putfield javax.management.modelmbean.RequiredModelMBean.managedResource:Ljava/lang/Object;
        21: .line 376
            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 26
        22: .line 377
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        23: .line 378
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        24: .line 379
            ldc "setManagedResource(Object, String)"
            ldc "Exit"
        25: .line 377
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        26: .line 381
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String mr_type
        end local 1 // java.lang.Object mr
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   27     1       mr  Ljava/lang/Object;
            0   27     2  mr_type  Ljava/lang/String;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException, javax.management.modelmbean.InvalidTargetObjectTypeException
    MethodParameters:
         Name  Flags
      mr       
      mr_type  

  public void load();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 406
            new javax.management.ServiceNotFoundException
            dup
         1: .line 407
            ldc "Persistence not supported for this MBean"
         2: .line 406
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            astore 1 /* x */
        start local 1 // javax.management.ServiceNotFoundException x
         3: .line 408
            new javax.management.MBeanException
            dup
            aload 1 /* x */
            aload 1 /* x */
            invokevirtual javax.management.ServiceNotFoundException.getMessage:()Ljava/lang/String;
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 1 // javax.management.ServiceNotFoundException x
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
            3    4     1     x  Ljavax/management/ServiceNotFoundException;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException

  public void store();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 448
            new javax.management.ServiceNotFoundException
            dup
         1: .line 449
            ldc "Persistence not supported for this MBean"
         2: .line 448
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            astore 1 /* x */
        start local 1 // javax.management.ServiceNotFoundException x
         3: .line 450
            new javax.management.MBeanException
            dup
            aload 1 /* x */
            aload 1 /* x */
            invokevirtual javax.management.ServiceNotFoundException.getMessage:()Ljava/lang/String;
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 1 // javax.management.ServiceNotFoundException x
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
            3    4     1     x  Ljavax/management/ServiceNotFoundException;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException

  private java.lang.Object resolveForCacheValue(javax.management.Descriptor);
    descriptor: (Ljavax/management/Descriptor;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=17, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.Descriptor descr
         0: .line 485
            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
            istore 2 /* tracing */
        start local 2 // boolean tracing
         1: .line 487
            iload 2 /* tracing */
            ifeq 5
         2: .line 488
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         3: .line 489
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
            ldc "Entry"
         4: .line 488
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 492
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 3 /* response */
        start local 3 // java.lang.Object response
         6: .line 493
            iconst_0
            istore 4 /* resetValue */
        start local 4 // boolean resetValue
         7: iconst_1
            istore 5 /* returnCachedValue */
        start local 5 // boolean returnCachedValue
         8: .line 494
            lconst_0
            lstore 6 /* currencyPeriod */
        start local 6 // long currencyPeriod
         9: .line 496
            aload 1 /* descr */
            ifnonnull 16
        10: .line 497
            iload 2 /* tracing */
            ifeq 15
        11: .line 498
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        12: .line 499
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        13: .line 500
            ldc "Input Descriptor is null"
        14: .line 498
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 502
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Descriptor int java.lang.Object int int long
      StackMap stack:
            aload 3 /* response */
            areturn
        16: .line 505
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 21
        17: .line 506
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        18: .line 507
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        19: .line 508
            ldc "resolveForCacheValue(Descriptor)"
            new java.lang.StringBuilder
            dup
            ldc "descriptor is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* descr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        20: .line 506
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        21: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            astore 8 /* mmbDescr */
        start local 8 // javax.management.Descriptor mmbDescr
        22: .line 512
            aload 8 /* mmbDescr */
            ifnonnull 28
        23: .line 513
            iload 2 /* tracing */
            ifeq 28
        24: .line 514
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        25: .line 515
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        26: .line 516
            ldc "resolveForCacheValue(Descriptor)"
            ldc "MBean Descriptor is null"
        27: .line 514
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        28: .line 521
      StackMap locals: javax.management.Descriptor
      StackMap stack:
            aload 1 /* descr */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 9 /* objExpTime */
        start local 9 // java.lang.Object objExpTime
        29: .line 524
            aload 9 /* objExpTime */
            ifnull 32
        30: .line 525
            aload 9 /* objExpTime */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 10 /* expTime */
        start local 10 // java.lang.String expTime
        31: .line 526
            goto 33
        end local 10 // java.lang.String expTime
        32: .line 527
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 10 /* expTime */
        start local 10 // java.lang.String expTime
        33: .line 530
      StackMap locals: java.lang.String
      StackMap stack:
            aload 10 /* expTime */
            ifnonnull 39
            aload 8 /* mmbDescr */
            ifnull 39
        34: .line 531
            aload 8 /* mmbDescr */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 9 /* objExpTime */
        35: .line 532
            aload 9 /* objExpTime */
            ifnull 38
        36: .line 533
            aload 9 /* objExpTime */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 10 /* expTime */
        37: .line 534
            goto 39
        38: .line 535
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* expTime */
        39: .line 539
      StackMap locals:
      StackMap stack:
            aload 10 /* expTime */
            ifnull 138
        40: .line 540
            iload 2 /* tracing */
            ifeq 45
        41: .line 541
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        42: .line 542
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        43: .line 543
            ldc "resolveForCacheValue(Descriptor)"
            new java.lang.StringBuilder
            dup
            ldc "currencyTimeLimit: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* expTime */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        44: .line 541
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        45: .line 547
      StackMap locals:
      StackMap stack:
            new java.lang.Long
            dup
            aload 10 /* expTime */
            invokespecial java.lang.Long.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Long.longValue:()J
            ldc 1000
            lmul
            lstore 6 /* currencyPeriod */
        46: .line 548
            lload 6 /* currencyPeriod */
            lconst_0
            lcmp
            ifge 55
        47: .line 550
            iconst_0
            istore 5 /* returnCachedValue */
        48: .line 551
            iconst_1
            istore 4 /* resetValue */
        49: .line 552
            iload 2 /* tracing */
            ifeq 105
        50: .line 553
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        51: .line 554
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        52: .line 555
            new java.lang.StringBuilder
            dup
            lload 6 /* currencyPeriod */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": never Cached"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        53: .line 553
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        54: .line 557
            goto 105
      StackMap locals:
      StackMap stack:
        55: lload 6 /* currencyPeriod */
            lconst_0
            lcmp
            ifne 64
        56: .line 559
            iconst_1
            istore 5 /* returnCachedValue */
        57: .line 560
            iconst_0
            istore 4 /* resetValue */
        58: .line 561
            iload 2 /* tracing */
            ifeq 105
        59: .line 562
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        60: .line 563
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        61: .line 564
            ldc "always valid Cache"
        62: .line 562
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        63: .line 566
            goto 105
        64: .line 568
      StackMap locals:
      StackMap stack:
            aload 1 /* descr */
            ldc "lastUpdatedTimeStamp"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        65: .line 567
            astore 11 /* objtStamp */
        start local 11 // java.lang.Object objtStamp
        66: .line 571
            aload 11 /* objtStamp */
            ifnull 68
            aload 11 /* objtStamp */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 12 /* tStamp */
        start local 12 // java.lang.String tStamp
        67: goto 69
        end local 12 // java.lang.String tStamp
        68: .line 572
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 12 /* tStamp */
        start local 12 // java.lang.String tStamp
        69: .line 574
      StackMap locals: java.lang.String
      StackMap stack:
            iload 2 /* tracing */
            ifeq 74
        70: .line 575
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        71: .line 576
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        72: .line 577
            new java.lang.StringBuilder
            dup
            ldc "lastUpdatedTimeStamp: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 12 /* tStamp */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        73: .line 575
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        74: .line 580
      StackMap locals:
      StackMap stack:
            aload 12 /* tStamp */
            ifnonnull 76
        75: .line 581
            ldc "0"
            astore 12 /* tStamp */
        76: .line 583
      StackMap locals:
      StackMap stack:
            new java.lang.Long
            dup
            aload 12 /* tStamp */
            invokespecial java.lang.Long.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Long.longValue:()J
            lstore 13 /* lastTime */
        start local 13 // long lastTime
        77: .line 585
            iload 2 /* tracing */
            ifeq 84
        78: .line 586
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        79: .line 587
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        80: .line 588
            new java.lang.StringBuilder
            dup
            ldc "currencyPeriod:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 6 /* currencyPeriod */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        81: .line 589
            ldc " lastUpdatedTimeStamp:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 13 /* lastTime */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        82: .line 588
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        83: .line 586
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        84: .line 592
      StackMap locals: long
      StackMap stack:
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.getTime:()J
            lstore 15 /* now */
        start local 15 // long now
        85: .line 594
            lload 15 /* now */
            lload 13 /* lastTime */
            lload 6 /* currencyPeriod */
            ladd
            lcmp
            ifge 96
        86: .line 595
            iconst_1
            istore 5 /* returnCachedValue */
        87: .line 596
            iconst_0
            istore 4 /* resetValue */
        88: .line 597
            iload 2 /* tracing */
            ifeq 105
        89: .line 598
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        90: .line 599
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
        91: .line 600
            new java.lang.StringBuilder
            dup
            ldc " timed valid Cache for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 15 /* now */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " < "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        92: .line 601
            lload 13 /* lastTime */
            lload 6 /* currencyPeriod */
            ladd
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
        93: .line 600
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        94: .line 598
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        95: .line 603
            goto 105
        96: .line 604
      StackMap locals: long
      StackMap stack:
            iconst_0
            istore 5 /* returnCachedValue */
        97: .line 605
            iconst_1
            istore 4 /* resetValue */
        98: .line 606
            iload 2 /* tracing */
            ifeq 105
        99: .line 607
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       100: .line 608
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
       101: .line 609
            new java.lang.StringBuilder
            dup
            ldc "timed expired cache for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 15 /* now */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " > "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       102: .line 610
            lload 13 /* lastTime */
            lload 6 /* currencyPeriod */
            ladd
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
       103: .line 609
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       104: .line 607
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 15 // long now
        end local 13 // long lastTime
        end local 12 // java.lang.String tStamp
        end local 11 // java.lang.Object objtStamp
       105: .line 614
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Descriptor int java.lang.Object int int long javax.management.Descriptor java.lang.Object java.lang.String
      StackMap stack:
            iload 2 /* tracing */
            ifeq 112
       106: .line 615
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       107: .line 616
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
       108: .line 617
            new java.lang.StringBuilder
            dup
            ldc "returnCachedValue:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* returnCachedValue */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
       109: .line 618
            ldc " resetValue: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* resetValue */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
       110: .line 617
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       111: .line 615
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       112: .line 621
      StackMap locals:
      StackMap stack:
            iload 5 /* returnCachedValue */
            ifeq 128
       113: .line 622
            aload 1 /* descr */
            ldc "value"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 11 /* currValue */
        start local 11 // java.lang.Object currValue
       114: .line 623
            aload 11 /* currValue */
            ifnull 122
       115: .line 625
            aload 11 /* currValue */
            astore 3 /* response */
       116: .line 627
            iload 2 /* tracing */
            ifeq 128
       117: .line 628
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       118: .line 629
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
       119: .line 630
            new java.lang.StringBuilder
            dup
            ldc "valid Cache value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* currValue */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       120: .line 628
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       121: .line 633
            goto 128
       122: .line 634
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 3 /* response */
       123: .line 635
            iload 2 /* tracing */
            ifeq 128
       124: .line 636
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       125: .line 637
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       126: .line 638
            ldc "resolveForCacheValue(Descriptor)"
            ldc "no Cached value"
       127: .line 636
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 11 // java.lang.Object currValue
       128: .line 643
      StackMap locals:
      StackMap stack:
            iload 4 /* resetValue */
            ifeq 138
       129: .line 645
            aload 1 /* descr */
            ldc "lastUpdatedTimeStamp"
            invokeinterface javax.management.Descriptor.removeField:(Ljava/lang/String;)V
       130: .line 646
            aload 1 /* descr */
            ldc "value"
            invokeinterface javax.management.Descriptor.removeField:(Ljava/lang/String;)V
       131: .line 647
            aconst_null
            astore 3 /* response */
       132: .line 648
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 1 /* descr */
            aconst_null
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
       133: .line 649
            iload 2 /* tracing */
            ifeq 138
       134: .line 650
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       135: .line 651
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       136: .line 652
            ldc "resolveForCacheValue(Descriptor)"
            ldc "reset cached value to null"
       137: .line 650
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       138: .line 657
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 142
       139: .line 658
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       140: .line 659
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveForCacheValue(Descriptor)"
            ldc "Exit"
       141: .line 658
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       142: .line 662
      StackMap locals:
      StackMap stack:
            aload 3 /* response */
            areturn
        end local 10 // java.lang.String expTime
        end local 9 // java.lang.Object objExpTime
        end local 8 // javax.management.Descriptor mmbDescr
        end local 6 // long currencyPeriod
        end local 5 // boolean returnCachedValue
        end local 4 // boolean resetValue
        end local 3 // java.lang.Object response
        end local 2 // boolean tracing
        end local 1 // javax.management.Descriptor descr
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  143     0               this  Ljavax/management/modelmbean/RequiredModelMBean;
            0  143     1              descr  Ljavax/management/Descriptor;
            1  143     2            tracing  Z
            6  143     3           response  Ljava/lang/Object;
            7  143     4         resetValue  Z
            8  143     5  returnCachedValue  Z
            9  143     6     currencyPeriod  J
           22  143     8           mmbDescr  Ljavax/management/Descriptor;
           29  143     9         objExpTime  Ljava/lang/Object;
           31   32    10            expTime  Ljava/lang/String;
           33  143    10            expTime  Ljava/lang/String;
           66  105    11          objtStamp  Ljava/lang/Object;
           67   68    12             tStamp  Ljava/lang/String;
           69  105    12             tStamp  Ljava/lang/String;
           77  105    13           lastTime  J
           85  105    15                now  J
          114  128    11          currValue  Ljava/lang/Object;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
       Name  Flags
      descr  

  public javax.management.MBeanInfo getMBeanInfo();
    descriptor: ()Ljavax/management/MBeanInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 675
            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 676
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 677
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 678
            ldc "getMBeanInfo()"
            ldc "Entry"
         4: .line 676
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            ifnonnull 12
         6: .line 682
            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 11
         7: .line 683
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         8: .line 684
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         9: .line 685
            ldc "getMBeanInfo()"
            ldc "modelMBeanInfo is null"
        10: .line 683
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        11: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.createDefaultModelMBeanInfo:()Ljavax/management/modelmbean/ModelMBeanInfo;
            putfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
        12: .line 691
      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 23
        13: .line 692
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        14: .line 693
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        15: .line 694
            ldc "getMBeanInfo()"
            new java.lang.StringBuilder
            dup
            ldc "ModelMBeanInfo is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        16: .line 695
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getClassName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 696
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 692
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 697
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        20: .line 698
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        21: .line 699
            ldc "getMBeanInfo()"
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokevirtual javax.management.modelmbean.RequiredModelMBean.printModelMBeanInfo:(Ljavax/management/modelmbean/ModelMBeanInfo;)Ljava/lang/String;
        22: .line 697
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        23: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.clone:()Ljava/lang/Object;
            checkcast javax.management.MBeanInfo
            areturn
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Ljavax/management/modelmbean/RequiredModelMBean;

  private java.lang.String printModelMBeanInfo(javax.management.modelmbean.ModelMBeanInfo);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanInfo;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.modelmbean.ModelMBeanInfo info
         0: .line 706
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* retStr */
        start local 2 // java.lang.StringBuilder retStr
         1: .line 707
            aload 1 /* info */
            ifnonnull 9
         2: .line 708
            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 709
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         4: .line 710
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         5: .line 711
            ldc "printModelMBeanInfo(ModelMBeanInfo)"
         6: .line 712
            ldc "ModelMBeanInfo to print is null, printing local ModelMBeanInfo"
         7: .line 709
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 715
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            astore 1 /* info */
         9: .line 718
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc "\nMBeanInfo for ModelMBean is:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        10: .line 719
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "\nCLASSNAME: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getClassName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 720
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "\nDESCRIPTION: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 724
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "\nMBEAN DESCRIPTOR: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        13: .line 725
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 724
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        15: .line 726
            goto 18
      StackMap locals:
      StackMap stack: java.lang.Exception
        16: pop
        17: .line 727
            aload 2 /* retStr */
            ldc "\nMBEAN DESCRIPTOR: \t is invalid"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 730
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc "\nATTRIBUTES"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 732
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
            astore 3 /* attrInfo */
        start local 3 // javax.management.MBeanAttributeInfo[] attrInfo
        20: .line 733
            aload 3 /* attrInfo */
            ifnull 37
            aload 3 /* attrInfo */
            arraylength
            ifle 37
        21: .line 734
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        22: goto 35
        23: .line 736
      StackMap locals: javax.management.MBeanAttributeInfo[] int
      StackMap stack:
            aload 3 /* attrInfo */
            iload 4 /* i */
            aaload
            checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
        24: .line 735
            astore 5 /* attInfo */
        start local 5 // javax.management.modelmbean.ModelMBeanAttributeInfo attInfo
        25: .line 737
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc " ** NAME: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        26: .line 738
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCR: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        27: .line 739
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    TYPE: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        28: .line 740
            ldc "    READ: \t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.isReadable:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        29: .line 741
            ldc "    WRITE: \t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.isWritable:()Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        30: .line 739
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        31: .line 742
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCRIPTOR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        32: .line 743
            aload 5 /* attInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        33: .line 742
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 5 // javax.management.modelmbean.ModelMBeanAttributeInfo attInfo
        34: .line 734
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 4 /* i */
            aload 3 /* attrInfo */
            arraylength
            if_icmplt 23
        end local 4 // int i
        36: .line 745
            goto 38
        37: .line 746
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc " ** No attributes **"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        38: .line 749
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc "\nCONSTRUCTORS"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        39: .line 750
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getConstructors:()[Ljavax/management/MBeanConstructorInfo;
            astore 4 /* constrInfo */
        start local 4 // javax.management.MBeanConstructorInfo[] constrInfo
        40: .line 751
            aload 4 /* constrInfo */
            ifnull 59
            aload 4 /* constrInfo */
            arraylength
            ifle 59
        41: .line 752
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        42: goto 57
        43: .line 754
      StackMap locals: javax.management.MBeanConstructorInfo[] int
      StackMap stack:
            aload 4 /* constrInfo */
            iload 5 /* i */
            aaload
            checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
        44: .line 753
            astore 6 /* ctorInfo */
        start local 6 // javax.management.modelmbean.ModelMBeanConstructorInfo ctorInfo
        45: .line 755
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc " ** NAME: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* ctorInfo */
            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;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        46: .line 756
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCR: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        47: .line 757
            aload 6 /* ctorInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        48: .line 756
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        49: .line 758
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    PARAM: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        50: .line 759
            aload 6 /* ctorInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        51: .line 760
            ldc " parameter(s)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        52: .line 758
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        53: .line 761
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCRIPTOR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        54: .line 762
            aload 6 /* ctorInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        55: .line 761
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 6 // javax.management.modelmbean.ModelMBeanConstructorInfo ctorInfo
        56: .line 752
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        57: iload 5 /* i */
            aload 4 /* constrInfo */
            arraylength
            if_icmplt 43
        end local 5 // int i
        58: .line 764
            goto 60
        59: .line 765
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc " ** No Constructors **"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        60: .line 768
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc "\nOPERATIONS"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        61: .line 769
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperations:()[Ljavax/management/MBeanOperationInfo;
            astore 5 /* opsInfo */
        start local 5 // javax.management.MBeanOperationInfo[] opsInfo
        62: .line 770
            aload 5 /* opsInfo */
            ifnull 79
            aload 5 /* opsInfo */
            arraylength
            ifle 79
        63: .line 771
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        64: goto 77
        65: .line 773
      StackMap locals: javax.management.MBeanOperationInfo[] int
      StackMap stack:
            aload 5 /* opsInfo */
            iload 6 /* i */
            aaload
            checkcast javax.management.modelmbean.ModelMBeanOperationInfo
        66: .line 772
            astore 7 /* operInfo */
        start local 7 // javax.management.modelmbean.ModelMBeanOperationInfo operInfo
        67: .line 774
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc " ** NAME: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* operInfo */
            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;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        68: .line 775
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCR: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* operInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        69: .line 776
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    PARAM: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        70: .line 777
            aload 7 /* operInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        71: .line 778
            ldc " parameter(s)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        72: .line 776
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        73: .line 779
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCRIPTOR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        74: .line 780
            aload 7 /* operInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        75: .line 779
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 7 // javax.management.modelmbean.ModelMBeanOperationInfo operInfo
        76: .line 771
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 6 /* i */
            aload 5 /* opsInfo */
            arraylength
            if_icmplt 65
        end local 6 // int i
        78: .line 782
            goto 80
        79: .line 783
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc " ** No operations ** "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        80: .line 786
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc "\nNOTIFICATIONS"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        81: .line 788
            aload 1 /* info */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
            astore 6 /* notifInfo */
        start local 6 // javax.management.MBeanNotificationInfo[] notifInfo
        82: .line 789
            aload 6 /* notifInfo */
            ifnull 95
            aload 6 /* notifInfo */
            arraylength
            ifle 95
        83: .line 790
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        84: goto 93
        85: .line 792
      StackMap locals: javax.management.MBeanNotificationInfo[] int
      StackMap stack:
            aload 6 /* notifInfo */
            iload 7 /* i */
            aaload
            checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
        86: .line 791
            astore 8 /* nInfo */
        start local 8 // javax.management.modelmbean.ModelMBeanNotificationInfo nInfo
        87: .line 793
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc " ** NAME: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* nInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        88: .line 794
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCR: \t"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* nInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        89: .line 795
            aload 2 /* retStr */
            new java.lang.StringBuilder
            dup
            ldc "    DESCRIPTOR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        90: .line 796
            aload 8 /* nInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        91: .line 795
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 8 // javax.management.modelmbean.ModelMBeanNotificationInfo nInfo
        92: .line 790
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 7 /* i */
            aload 6 /* notifInfo */
            arraylength
            if_icmplt 85
        end local 7 // int i
        94: .line 798
            goto 96
        95: .line 799
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc " ** No notifications **"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        96: .line 802
      StackMap locals:
      StackMap stack:
            aload 2 /* retStr */
            ldc " ** ModelMBean: End of MBeanInfo ** "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        97: .line 804
            aload 2 /* retStr */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 6 // javax.management.MBeanNotificationInfo[] notifInfo
        end local 5 // javax.management.MBeanOperationInfo[] opsInfo
        end local 4 // javax.management.MBeanConstructorInfo[] constrInfo
        end local 3 // javax.management.MBeanAttributeInfo[] attrInfo
        end local 2 // java.lang.StringBuilder retStr
        end local 1 // javax.management.modelmbean.ModelMBeanInfo info
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   98     0        this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   98     1        info  Ljavax/management/modelmbean/ModelMBeanInfo;
            1   98     2      retStr  Ljava/lang/StringBuilder;
           20   98     3    attrInfo  [Ljavax/management/MBeanAttributeInfo;
           22   36     4           i  I
           25   34     5     attInfo  Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
           40   98     4  constrInfo  [Ljavax/management/MBeanConstructorInfo;
           42   58     5           i  I
           45   56     6    ctorInfo  Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
           62   98     5     opsInfo  [Ljavax/management/MBeanOperationInfo;
           64   78     6           i  I
           67   76     7    operInfo  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
           82   98     6   notifInfo  [Ljavax/management/MBeanNotificationInfo;
           84   94     7           i  I
           87   92     8       nInfo  Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
      Exception table:
        from    to  target  type
          12    15      16  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      info  

  public java.lang.Object invoke(java.lang.String, java.lang.Object[], java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=20, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String opName
        start local 2 // java.lang.Object[] opArgs
        start local 3 // java.lang.String[] sig
         0: .line 917
            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
            istore 4 /* tracing */
        start local 4 // boolean tracing
         1: .line 920
            iload 4 /* tracing */
            ifeq 5
         2: .line 921
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         3: .line 922
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "invoke(String, Object[], String[])"
            ldc "Entry"
         4: .line 921
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 925
      StackMap locals: int
      StackMap stack:
            aload 1 /* opName */
            ifnonnull 11
         6: .line 927
            new java.lang.IllegalArgumentException
            dup
            ldc "Method name must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         7: .line 926
            astore 5 /* x */
        start local 5 // java.lang.RuntimeException x
         8: .line 928
            new javax.management.RuntimeOperationsException
            dup
            aload 5 /* x */
         9: .line 929
            ldc "An exception occurred while trying to invoke a method on a RequiredModelMBean"
        10: .line 928
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.RuntimeException x
        11: .line 933
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* opClassName */
        start local 5 // java.lang.String opClassName
        12: .line 937
            aload 1 /* opName */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 7 /* opSplitter */
        start local 7 // int opSplitter
        13: .line 938
            iload 7 /* opSplitter */
            ifle 17
        14: .line 939
            aload 1 /* opName */
            iconst_0
            iload 7 /* opSplitter */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 5 /* opClassName */
        15: .line 940
            aload 1 /* opName */
            iload 7 /* opSplitter */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 6 /* opMethodName */
        start local 6 // java.lang.String opMethodName
        16: .line 941
            goto 18
        end local 6 // java.lang.String opMethodName
        17: .line 942
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.Object[] java.lang.String[] int java.lang.String top int
      StackMap stack:
            aload 1 /* opName */
            astore 6 /* opMethodName */
        start local 6 // java.lang.String opMethodName
        18: .line 946
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.Object[] java.lang.String[] int java.lang.String java.lang.String int
      StackMap stack:
            aload 6 /* opMethodName */
            ldc "("
            invokevirtual java.lang.String.indexOf:(Ljava/lang/String;)I
            istore 7 /* opSplitter */
        19: .line 947
            iload 7 /* opSplitter */
            ifle 21
        20: .line 948
            aload 6 /* opMethodName */
            iconst_0
            iload 7 /* opSplitter */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 6 /* opMethodName */
        21: .line 950
      StackMap locals:
      StackMap stack:
            iload 4 /* tracing */
            ifeq 26
        22: .line 951
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        23: .line 952
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        24: .line 953
            ldc "invoke(String, Object[], String[])"
            new java.lang.StringBuilder
            dup
            ldc "Finding operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " as "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* opMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 951
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        26: .line 957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 6 /* opMethodName */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperation:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanOperationInfo;
        27: .line 956
            astore 8 /* opInfo */
        start local 8 // javax.management.modelmbean.ModelMBeanOperationInfo opInfo
        28: .line 958
            aload 8 /* opInfo */
            ifnonnull 32
        29: .line 960
            new java.lang.StringBuilder
            dup
            ldc "Operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not in ModelMBeanInfo"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        30: .line 959
            astore 9 /* msg */
        start local 9 // java.lang.String msg
        31: .line 961
            new javax.management.MBeanException
            dup
            new javax.management.ServiceNotFoundException
            dup
            aload 9 /* msg */
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            aload 9 /* msg */
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 9 // java.lang.String msg
        32: .line 964
      StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo
      StackMap stack:
            aload 8 /* opInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
            astore 9 /* opDescr */
        start local 9 // javax.management.Descriptor opDescr
        33: .line 965
            aload 9 /* opDescr */
            ifnonnull 35
        34: .line 967
            new javax.management.MBeanException
            dup
            new javax.management.ServiceNotFoundException
            dup
            ldc "Operation descriptor null"
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            ldc "Operation descriptor null"
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        35: .line 970
      StackMap locals: javax.management.Descriptor
      StackMap stack:
            aload 0 /* this */
            aload 9 /* opDescr */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.resolveForCacheValue:(Ljavax/management/Descriptor;)Ljava/lang/Object;
            astore 10 /* cached */
        start local 10 // java.lang.Object cached
        36: .line 971
            aload 10 /* cached */
            ifnull 44
        37: .line 972
            iload 4 /* tracing */
            ifeq 43
        38: .line 973
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        39: .line 974
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        40: .line 975
            ldc "invoke(String, Object[], String[])"
        41: .line 976
            ldc "Returning cached value"
        42: .line 973
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        43: .line 978
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 10 /* cached */
            areturn
        44: .line 981
      StackMap locals:
      StackMap stack:
            aload 5 /* opClassName */
            ifnonnull 46
        45: .line 982
            aload 9 /* opDescr */
            ldc "class"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* opClassName */
        46: .line 985
      StackMap locals:
      StackMap stack:
            aload 9 /* opDescr */
            ldc "name"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* opMethodName */
        47: .line 986
            aload 6 /* opMethodName */
            ifnonnull 49
        48: .line 989
            new javax.management.MBeanException
            dup
            new javax.management.ServiceNotFoundException
            dup
            ldc "Method descriptor must include `name' field"
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            ldc "Method descriptor must include `name' field"
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        49: .line 993
      StackMap locals:
      StackMap stack:
            aload 9 /* opDescr */
            ldc "targetType"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        50: .line 992
            checkcast java.lang.String
            astore 11 /* targetTypeField */
        start local 11 // java.lang.String targetTypeField
        51: .line 994
            aload 11 /* targetTypeField */
            ifnull 58
        52: .line 995
            aload 11 /* targetTypeField */
            ldc "objectReference"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 58
        53: .line 997
            new java.lang.StringBuilder
            dup
            ldc "Target type must be objectReference: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* targetTypeField */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        54: .line 996
            astore 12 /* msg */
        start local 12 // java.lang.String msg
        55: .line 998
            new javax.management.MBeanException
            dup
            new javax.management.modelmbean.InvalidTargetObjectTypeException
            dup
            aload 12 /* msg */
            invokespecial javax.management.modelmbean.InvalidTargetObjectTypeException.<init>:(Ljava/lang/String;)V
        56: .line 999
            aload 12 /* msg */
        57: .line 998
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 12 // java.lang.String msg
        58: .line 1002
      StackMap locals: java.lang.String
      StackMap stack:
            aload 9 /* opDescr */
            ldc "targetObject"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 12 /* targetObjectField */
        start local 12 // java.lang.Object targetObjectField
        59: .line 1003
            iload 4 /* tracing */
            ifeq 64
            aload 12 /* targetObjectField */
            ifnull 64
        60: .line 1004
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        61: .line 1005
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        62: .line 1006
            ldc "invoke(String, Object[], String[])"
            ldc "Found target object in descriptor"
        63: .line 1004
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        64: .line 1014
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 6 /* opMethodName */
            aload 12 /* targetObjectField */
        65: .line 1015
            aload 5 /* opClassName */
            aload 3 /* sig */
        66: .line 1014
            invokevirtual javax.management.modelmbean.RequiredModelMBean.findRMMBMethod:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
            astore 13 /* method */
        start local 13 // java.lang.reflect.Method method
        67: .line 1017
            aload 13 /* method */
            ifnull 70
        68: .line 1018
            aload 0 /* this */
            astore 14 /* targetObject */
        start local 14 // java.lang.Object targetObject
        69: goto 102
        end local 14 // java.lang.Object targetObject
        70: .line 1020
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            iload 4 /* tracing */
            ifeq 75
        71: .line 1021
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        72: .line 1022
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        73: .line 1023
            ldc "invoke(String, Object[], String[])"
            ldc "looking for method in managedResource class"
        74: .line 1021
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        75: .line 1025
      StackMap locals:
      StackMap stack:
            aload 12 /* targetObjectField */
            ifnull 78
        76: .line 1026
            aload 12 /* targetObjectField */
            astore 14 /* targetObject */
        start local 14 // java.lang.Object targetObject
        77: goto 86
        end local 14 // java.lang.Object targetObject
        78: .line 1028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.managedResource:Ljava/lang/Object;
            astore 14 /* targetObject */
        start local 14 // java.lang.Object targetObject
        79: .line 1029
            aload 14 /* targetObject */
            ifnonnull 86
        80: .line 1031
            new java.lang.StringBuilder
            dup
            ldc "managedResource for invoke "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        81: .line 1032
            ldc " is null"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        82: .line 1031
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        83: .line 1030
            astore 15 /* msg */
        start local 15 // java.lang.String msg
        84: .line 1033
            new javax.management.ServiceNotFoundException
            dup
            aload 15 /* msg */
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
            astore 16 /* snfe */
        start local 16 // java.lang.Exception snfe
        85: .line 1034
            new javax.management.MBeanException
            dup
            aload 16 /* snfe */
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 16 // java.lang.Exception snfe
        end local 15 // java.lang.String msg
        86: .line 1040
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* opClassName */
            ifnull 100
        87: .line 1042
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 16 /* stack */
        start local 16 // java.security.AccessControlContext stack
        88: .line 1043
            aload 14 /* targetObject */
            astore 17 /* obj */
        start local 17 // java.lang.Object obj
        89: .line 1044
            aload 5 /* opClassName */
            astore 18 /* className */
        start local 18 // java.lang.String className
        90: .line 1045
            iconst_1
            anewarray java.lang.ClassNotFoundException
            astore 19 /* caughtException */
        start local 19 // java.lang.ClassNotFoundException[] caughtException
        91: .line 1047
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$1
            dup
            aload 0 /* this */
            aload 18 /* className */
            aload 17 /* obj */
            aload 19 /* caughtException */
            invokespecial javax.management.modelmbean.RequiredModelMBean$1.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;Ljava/lang/String;Ljava/lang/Object;[Ljava/lang/ClassNotFoundException;)V
        92: .line 1062
            aload 16 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
        93: .line 1047
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 15 /* targetClass */
        start local 15 // java.lang.Class targetClass
        94: .line 1064
            aload 19 /* caughtException */
            iconst_0
            aaload
            ifnull 101
        95: .line 1065
            aload 19 /* caughtException */
            iconst_0
            aaload
            athrow
        end local 19 // java.lang.ClassNotFoundException[] caughtException
        end local 18 // java.lang.String className
        end local 17 // java.lang.Object obj
        end local 16 // java.security.AccessControlContext stack
        end local 15 // java.lang.Class targetClass
        96: .line 1067
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 16 /* e */
        start local 16 // java.lang.ClassNotFoundException e
        97: .line 1069
            new java.lang.StringBuilder
            dup
            ldc "class for invoke "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not found"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        98: .line 1068
            astore 17 /* msg */
        start local 17 // java.lang.String msg
        99: .line 1070
            new javax.management.ReflectionException
            dup
            aload 16 /* e */
            aload 17 /* msg */
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 17 // java.lang.String msg
        end local 16 // java.lang.ClassNotFoundException e
       100: .line 1073
      StackMap locals:
      StackMap stack:
            aload 14 /* targetObject */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 15 /* targetClass */
        start local 15 // java.lang.Class targetClass
       101: .line 1075
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            aload 15 /* targetClass */
            aload 6 /* opMethodName */
            aload 3 /* sig */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.resolveMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
            astore 13 /* method */
        end local 15 // java.lang.Class targetClass
       102: .line 1078
      StackMap locals:
      StackMap stack:
            iload 4 /* tracing */
            ifeq 107
       103: .line 1079
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       104: .line 1080
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       105: .line 1081
            ldc "invoke(String, Object[], String[])"
            new java.lang.StringBuilder
            dup
            ldc "found "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* opMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", now invoking"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       106: .line 1079
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       107: .line 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* opName */
            aload 13 /* method */
            aload 14 /* targetObject */
            aload 2 /* opArgs */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.invokeMethod:(Ljava/lang/String;Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
       108: .line 1084
            astore 15 /* result */
        start local 15 // java.lang.Object result
       109: .line 1087
            iload 4 /* tracing */
            ifeq 114
       110: .line 1088
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       111: .line 1089
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       112: .line 1090
            ldc "invoke(String, Object[], String[])"
            ldc "successfully invoked method"
       113: .line 1088
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       114: .line 1093
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 15 /* result */
            ifnull 116
       115: .line 1094
            aload 0 /* this */
            aload 8 /* opInfo */
            aload 9 /* opDescr */
            aload 15 /* result */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.cacheResult:(Ljavax/management/modelmbean/ModelMBeanOperationInfo;Ljavax/management/Descriptor;Ljava/lang/Object;)V
       116: .line 1096
      StackMap locals:
      StackMap stack:
            aload 15 /* result */
            areturn
        end local 15 // java.lang.Object result
        end local 14 // java.lang.Object targetObject
        end local 13 // java.lang.reflect.Method method
        end local 12 // java.lang.Object targetObjectField
        end local 11 // java.lang.String targetTypeField
        end local 10 // java.lang.Object cached
        end local 9 // javax.management.Descriptor opDescr
        end local 8 // javax.management.modelmbean.ModelMBeanOperationInfo opInfo
        end local 7 // int opSplitter
        end local 6 // java.lang.String opMethodName
        end local 5 // java.lang.String opClassName
        end local 4 // boolean tracing
        end local 3 // java.lang.String[] sig
        end local 2 // java.lang.Object[] opArgs
        end local 1 // java.lang.String opName
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0  117     0               this  Ljavax/management/modelmbean/RequiredModelMBean;
            0  117     1             opName  Ljava/lang/String;
            0  117     2             opArgs  [Ljava/lang/Object;
            0  117     3                sig  [Ljava/lang/String;
            1  117     4            tracing  Z
            8   11     5                  x  Ljava/lang/RuntimeException;
           12  117     5        opClassName  Ljava/lang/String;
           16   17     6       opMethodName  Ljava/lang/String;
           18  117     6       opMethodName  Ljava/lang/String;
           13  117     7         opSplitter  I
           28  117     8             opInfo  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
           31   32     9                msg  Ljava/lang/String;
           33  117     9            opDescr  Ljavax/management/Descriptor;
           36  117    10             cached  Ljava/lang/Object;
           51  117    11    targetTypeField  Ljava/lang/String;
           55   58    12                msg  Ljava/lang/String;
           59  117    12  targetObjectField  Ljava/lang/Object;
           67  117    13             method  Ljava/lang/reflect/Method;
           69   70    14       targetObject  Ljava/lang/Object;
           77   78    14       targetObject  Ljava/lang/Object;
           79  117    14       targetObject  Ljava/lang/Object;
           84   86    15                msg  Ljava/lang/String;
           85   86    16               snfe  Ljava/lang/Exception;
           94   96    15        targetClass  Ljava/lang/Class<*>;
          101  102    15        targetClass  Ljava/lang/Class<*>;
           88   96    16              stack  Ljava/security/AccessControlContext;
           89   96    17                obj  Ljava/lang/Object;
           90   96    18          className  Ljava/lang/String;
           91   96    19    caughtException  [Ljava/lang/ClassNotFoundException;
           97  100    16                  e  Ljava/lang/ClassNotFoundException;
           99  100    17                msg  Ljava/lang/String;
          109  117    15             result  Ljava/lang/Object;
      Exception table:
        from    to  target  type
          87    96      96  Class java.lang.ClassNotFoundException
    Exceptions:
      throws javax.management.MBeanException, javax.management.ReflectionException
    MethodParameters:
        Name  Flags
      opName  
      opArgs  
      sig     

  private java.lang.reflect.Method resolveMethod(java.lang.Class<?>, java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=9, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.Class targetClass
        start local 2 // java.lang.String opMethodName
        start local 3 // java.lang.String[] sig
         0: .line 1103
            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
            istore 4 /* tracing */
        start local 4 // boolean tracing
         1: .line 1105
            iload 4 /* tracing */
            ifeq 6
         2: .line 1106
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         3: .line 1107
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "resolveMethod"
         4: .line 1108
            new java.lang.StringBuilder
            dup
            ldc "resolving "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* targetClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* opMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 1106
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 1113
      StackMap locals: int
      StackMap stack:
            aload 3 /* sig */
            ifnonnull 9
         7: .line 1114
            aconst_null
            astore 5 /* argClasses */
        start local 5 // java.lang.Class[] argClasses
         8: goto 18
        end local 5 // java.lang.Class[] argClasses
         9: .line 1116
      StackMap locals:
      StackMap stack:
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 6 /* stack */
        start local 6 // java.security.AccessControlContext stack
        10: .line 1117
            iconst_1
            anewarray javax.management.ReflectionException
            astore 7 /* caughtException */
        start local 7 // javax.management.ReflectionException[] caughtException
        11: .line 1118
            aload 1 /* targetClass */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            astore 8 /* targetClassLoader */
        start local 8 // java.lang.ClassLoader targetClassLoader
        12: .line 1119
            aload 3 /* sig */
            arraylength
            anewarray java.lang.Class
            astore 5 /* argClasses */
        start local 5 // java.lang.Class[] argClasses
        13: .line 1121
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$2
            dup
            aload 0 /* this */
            aload 3 /* sig */
            iload 4 /* tracing */
            aload 5 /* argClasses */
            aload 8 /* targetClassLoader */
            aload 7 /* caughtException */
            invokespecial javax.management.modelmbean.RequiredModelMBean$2.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;[Ljava/lang/String;Z[Ljava/lang/Class;Ljava/lang/ClassLoader;[Ljavax/management/ReflectionException;)V
        14: .line 1151
            aload 6 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
        15: .line 1121
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            pop
        16: .line 1153
            aload 7 /* caughtException */
            iconst_0
            aaload
            ifnull 18
        17: .line 1154
            aload 7 /* caughtException */
            iconst_0
            aaload
            athrow
        end local 8 // java.lang.ClassLoader targetClassLoader
        end local 7 // javax.management.ReflectionException[] caughtException
        end local 6 // java.security.AccessControlContext stack
        18: .line 1159
      StackMap locals: java.lang.Class[]
      StackMap stack:
            aload 1 /* targetClass */
            aload 2 /* opMethodName */
            aload 5 /* argClasses */
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
        19: areturn
        20: .line 1160
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 6 /* e */
        start local 6 // java.lang.NoSuchMethodException e
        21: .line 1162
            new java.lang.StringBuilder
            dup
            ldc "Target method not found: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* targetClass */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 1163
            aload 2 /* opMethodName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 1162
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 1161
            astore 7 /* msg */
        start local 7 // java.lang.String msg
        25: .line 1164
            new javax.management.ReflectionException
            dup
            aload 6 /* e */
            aload 7 /* msg */
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.String msg
        end local 6 // java.lang.NoSuchMethodException e
        end local 5 // java.lang.Class[] argClasses
        end local 4 // boolean tracing
        end local 3 // java.lang.String[] sig
        end local 2 // java.lang.String opMethodName
        end local 1 // java.lang.Class targetClass
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   26     1        targetClass  Ljava/lang/Class<*>;
            0   26     2       opMethodName  Ljava/lang/String;
            0   26     3                sig  [Ljava/lang/String;
            1   26     4            tracing  Z
            8    9     5         argClasses  [Ljava/lang/Class;
           13   26     5         argClasses  [Ljava/lang/Class;
           10   18     6              stack  Ljava/security/AccessControlContext;
           11   18     7    caughtException  [Ljavax/management/ReflectionException;
           12   18     8  targetClassLoader  Ljava/lang/ClassLoader;
           21   26     6                  e  Ljava/lang/NoSuchMethodException;
           25   26     7                msg  Ljava/lang/String;
      Exception table:
        from    to  target  type
          18    19      20  Class java.lang.NoSuchMethodException
    Exceptions:
      throws javax.management.ReflectionException
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
    MethodParameters:
              Name  Flags
      targetClass   
      opMethodName  
      sig           final

  private java.lang.reflect.Method findRMMBMethod(java.lang.String, java.lang.Object, java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String opMethodName
        start local 2 // java.lang.Object targetObjectField
        start local 3 // java.lang.String opClassName
        start local 4 // java.lang.String[] sig
         0: .line 1190
            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
            istore 5 /* tracing */
        start local 5 // boolean tracing
         1: .line 1192
            iload 5 /* tracing */
            ifeq 7
         2: .line 1193
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         3: .line 1194
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         4: .line 1195
            ldc "invoke(String, Object[], String[])"
         5: .line 1196
            ldc "looking for method in RequiredModelMBean class"
         6: .line 1193
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 1199
      StackMap locals: int
      StackMap stack:
            aload 1 /* opMethodName */
            invokestatic javax.management.modelmbean.RequiredModelMBean.isRMMBMethodName:(Ljava/lang/String;)Z
            ifne 9
         8: .line 1200
            aconst_null
            areturn
         9: .line 1201
      StackMap locals:
      StackMap stack:
            aload 2 /* targetObjectField */
            ifnull 11
        10: .line 1202
            aconst_null
            areturn
        11: .line 1203
      StackMap locals:
      StackMap stack:
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            astore 6 /* rmmbClass */
        start local 6 // java.lang.Class rmmbClass
        12: .line 1205
            aload 3 /* opClassName */
            ifnonnull 15
        13: .line 1206
            aload 6 /* rmmbClass */
            astore 7 /* targetClass */
        start local 7 // java.lang.Class targetClass
        14: goto 20
        end local 7 // java.lang.Class targetClass
        15: .line 1208
      StackMap locals: java.lang.Class
      StackMap stack:
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 8 /* stack */
        start local 8 // java.security.AccessControlContext stack
        16: .line 1209
            aload 3 /* opClassName */
            astore 9 /* className */
        start local 9 // java.lang.String className
        17: .line 1210
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$3
            dup
            aload 0 /* this */
            aload 9 /* className */
            aload 6 /* rmmbClass */
            invokespecial javax.management.modelmbean.RequiredModelMBean$3.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;Ljava/lang/String;Ljava/lang/Class;)V
        18: .line 1227
            aload 8 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
        19: .line 1210
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 7 /* targetClass */
        end local 9 // java.lang.String className
        end local 8 // java.security.AccessControlContext stack
        start local 7 // java.lang.Class targetClass
        20: .line 1230
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 7 /* targetClass */
            ifnull 21
            aload 0 /* this */
            aload 7 /* targetClass */
            aload 1 /* opMethodName */
            aload 4 /* sig */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.resolveMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/reflect/Method;
            goto 22
      StackMap locals:
      StackMap stack:
        21: aconst_null
      StackMap locals:
      StackMap stack: java.lang.reflect.Method
        22: areturn
        23: .line 1231
      StackMap locals:
      StackMap stack: javax.management.ReflectionException
            pop
        24: .line 1232
            aconst_null
            areturn
        end local 7 // java.lang.Class targetClass
        end local 6 // java.lang.Class rmmbClass
        end local 5 // boolean tracing
        end local 4 // java.lang.String[] sig
        end local 3 // java.lang.String opClassName
        end local 2 // java.lang.Object targetObjectField
        end local 1 // java.lang.String opMethodName
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   25     0               this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   25     1       opMethodName  Ljava/lang/String;
            0   25     2  targetObjectField  Ljava/lang/Object;
            0   25     3        opClassName  Ljava/lang/String;
            0   25     4                sig  [Ljava/lang/String;
            1   25     5            tracing  Z
           12   25     6          rmmbClass  Ljava/lang/Class<Ljavax/management/modelmbean/RequiredModelMBean;>;
           14   15     7        targetClass  Ljava/lang/Class<*>;
           20   25     7        targetClass  Ljava/lang/Class<*>;
           16   20     8              stack  Ljava/security/AccessControlContext;
           17   20     9          className  Ljava/lang/String;
      Exception table:
        from    to  target  type
          20    22      23  Class javax.management.ReflectionException
    MethodParameters:
                   Name  Flags
      opMethodName       
      targetObjectField  
      opClassName        
      sig                

  private java.lang.Object invokeMethod(java.lang.String, java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=5
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String opName
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.Object targetObject
        start local 4 // java.lang.Object[] opArgs
         0: .line 1244
            iconst_1
            anewarray java.lang.Throwable
            astore 5 /* caughtException */
        start local 5 // java.lang.Throwable[] caughtException
         1: .line 1245
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 6 /* stack */
        start local 6 // java.security.AccessControlContext stack
         2: .line 1246
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$4
            dup
            aload 0 /* this */
            aload 2 /* method */
            aload 3 /* targetObject */
            aload 4 /* opArgs */
            aload 5 /* caughtException */
            invokespecial javax.management.modelmbean.RequiredModelMBean$4.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;[Ljava/lang/Throwable;)V
         3: .line 1260
            aload 6 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
         4: .line 1246
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            astore 7 /* rslt */
        start local 7 // java.lang.Object rslt
         5: .line 1261
            aload 5 /* caughtException */
            iconst_0
            aaload
            ifnull 10
         6: .line 1262
            aload 5 /* caughtException */
            iconst_0
            aaload
            instanceof java.lang.Exception
            ifeq 8
         7: .line 1263
            aload 5 /* caughtException */
            iconst_0
            aaload
            checkcast java.lang.Exception
            athrow
         8: .line 1264
      StackMap locals: java.lang.Throwable[] java.security.AccessControlContext java.lang.Object
      StackMap stack:
            aload 5 /* caughtException */
            iconst_0
            aaload
            instanceof java.lang.Error
            ifeq 10
         9: .line 1265
            aload 5 /* caughtException */
            iconst_0
            aaload
            checkcast java.lang.Error
            athrow
        10: .line 1268
      StackMap locals:
      StackMap stack:
            aload 7 /* rslt */
        11: areturn
        end local 7 // java.lang.Object rslt
        end local 6 // java.security.AccessControlContext stack
        end local 5 // java.lang.Throwable[] caughtException
        12: .line 1269
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.reflect.Method java.lang.Object java.lang.Object[]
      StackMap stack: javax.management.RuntimeErrorException
            astore 5 /* ree */
        start local 5 // javax.management.RuntimeErrorException ree
        13: .line 1270
            new javax.management.RuntimeOperationsException
            dup
            aload 5 /* ree */
        14: .line 1271
            new java.lang.StringBuilder
            dup
            ldc "RuntimeException occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 1272
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 1271
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        17: .line 1270
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        end local 5 // javax.management.RuntimeErrorException ree
        18: .line 1273
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 5 /* re */
        start local 5 // java.lang.RuntimeException re
        19: .line 1274
            new javax.management.RuntimeOperationsException
            dup
            aload 5 /* re */
        20: .line 1275
            new java.lang.StringBuilder
            dup
            ldc "RuntimeException occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 1276
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 1275
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 1274
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.RuntimeException re
        24: .line 1277
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 5 /* iae */
        start local 5 // java.lang.IllegalAccessException iae
        25: .line 1278
            new javax.management.ReflectionException
            dup
            aload 5 /* iae */
        26: .line 1279
            new java.lang.StringBuilder
            dup
            ldc "IllegalAccessException occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        27: .line 1281
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        28: .line 1279
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 1278
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.IllegalAccessException iae
        30: .line 1282
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 5 /* ite */
        start local 5 // java.lang.reflect.InvocationTargetException ite
        31: .line 1283
            aload 5 /* ite */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            astore 6 /* mmbTargEx */
        start local 6 // java.lang.Throwable mmbTargEx
        32: .line 1284
            aload 6 /* mmbTargEx */
            instanceof java.lang.RuntimeException
            ifeq 38
        33: .line 1285
            new javax.management.MBeanException
            dup
            aload 6 /* mmbTargEx */
            checkcast java.lang.RuntimeException
        34: .line 1286
            new java.lang.StringBuilder
            dup
            ldc "RuntimeException thrown in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        35: .line 1287
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        36: .line 1286
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        37: .line 1285
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        38: .line 1288
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 6 /* mmbTargEx */
            instanceof java.lang.Error
            ifeq 44
        39: .line 1289
            new javax.management.RuntimeErrorException
            dup
            aload 6 /* mmbTargEx */
            checkcast java.lang.Error
        40: .line 1290
            new java.lang.StringBuilder
            dup
            ldc "Error occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        41: .line 1291
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        42: .line 1290
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        43: .line 1289
            invokespecial javax.management.RuntimeErrorException.<init>:(Ljava/lang/Error;Ljava/lang/String;)V
            athrow
        44: .line 1292
      StackMap locals:
      StackMap stack:
            aload 6 /* mmbTargEx */
            instanceof javax.management.ReflectionException
            ifeq 46
        45: .line 1293
            aload 6 /* mmbTargEx */
            checkcast javax.management.ReflectionException
            athrow
        46: .line 1295
      StackMap locals:
      StackMap stack:
            new javax.management.MBeanException
            dup
            aload 6 /* mmbTargEx */
            checkcast java.lang.Exception
        47: .line 1296
            new java.lang.StringBuilder
            dup
            ldc "Exception thrown in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        48: .line 1297
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        49: .line 1296
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        50: .line 1295
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 6 // java.lang.Throwable mmbTargEx
        end local 5 // java.lang.reflect.InvocationTargetException ite
        51: .line 1299
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.reflect.Method java.lang.Object java.lang.Object[]
      StackMap stack: java.lang.Error
            astore 5 /* err */
        start local 5 // java.lang.Error err
        52: .line 1300
            new javax.management.RuntimeErrorException
            dup
            aload 5 /* err */
        53: .line 1301
            new java.lang.StringBuilder
            dup
            ldc "Error occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        54: .line 1302
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        55: .line 1301
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        56: .line 1300
            invokespecial javax.management.RuntimeErrorException.<init>:(Ljava/lang/Error;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Error err
        57: .line 1303
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 5 /* e */
        start local 5 // java.lang.Exception e
        58: .line 1304
            new javax.management.ReflectionException
            dup
            aload 5 /* e */
        59: .line 1305
            new java.lang.StringBuilder
            dup
            ldc "Exception occurred in RequiredModelMBean while trying to invoke operation "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        60: .line 1306
            aload 1 /* opName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        61: .line 1305
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        62: .line 1304
            invokespecial javax.management.ReflectionException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 5 // java.lang.Exception e
        end local 4 // java.lang.Object[] opArgs
        end local 3 // java.lang.Object targetObject
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.String opName
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   63     0             this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   63     1           opName  Ljava/lang/String;
            0   63     2           method  Ljava/lang/reflect/Method;
            0   63     3     targetObject  Ljava/lang/Object;
            0   63     4           opArgs  [Ljava/lang/Object;
            1   12     5  caughtException  [Ljava/lang/Throwable;
            2   12     6            stack  Ljava/security/AccessControlContext;
            5   12     7             rslt  Ljava/lang/Object;
           13   18     5              ree  Ljavax/management/RuntimeErrorException;
           19   24     5               re  Ljava/lang/RuntimeException;
           25   30     5              iae  Ljava/lang/IllegalAccessException;
           31   51     5              ite  Ljava/lang/reflect/InvocationTargetException;
           32   51     6        mmbTargEx  Ljava/lang/Throwable;
           52   57     5              err  Ljava/lang/Error;
           58   63     5                e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    11      12  Class javax.management.RuntimeErrorException
           0    11      18  Class java.lang.RuntimeException
           0    11      24  Class java.lang.IllegalAccessException
           0    11      30  Class java.lang.reflect.InvocationTargetException
           0    11      51  Class java.lang.Error
           0    11      57  Class java.lang.Exception
    Exceptions:
      throws javax.management.MBeanException, javax.management.ReflectionException
    MethodParameters:
              Name  Flags
      opName        
      method        final
      targetObject  final
      opArgs        final

  private void cacheResult(javax.management.modelmbean.ModelMBeanOperationInfo, javax.management.Descriptor, java.lang.Object);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanOperationInfo;Ljavax/management/Descriptor;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.modelmbean.ModelMBeanOperationInfo opInfo
        start local 2 // javax.management.Descriptor opDescr
        start local 3 // java.lang.Object result
         0: .line 1321
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
         1: .line 1320
            astore 4 /* mmbDesc */
        start local 4 // javax.management.Descriptor mmbDesc
         2: .line 1324
            aload 2 /* opDescr */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
         3: .line 1323
            astore 5 /* objctl */
        start local 5 // java.lang.Object objctl
         4: .line 1326
            aload 5 /* objctl */
            ifnull 7
         5: .line 1327
            aload 5 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 6 /* ctl */
        start local 6 // java.lang.String ctl
         6: .line 1328
            goto 8
        end local 6 // java.lang.String ctl
         7: .line 1329
      StackMap locals: javax.management.Descriptor java.lang.Object
      StackMap stack:
            aconst_null
            astore 6 /* ctl */
        start local 6 // java.lang.String ctl
         8: .line 1331
      StackMap locals: java.lang.String
      StackMap stack:
            aload 6 /* ctl */
            ifnonnull 15
            aload 4 /* mmbDesc */
            ifnull 15
         9: .line 1333
            aload 4 /* mmbDesc */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        10: .line 1332
            astore 5 /* objctl */
        11: .line 1334
            aload 5 /* objctl */
            ifnull 14
        12: .line 1335
            aload 5 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 6 /* ctl */
        13: .line 1336
            goto 15
        14: .line 1337
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 6 /* ctl */
        15: .line 1340
      StackMap locals:
      StackMap stack:
            aload 6 /* ctl */
            ifnull 29
            aload 6 /* ctl */
            ldc "-1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 29
        16: .line 1341
            aload 2 /* opDescr */
            ldc "value"
            aload 3 /* result */
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 1342
            aload 2 /* opDescr */
            ldc "lastUpdatedTimeStamp"
        18: .line 1343
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.getTime:()J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
        19: .line 1342
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        20: .line 1346
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 2 /* opDescr */
        21: .line 1347
            ldc "operation"
        22: .line 1346
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
        23: .line 1348
            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 29
        24: .line 1349
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        25: .line 1350
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        26: .line 1351
            ldc "invoke(String,Object[],Object[])"
        27: .line 1352
            new java.lang.StringBuilder
            dup
            ldc "new descriptor is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* opDescr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        28: .line 1349
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        29: .line 1355
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.String ctl
        end local 5 // java.lang.Object objctl
        end local 4 // javax.management.Descriptor mmbDesc
        end local 3 // java.lang.Object result
        end local 2 // javax.management.Descriptor opDescr
        end local 1 // javax.management.modelmbean.ModelMBeanOperationInfo opInfo
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   30     1   opInfo  Ljavax/management/modelmbean/ModelMBeanOperationInfo;
            0   30     2  opDescr  Ljavax/management/Descriptor;
            0   30     3   result  Ljava/lang/Object;
            2   30     4  mmbDesc  Ljavax/management/Descriptor;
            4   30     5   objctl  Ljava/lang/Object;
            6    7     6      ctl  Ljava/lang/String;
            8   30     6      ctl  Ljava/lang/String;
    Exceptions:
      throws javax.management.MBeanException
    MethodParameters:
         Name  Flags
      opInfo   
      opDescr  
      result   

  private static synchronized boolean isRMMBMethodName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String name
         0: .line 1373
            getstatic javax.management.modelmbean.RequiredModelMBean.rmmbMethodNames:Ljava/util/Set;
            ifnonnull 12
         1: .line 1375
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* names */
        start local 1 // java.util.Set names
         2: .line 1376
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            astore 2 /* methods */
        start local 2 // java.lang.reflect.Method[] methods
         3: .line 1377
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1378
      StackMap locals: java.util.Set java.lang.reflect.Method[] int
      StackMap stack:
            aload 1 /* names */
            aload 2 /* methods */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1377
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* methods */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 1379
            aload 1 /* names */
            putstatic javax.management.modelmbean.RequiredModelMBean.rmmbMethodNames:Ljava/util/Set;
        end local 2 // java.lang.reflect.Method[] methods
        end local 1 // java.util.Set names
         9: .line 1380
            goto 12
      StackMap locals: java.lang.String
      StackMap stack: java.lang.Exception
        10: pop
        11: .line 1381
            iconst_1
            ireturn
        12: .line 1386
      StackMap locals:
      StackMap stack:
            getstatic javax.management.modelmbean.RequiredModelMBean.rmmbMethodNames:Ljava/util/Set;
            aload 0 /* name */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     name  Ljava/lang/String;
            2    9     1    names  Ljava/util/Set<Ljava/lang/String;>;
            3    9     2  methods  [Ljava/lang/reflect/Method;
            4    8     3        i  I
      Exception table:
        from    to  target  type
           1     9      10  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object getAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=17, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String attrName
         0: .line 1498
            aload 1 /* attrName */
            ifnonnull 6
         1: .line 1499
            new javax.management.RuntimeOperationsException
            dup
         2: .line 1500
            new java.lang.IllegalArgumentException
            dup
            ldc "attributeName must not be null"
         3: .line 1499
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         4: .line 1501
            ldc "Exception occurred trying to get attribute of a RequiredModelMBean"
         5: .line 1499
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
         6: .line 1504
      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
            istore 2 /* tracing */
        start local 2 // boolean tracing
         7: .line 1505
            iload 2 /* tracing */
            ifeq 12
         8: .line 1506
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         9: .line 1507
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        10: .line 1508
            ldc "getAttribute(String)"
            new java.lang.StringBuilder
            dup
            ldc "Entry with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 1506
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        12: .line 1515
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            ifnonnull 18
        13: .line 1516
            new javax.management.AttributeNotFoundException
            dup
        14: .line 1517
            new java.lang.StringBuilder
            dup
            ldc "getAttribute failed: ModelMBeanInfo not found for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 1518
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 1517
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        17: .line 1516
            invokespecial javax.management.AttributeNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 1520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 1 /* attrName */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttribute:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
            astore 4 /* attrInfo */
        start local 4 // javax.management.modelmbean.ModelMBeanAttributeInfo attrInfo
        19: .line 1521
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            astore 5 /* mmbDesc */
        start local 5 // javax.management.Descriptor mmbDesc
        20: .line 1523
            aload 4 /* attrInfo */
            ifnonnull 24
        21: .line 1524
            new javax.management.AttributeNotFoundException
            dup
            new java.lang.StringBuilder
            dup
            ldc "getAttribute failed: ModelMBeanAttributeInfo not found for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        22: .line 1525
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 1524
            invokespecial javax.management.AttributeNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 1527
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int top javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor
      StackMap stack:
            aload 4 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
            astore 6 /* attrDescr */
        start local 6 // javax.management.Descriptor attrDescr
        25: .line 1528
            aload 6 /* attrDescr */
            ifnull 183
        26: .line 1529
            aload 4 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.isReadable:()Z
            ifne 32
        27: .line 1530
            new javax.management.AttributeNotFoundException
            dup
        28: .line 1531
            new java.lang.StringBuilder
            dup
            ldc "getAttribute failed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        29: .line 1532
            ldc " is not readable "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        30: .line 1531
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        31: .line 1530
            invokespecial javax.management.AttributeNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        32: .line 1534
      StackMap locals: javax.management.Descriptor
      StackMap stack:
            aload 0 /* this */
            aload 6 /* attrDescr */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.resolveForCacheValue:(Ljavax/management/Descriptor;)Ljava/lang/Object;
            astore 3 /* response */
        start local 3 // java.lang.Object response
        33: .line 1537
            iload 2 /* tracing */
            ifeq 38
        34: .line 1538
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        35: .line 1539
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
        36: .line 1540
            new java.lang.StringBuilder
            dup
            ldc "*** cached value is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* response */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        37: .line 1538
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        38: .line 1543
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int java.lang.Object javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor
      StackMap stack:
            aload 3 /* response */
            ifnonnull 132
        39: .line 1545
            iload 2 /* tracing */
            ifeq 44
        40: .line 1546
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        41: .line 1547
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
        42: .line 1548
            ldc "**** cached value is null - getting getMethod"
        43: .line 1546
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        44: .line 1551
      StackMap locals:
      StackMap stack:
            aload 6 /* attrDescr */
            ldc "getMethod"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
        45: .line 1550
            astore 7 /* attrGetMethod */
        start local 7 // java.lang.String attrGetMethod
        46: .line 1553
            aload 7 /* attrGetMethod */
            ifnull 120
        47: .line 1555
            iload 2 /* tracing */
            ifeq 52
        48: .line 1556
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        49: .line 1557
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        50: .line 1558
            ldc "getAttribute(String)"
            new java.lang.StringBuilder
            dup
            ldc "invoking a getMethod for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        51: .line 1556
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        52: .line 1562
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 7 /* attrGetMethod */
            iconst_0
            anewarray java.lang.Object
        53: .line 1563
            iconst_0
            anewarray java.lang.String
        54: .line 1562
            invokevirtual javax.management.modelmbean.RequiredModelMBean.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;
        55: .line 1561
            astore 8 /* getResponse */
        start local 8 // java.lang.Object getResponse
        56: .line 1565
            aload 8 /* getResponse */
            ifnull 113
        57: .line 1567
            iload 2 /* tracing */
            ifeq 62
        58: .line 1568
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        59: .line 1569
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        60: .line 1570
            ldc "getAttribute(String)"
            ldc "got a non-null response from getMethod\n"
        61: .line 1568
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        62: .line 1574
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* getResponse */
            astore 3 /* response */
        63: .line 1578
            aload 6 /* attrDescr */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        64: .line 1577
            astore 9 /* objctl */
        start local 9 // java.lang.Object objctl
        65: .line 1581
            aload 9 /* objctl */
            ifnull 67
            aload 9 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 10 /* ctl */
        start local 10 // java.lang.String ctl
        66: goto 68
        end local 10 // java.lang.String ctl
        67: .line 1582
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 10 /* ctl */
        start local 10 // java.lang.String ctl
        68: .line 1584
      StackMap locals: java.lang.String
      StackMap stack:
            aload 10 /* ctl */
            ifnonnull 74
            aload 5 /* mmbDesc */
            ifnull 74
        69: .line 1585
            aload 5 /* mmbDesc */
        70: .line 1586
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        71: .line 1585
            astore 9 /* objctl */
        72: .line 1587
            aload 9 /* objctl */
            ifnull 73
            aload 9 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 10 /* ctl */
            goto 74
        73: .line 1588
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 10 /* ctl */
        74: .line 1591
      StackMap locals:
      StackMap stack:
            aload 10 /* ctl */
            ifnull 132
            aload 10 /* ctl */
            ldc "-1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 132
        75: .line 1592
            iload 2 /* tracing */
            ifeq 81
        76: .line 1593
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        77: .line 1594
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        78: .line 1595
            ldc "getAttribute(String)"
        79: .line 1596
            ldc "setting cached value and lastUpdatedTime in descriptor"
        80: .line 1593
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        81: .line 1599
      StackMap locals:
      StackMap stack:
            aload 6 /* attrDescr */
            ldc "value"
            aload 3 /* response */
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        82: .line 1601
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.getTime:()J
        83: .line 1600
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            astore 11 /* stamp */
        start local 11 // java.lang.String stamp
        84: .line 1602
            aload 6 /* attrDescr */
            ldc "lastUpdatedTimeStamp"
        85: .line 1603
            aload 11 /* stamp */
        86: .line 1602
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        87: .line 1604
            aload 4 /* attrInfo */
            aload 6 /* attrDescr */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.setDescriptor:(Ljavax/management/Descriptor;)V
        88: .line 1605
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 6 /* attrDescr */
        89: .line 1606
            ldc "attribute"
        90: .line 1605
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
        91: .line 1607
            iload 2 /* tracing */
            ifeq 132
        92: .line 1608
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        93: .line 1609
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        94: .line 1610
            ldc "getAttribute(String)"
            new java.lang.StringBuilder
            dup
            ldc "new descriptor is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* attrDescr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        95: .line 1608
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        96: .line 1611
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        97: .line 1612
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        98: .line 1613
            ldc "getAttribute(String)"
            new java.lang.StringBuilder
            dup
            ldc "AttributeInfo descriptor is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        99: .line 1614
            aload 4 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       100: .line 1611
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       101: .line 1615
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
       102: .line 1616
            aload 1 /* attrName */
            ldc "attribute"
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
       103: .line 1617
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
       104: .line 1615
            astore 12 /* attStr */
        start local 12 // java.lang.String attStr
       105: .line 1618
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       106: .line 1619
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       107: .line 1620
            ldc "getAttribute(String)"
       108: .line 1621
            new java.lang.StringBuilder
            dup
            ldc "modelMBeanInfo: AttributeInfo descriptor is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       109: .line 1622
            aload 12 /* attStr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       110: .line 1621
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       111: .line 1618
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 12 // java.lang.String attStr
        end local 11 // java.lang.String stamp
        end local 10 // java.lang.String ctl
        end local 9 // java.lang.Object objctl
       112: .line 1625
            goto 132
       113: .line 1627
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 118
       114: .line 1628
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       115: .line 1629
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
       116: .line 1630
            ldc "got a null response from getMethod\n"
       117: .line 1628
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       118: .line 1632
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* response */
        end local 8 // java.lang.Object getResponse
       119: .line 1634
            goto 132
       120: .line 1636
      StackMap locals:
      StackMap stack:
            ldc ""
            astore 8 /* qualifier */
        start local 8 // java.lang.String qualifier
       121: .line 1637
            aload 6 /* attrDescr */
            ldc "value"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* response */
       122: .line 1638
            aload 3 /* response */
            ifnonnull 125
       123: .line 1639
            ldc "default "
            astore 8 /* qualifier */
       124: .line 1640
            aload 6 /* attrDescr */
            ldc "default"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* response */
       125: .line 1642
      StackMap locals: java.lang.String
      StackMap stack:
            iload 2 /* tracing */
            ifeq 132
       126: .line 1643
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       127: .line 1644
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
       128: .line 1645
            new java.lang.StringBuilder
            dup
            ldc "could not find getMethod for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       129: .line 1646
            ldc ", returning descriptor "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* qualifier */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "value"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       130: .line 1645
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       131: .line 1643
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 8 // java.lang.String qualifier
        end local 7 // java.lang.String attrGetMethod
       132: .line 1653
      StackMap locals:
      StackMap stack:
            aload 4 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getType:()Ljava/lang/String;
            astore 7 /* respType */
        start local 7 // java.lang.String respType
       133: .line 1654
            aload 3 /* response */
            ifnull 211
       134: .line 1655
            aload 3 /* response */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 8 /* responseClass */
        start local 8 // java.lang.String responseClass
       135: .line 1656
            aload 7 /* respType */
            aload 8 /* responseClass */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 211
       136: .line 1657
            iconst_0
            istore 9 /* wrongType */
        start local 9 // boolean wrongType
       137: .line 1658
            iconst_0
            istore 10 /* primitiveType */
        start local 10 // boolean primitiveType
       138: .line 1659
            iconst_0
            istore 11 /* correspondingTypes */
        start local 11 // boolean correspondingTypes
       139: .line 1660
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       140: goto 147
       141: .line 1661
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int java.lang.Object javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String int int int int
      StackMap stack:
            aload 7 /* respType */
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveTypes:[Ljava/lang/String;
            iload 12 /* i */
            aaload
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 146
       142: .line 1662
            iconst_1
            istore 10 /* primitiveType */
       143: .line 1663
            aload 8 /* responseClass */
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveWrappers:[Ljava/lang/String;
            iload 12 /* i */
            aaload
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 148
       144: .line 1664
            iconst_1
            istore 11 /* correspondingTypes */
       145: .line 1665
            goto 148
       146: .line 1660
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       147: iload 12 /* i */
            getstatic javax.management.modelmbean.RequiredModelMBean.primitiveTypes:[Ljava/lang/String;
            arraylength
            if_icmplt 141
        end local 12 // int i
       148: .line 1668
      StackMap locals:
      StackMap stack:
            iload 10 /* primitiveType */
            ifeq 152
       149: .line 1670
            iload 11 /* correspondingTypes */
            ifne 171
       150: .line 1671
            iconst_1
            istore 9 /* wrongType */
       151: .line 1672
            goto 171
       152: .line 1676
      StackMap locals:
      StackMap stack:
            aload 3 /* response */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 13 /* respClass */
        start local 13 // java.lang.Class respClass
       153: .line 1677
            iconst_1
            anewarray java.lang.Exception
            astore 14 /* caughException */
        start local 14 // java.lang.Exception[] caughException
       154: .line 1679
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 15 /* stack */
        start local 15 // java.security.AccessControlContext stack
       155: .line 1681
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$5
            dup
            aload 0 /* this */
            aload 7 /* respType */
            aload 13 /* respClass */
            aload 14 /* caughException */
            invokespecial javax.management.modelmbean.RequiredModelMBean$5.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;Ljava/lang/String;Ljava/lang/Class;[Ljava/lang/Exception;)V
       156: .line 1695
            aload 15 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
       157: .line 1681
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 16 /* c */
        start local 16 // java.lang.Class c
       158: .line 1697
            aload 14 /* caughException */
            iconst_0
            aaload
            ifnull 160
       159: .line 1698
            aload 14 /* caughException */
            iconst_0
            aaload
            athrow
       160: .line 1701
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int java.lang.Object javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String int int int top java.lang.Class java.lang.Exception[] java.security.AccessControlContext java.lang.Class
      StackMap stack:
            aload 16 /* c */
            aload 3 /* response */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            istore 12 /* subtype */
        end local 16 // java.lang.Class c
        end local 15 // java.security.AccessControlContext stack
        end local 14 // java.lang.Exception[] caughException
        end local 13 // java.lang.Class respClass
        start local 12 // boolean subtype
       161: .line 1702
            goto 169
        end local 12 // boolean subtype
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int java.lang.Object javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String int int int
      StackMap stack: java.lang.Exception
       162: astore 13 /* e */
        start local 13 // java.lang.Exception e
       163: .line 1703
            iconst_0
            istore 12 /* subtype */
        start local 12 // boolean subtype
       164: .line 1705
            iload 2 /* tracing */
            ifeq 169
       165: .line 1706
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       166: .line 1707
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       167: .line 1708
            ldc "getAttribute(String)"
            ldc "Exception: "
            aload 13 /* e */
       168: .line 1706
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 13 // java.lang.Exception e
       169: .line 1711
      StackMap locals: int
      StackMap stack:
            iload 12 /* subtype */
            ifne 171
       170: .line 1712
            iconst_1
            istore 9 /* wrongType */
        end local 12 // boolean subtype
       171: .line 1714
      StackMap locals:
      StackMap stack:
            iload 9 /* wrongType */
            ifeq 211
       172: .line 1715
            iload 2 /* tracing */
            ifeq 177
       173: .line 1716
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       174: .line 1717
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
       175: .line 1718
            new java.lang.StringBuilder
            dup
            ldc "Wrong response type '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* respType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       176: .line 1716
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       177: .line 1722
      StackMap locals:
      StackMap stack:
            new javax.management.MBeanException
            dup
       178: .line 1723
            new javax.management.InvalidAttributeValueException
            dup
       179: .line 1724
            ldc "Wrong value type received for get attribute"
       180: .line 1723
            invokespecial javax.management.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
       181: .line 1725
            ldc "An exception occurred while trying to get an attribute value through a RequiredModelMBean"
       182: .line 1722
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 11 // boolean correspondingTypes
        end local 10 // boolean primitiveType
        end local 9 // boolean wrongType
        end local 8 // java.lang.String responseClass
        end local 7 // java.lang.String respType
        end local 3 // java.lang.Object response
       183: .line 1731
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int top javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor
      StackMap stack:
            iload 2 /* tracing */
            ifeq 190
       184: .line 1732
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       185: .line 1733
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
       186: .line 1734
            new java.lang.StringBuilder
            dup
            ldc "getMethod failed "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       187: .line 1735
            ldc " not in attributeDescriptor\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       188: .line 1734
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       189: .line 1732
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       190: .line 1737
      StackMap locals:
      StackMap stack:
            new javax.management.MBeanException
            dup
       191: .line 1738
            new javax.management.InvalidAttributeValueException
            dup
       192: .line 1739
            ldc "Unable to resolve attribute value, no getMethod defined in descriptor for attribute"
       193: .line 1737
            invokespecial javax.management.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
       194: .line 1741
            ldc "An exception occurred while trying to get an attribute value through a RequiredModelMBean"
       195: .line 1737
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 6 // javax.management.Descriptor attrDescr
        end local 5 // javax.management.Descriptor mmbDesc
        end local 4 // javax.management.modelmbean.ModelMBeanAttributeInfo attrInfo
       196: .line 1745
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int
      StackMap stack: javax.management.MBeanException
            astore 4 /* mbe */
        start local 4 // javax.management.MBeanException mbe
       197: .line 1746
            aload 4 /* mbe */
            athrow
        end local 4 // javax.management.MBeanException mbe
       198: .line 1747
      StackMap locals:
      StackMap stack: javax.management.AttributeNotFoundException
            astore 4 /* t */
        start local 4 // javax.management.AttributeNotFoundException t
       199: .line 1748
            aload 4 /* t */
            athrow
        end local 4 // javax.management.AttributeNotFoundException t
       200: .line 1749
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
       201: .line 1750
            iload 2 /* tracing */
            ifeq 208
       202: .line 1751
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       203: .line 1752
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
       204: .line 1753
            new java.lang.StringBuilder
            dup
            ldc "getMethod failed with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       205: .line 1754
            ldc " exception type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* e */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       206: .line 1753
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       207: .line 1751
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       208: .line 1756
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int top java.lang.Exception
      StackMap stack:
            new javax.management.MBeanException
            dup
            aload 4 /* e */
            new java.lang.StringBuilder
            dup
            ldc "An exception occurred while trying to get an attribute value: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       209: .line 1757
            aload 4 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       210: .line 1756
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;Ljava/lang/String;)V
            athrow
        end local 4 // java.lang.Exception e
        start local 3 // java.lang.Object response
       211: .line 1760
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String int java.lang.Object
      StackMap stack:
            iload 2 /* tracing */
            ifeq 215
       212: .line 1761
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       213: .line 1762
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "getAttribute(String)"
            ldc "Exit"
       214: .line 1761
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       215: .line 1765
      StackMap locals:
      StackMap stack:
            aload 3 /* response */
            areturn
        end local 3 // java.lang.Object response
        end local 2 // boolean tracing
        end local 1 // java.lang.String attrName
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  216     0                this  Ljavax/management/modelmbean/RequiredModelMBean;
            0  216     1            attrName  Ljava/lang/String;
            7  216     2             tracing  Z
           33  183     3            response  Ljava/lang/Object;
          211  216     3            response  Ljava/lang/Object;
           19  196     4            attrInfo  Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
           20  196     5             mmbDesc  Ljavax/management/Descriptor;
           25  196     6           attrDescr  Ljavax/management/Descriptor;
           46  132     7       attrGetMethod  Ljava/lang/String;
           56  119     8         getResponse  Ljava/lang/Object;
           65  112     9              objctl  Ljava/lang/Object;
           66   67    10                 ctl  Ljava/lang/String;
           68  112    10                 ctl  Ljava/lang/String;
           84  112    11               stamp  Ljava/lang/String;
          105  112    12              attStr  Ljava/lang/String;
          121  132     8           qualifier  Ljava/lang/String;
          133  183     7            respType  Ljava/lang/String;
          135  183     8       responseClass  Ljava/lang/String;
          137  183     9           wrongType  Z
          138  183    10       primitiveType  Z
          139  183    11  correspondingTypes  Z
          140  148    12                   i  I
          161  162    12             subtype  Z
          164  171    12             subtype  Z
          153  161    13           respClass  Ljava/lang/Class;
          154  161    14      caughException  [Ljava/lang/Exception;
          155  161    15               stack  Ljava/security/AccessControlContext;
          158  161    16                   c  Ljava/lang/Class;
          163  169    13                   e  Ljava/lang/Exception;
          197  198     4                 mbe  Ljavax/management/MBeanException;
          199  200     4                   t  Ljavax/management/AttributeNotFoundException;
          201  211     4                   e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
         152   161     162  Class java.lang.Exception
          12   196     196  Class javax.management.MBeanException
          12   196     198  Class javax.management.AttributeNotFoundException
          12   196     200  Class java.lang.Exception
    Exceptions:
      throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionException
    MethodParameters:
          Name  Flags
      attrName  

  public javax.management.AttributeList getAttributes(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljavax/management/AttributeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String[] attrNames
         0: .line 1785
            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 1786
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 1787
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 1788
            ldc "getAttributes(String[])"
            ldc "Entry"
         4: .line 1786
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 1791
      StackMap locals:
      StackMap stack:
            aload 1 /* attrNames */
            ifnonnull 11
         6: .line 1792
            new javax.management.RuntimeOperationsException
            dup
         7: .line 1793
            new java.lang.IllegalArgumentException
            dup
            ldc "attributeNames must not be null"
         8: .line 1792
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 1794
            ldc "Exception occurred trying to get attributes of a RequiredModelMBean"
        10: .line 1792
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 1797
      StackMap locals:
      StackMap stack:
            new javax.management.AttributeList
            dup
            invokespecial javax.management.AttributeList.<init>:()V
            astore 2 /* responseList */
        start local 2 // javax.management.AttributeList responseList
        12: .line 1798
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 26
        14: .line 1800
      StackMap locals: javax.management.AttributeList int
      StackMap stack:
            aload 2 /* responseList */
            new javax.management.Attribute
            dup
            aload 1 /* attrNames */
            iload 3 /* i */
            aaload
        15: .line 1801
            aload 0 /* this */
            aload 1 /* attrNames */
            iload 3 /* i */
            aaload
            invokevirtual javax.management.modelmbean.RequiredModelMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            invokespecial javax.management.Attribute.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
        16: .line 1800
            invokevirtual javax.management.AttributeList.add:(Ljavax/management/Attribute;)V
        17: .line 1802
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Exception
        18: astore 4 /* e */
        start local 4 // java.lang.Exception e
        19: .line 1805
            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 25
        20: .line 1806
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        21: .line 1807
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        22: .line 1808
            ldc "getAttributes(String[])"
        23: .line 1809
            new java.lang.StringBuilder
            dup
            ldc "Failed to get \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* attrNames */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 4 /* e */
        24: .line 1806
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 4 // java.lang.Exception e
        25: .line 1798
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 3 /* i */
            aload 1 /* attrNames */
            arraylength
            if_icmplt 14
        end local 3 // int i
        27: .line 1814
            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 32
        28: .line 1815
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        29: .line 1816
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        30: .line 1817
            ldc "getAttributes(String[])"
            ldc "Exit"
        31: .line 1815
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        32: .line 1820
      StackMap locals:
      StackMap stack:
            aload 2 /* responseList */
            areturn
        end local 2 // javax.management.AttributeList responseList
        end local 1 // java.lang.String[] attrNames
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   33     0          this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   33     1     attrNames  [Ljava/lang/String;
           12   33     2  responseList  Ljavax/management/AttributeList;
           13   27     3             i  I
           19   25     4             e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          14    17      18  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      attrNames  

  public void setAttribute(javax.management.Attribute);
    descriptor: (Ljavax/management/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=18, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.Attribute attribute
         0: .line 1902
            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
            istore 2 /* tracing */
        start local 2 // boolean tracing
         1: .line 1903
            iload 2 /* tracing */
            ifeq 6
         2: .line 1904
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         3: .line 1905
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         4: .line 1906
            ldc "setAttribute()"
            ldc "Entry"
         5: .line 1904
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 1909
      StackMap locals: int
      StackMap stack:
            aload 1 /* attribute */
            ifnonnull 12
         7: .line 1910
            new javax.management.RuntimeOperationsException
            dup
         8: .line 1911
            new java.lang.IllegalArgumentException
            dup
            ldc "attribute must not be null"
         9: .line 1910
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
        10: .line 1912
            ldc "Exception occurred trying to set an attribute of a RequiredModelMBean"
        11: .line 1910
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        12: .line 1920
      StackMap locals:
      StackMap stack:
            aload 1 /* attribute */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
            astore 3 /* attrName */
        start local 3 // java.lang.String attrName
        13: .line 1921
            aload 1 /* attribute */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            astore 4 /* attrValue */
        start local 4 // java.lang.Object attrValue
        14: .line 1922
            iconst_0
            istore 5 /* updateDescriptor */
        start local 5 // boolean updateDescriptor
        15: .line 1925
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 3 /* attrName */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttribute:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
        16: .line 1924
            astore 6 /* attrInfo */
        start local 6 // javax.management.modelmbean.ModelMBeanAttributeInfo attrInfo
        17: .line 1927
            aload 6 /* attrInfo */
            ifnonnull 21
        18: .line 1928
            new javax.management.AttributeNotFoundException
            dup
            new java.lang.StringBuilder
            dup
            ldc "setAttribute failed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        19: .line 1929
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is not found "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        20: .line 1928
            invokespecial javax.management.AttributeNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        21: .line 1931
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Attribute int java.lang.String java.lang.Object int javax.management.modelmbean.ModelMBeanAttributeInfo
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            astore 7 /* mmbDesc */
        start local 7 // javax.management.Descriptor mmbDesc
        22: .line 1932
            aload 6 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
            astore 8 /* attrDescr */
        start local 8 // javax.management.Descriptor attrDescr
        23: .line 1934
            aload 8 /* attrDescr */
            ifnull 112
        24: .line 1935
            aload 6 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.isWritable:()Z
            ifne 28
        25: .line 1936
            new javax.management.AttributeNotFoundException
            dup
            new java.lang.StringBuilder
            dup
            ldc "setAttribute failed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 1937
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is not writable "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 1936
            invokespecial javax.management.AttributeNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 1940
      StackMap locals: javax.management.Descriptor javax.management.Descriptor
      StackMap stack:
            aload 8 /* attrDescr */
            ldc "setMethod"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        29: .line 1939
            checkcast java.lang.String
            astore 9 /* attrSetMethod */
        start local 9 // java.lang.String attrSetMethod
        30: .line 1942
            aload 8 /* attrDescr */
            ldc "getMethod"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
        31: .line 1941
            checkcast java.lang.String
            astore 10 /* attrGetMethod */
        start local 10 // java.lang.String attrGetMethod
        32: .line 1944
            aload 6 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getType:()Ljava/lang/String;
            astore 11 /* attrType */
        start local 11 // java.lang.String attrType
        33: .line 1945
            ldc "Unknown"
            astore 12 /* currValue */
        start local 12 // java.lang.Object currValue
        34: .line 1948
            aload 0 /* this */
            aload 3 /* attrName */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;
            astore 12 /* currValue */
        35: .line 1949
            goto 37
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Attribute int java.lang.String java.lang.Object int javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
        36: pop
        37: .line 1953
      StackMap locals:
      StackMap stack:
            new javax.management.Attribute
            dup
            aload 3 /* attrName */
            aload 12 /* currValue */
            invokespecial javax.management.Attribute.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
            astore 13 /* oldAttr */
        start local 13 // javax.management.Attribute oldAttr
        38: .line 1956
            aload 9 /* attrSetMethod */
            ifnonnull 57
        39: .line 1957
            aload 4 /* attrValue */
            ifnull 55
        40: .line 1959
            aload 0 /* this */
            aload 11 /* attrType */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 14 /* clazz */
        start local 14 // java.lang.Class clazz
        41: .line 1960
            aload 14 /* clazz */
            aload 4 /* attrValue */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 55
        42: .line 1961
            new javax.management.InvalidAttributeValueException
            dup
            new java.lang.StringBuilder
            dup
            aload 14 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        43: .line 1962
            ldc " expected, "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        44: .line 1963
            aload 4 /* attrValue */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        45: .line 1964
            ldc " received."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        46: .line 1960
            invokespecial javax.management.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
        end local 14 // java.lang.Class clazz
        47: .line 1965
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Attribute int java.lang.String java.lang.Object int javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String java.lang.String java.lang.Object javax.management.Attribute
      StackMap stack: java.lang.ClassNotFoundException
            astore 14 /* x */
        start local 14 // java.lang.ClassNotFoundException x
        48: .line 1966
            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 55
        49: .line 1967
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        50: .line 1968
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        51: .line 1969
            ldc "setAttribute(Attribute)"
            new java.lang.StringBuilder
            dup
            ldc "Class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        52: .line 1970
            aload 11 /* attrType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " for attribute "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 1971
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " not found: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 14 /* x */
        54: .line 1967
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 14 // java.lang.ClassNotFoundException x
        55: .line 1975
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* updateDescriptor */
        56: .line 1976
            goto 61
        57: .line 1977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* attrSetMethod */
        58: .line 1978
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* attrValue */
            aastore
        59: .line 1979
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 11 /* attrType */
            aastore
        60: .line 1977
            invokevirtual javax.management.modelmbean.RequiredModelMBean.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;
            pop
        61: .line 1983
      StackMap locals:
      StackMap stack:
            aload 8 /* attrDescr */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 14 /* objctl */
        start local 14 // java.lang.Object objctl
        62: .line 1985
            aload 14 /* objctl */
            ifnull 64
            aload 14 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 15 /* ctl */
        start local 15 // java.lang.String ctl
        63: goto 65
        end local 15 // java.lang.String ctl
        64: .line 1986
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            astore 15 /* ctl */
        start local 15 // java.lang.String ctl
        65: .line 1988
      StackMap locals: java.lang.String
      StackMap stack:
            aload 15 /* ctl */
            ifnonnull 69
            aload 7 /* mmbDesc */
            ifnull 69
        66: .line 1989
            aload 7 /* mmbDesc */
            ldc "currencyTimeLimit"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            astore 14 /* objctl */
        67: .line 1990
            aload 14 /* objctl */
            ifnull 68
            aload 14 /* objctl */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            astore 15 /* ctl */
            goto 69
        68: .line 1991
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 15 /* ctl */
        69: .line 1994
      StackMap locals:
      StackMap stack:
            aload 15 /* ctl */
            ifnull 70
            aload 15 /* ctl */
            ldc "-1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 70
            iconst_1
            goto 71
      StackMap locals:
      StackMap stack:
        70: iconst_0
      StackMap locals:
      StackMap stack: int
        71: istore 16 /* updateCache */
        start local 16 // boolean updateCache
        72: .line 1996
            aload 9 /* attrSetMethod */
            ifnonnull 77
            iload 16 /* updateCache */
            ifne 77
            aload 10 /* attrGetMethod */
            ifnull 77
        73: .line 1997
            new javax.management.MBeanException
            dup
            new javax.management.ServiceNotFoundException
            dup
            new java.lang.StringBuilder
            dup
            ldc "No setMethod field is defined in the descriptor for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        74: .line 1999
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " attribute and caching is not enabled "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        75: .line 2000
            ldc "for it"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.management.ServiceNotFoundException.<init>:(Ljava/lang/String;)V
        76: .line 1997
            invokespecial javax.management.MBeanException.<init>:(Ljava/lang/Exception;)V
            athrow
        77: .line 2002
      StackMap locals: int
      StackMap stack:
            iload 16 /* updateCache */
            ifne 78
            iload 5 /* updateDescriptor */
            ifeq 105
        78: .line 2003
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 86
        79: .line 2004
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        80: .line 2005
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        81: .line 2006
            ldc "setAttribute(Attribute)"
        82: .line 2007
            new java.lang.StringBuilder
            dup
            ldc "setting cached value of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        83: .line 2008
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* attrValue */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        84: .line 2007
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        85: .line 2004
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        86: .line 2011
      StackMap locals:
      StackMap stack:
            aload 8 /* attrDescr */
            ldc "value"
            aload 4 /* attrValue */
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        87: .line 2013
            iload 16 /* updateCache */
            ifeq 91
        88: .line 2015
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.getTime:()J
        89: .line 2014
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            astore 17 /* currtime */
        start local 17 // java.lang.String currtime
        90: .line 2017
            aload 8 /* attrDescr */
            ldc "lastUpdatedTimeStamp"
            aload 17 /* currtime */
            invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
        end local 17 // java.lang.String currtime
        91: .line 2020
      StackMap locals:
      StackMap stack:
            aload 6 /* attrInfo */
            aload 8 /* attrDescr */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.setDescriptor:(Ljavax/management/Descriptor;)V
        92: .line 2022
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 8 /* attrDescr */
            ldc "attribute"
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
        93: .line 2023
            iload 2 /* tracing */
            ifeq 105
        94: .line 2024
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
        95: .line 2025
            ldc "new descriptor is "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 8 /* attrDescr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        96: .line 2026
            ldc ". AttributeInfo descriptor is "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        97: .line 2027
            aload 6 /* attrInfo */
            invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        98: .line 2028
            ldc ". AttributeInfo descriptor is "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        99: .line 2029
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 3 /* attrName */
            ldc "attribute"
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
       100: .line 2024
            astore 17 /* strb */
        start local 17 // java.lang.StringBuilder strb
       101: .line 2030
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       102: .line 2031
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       103: .line 2032
            ldc "setAttribute(Attribute)"
            aload 17 /* strb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       104: .line 2030
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 17 // java.lang.StringBuilder strb
       105: .line 2037
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 110
       106: .line 2038
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       107: .line 2039
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       108: .line 2040
            ldc "setAttribute(Attribute)"
            ldc "sending sendAttributeNotification"
       109: .line 2038
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       110: .line 2042
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* oldAttr */
            aload 1 /* attribute */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.sendAttributeChangeNotification:(Ljavax/management/Attribute;Ljavax/management/Attribute;)V
        end local 16 // boolean updateCache
        end local 15 // java.lang.String ctl
        end local 14 // java.lang.Object objctl
        end local 13 // javax.management.Attribute oldAttr
        end local 12 // java.lang.Object currValue
        end local 11 // java.lang.String attrType
        end local 10 // java.lang.String attrGetMethod
        end local 9 // java.lang.String attrSetMethod
       111: .line 2044
            goto 121
       112: .line 2046
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.Attribute int java.lang.String java.lang.Object int javax.management.modelmbean.ModelMBeanAttributeInfo javax.management.Descriptor javax.management.Descriptor
      StackMap stack:
            iload 2 /* tracing */
            ifeq 118
       113: .line 2047
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       114: .line 2048
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       115: .line 2049
            ldc "setAttribute(Attribute)"
            new java.lang.StringBuilder
            dup
            ldc "setMethod failed "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* attrName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       116: .line 2050
            ldc " not in attributeDescriptor\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       117: .line 2047
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       118: .line 2053
      StackMap locals:
      StackMap stack:
            new javax.management.InvalidAttributeValueException
            dup
       119: .line 2054
            ldc "Unable to resolve attribute value, no defined in descriptor for attribute"
       120: .line 2053
            invokespecial javax.management.InvalidAttributeValueException.<init>:(Ljava/lang/String;)V
            athrow
       121: .line 2058
      StackMap locals:
      StackMap stack:
            iload 2 /* tracing */
            ifeq 126
       122: .line 2059
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
       123: .line 2060
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
       124: .line 2061
            ldc "setAttribute(Attribute)"
            ldc "Exit"
       125: .line 2059
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       126: .line 2064
      StackMap locals:
      StackMap stack:
            return
        end local 8 // javax.management.Descriptor attrDescr
        end local 7 // javax.management.Descriptor mmbDesc
        end local 6 // javax.management.modelmbean.ModelMBeanAttributeInfo attrInfo
        end local 5 // boolean updateDescriptor
        end local 4 // java.lang.Object attrValue
        end local 3 // java.lang.String attrName
        end local 2 // boolean tracing
        end local 1 // javax.management.Attribute attribute
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  127     0              this  Ljavax/management/modelmbean/RequiredModelMBean;
            0  127     1         attribute  Ljavax/management/Attribute;
            1  127     2           tracing  Z
           13  127     3          attrName  Ljava/lang/String;
           14  127     4         attrValue  Ljava/lang/Object;
           15  127     5  updateDescriptor  Z
           17  127     6          attrInfo  Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
           22  127     7           mmbDesc  Ljavax/management/Descriptor;
           23  127     8         attrDescr  Ljavax/management/Descriptor;
           30  111     9     attrSetMethod  Ljava/lang/String;
           32  111    10     attrGetMethod  Ljava/lang/String;
           33  111    11          attrType  Ljava/lang/String;
           34  111    12         currValue  Ljava/lang/Object;
           38  111    13           oldAttr  Ljavax/management/Attribute;
           41   47    14             clazz  Ljava/lang/Class<*>;
           48   55    14                 x  Ljava/lang/ClassNotFoundException;
           62  111    14            objctl  Ljava/lang/Object;
           63   64    15               ctl  Ljava/lang/String;
           65  111    15               ctl  Ljava/lang/String;
           72  111    16       updateCache  Z
           90   91    17          currtime  Ljava/lang/String;
          101  105    17              strb  Ljava/lang/StringBuilder;
      Exception table:
        from    to  target  type
          34    35      36  Class java.lang.Throwable
          40    47      47  Class java.lang.ClassNotFoundException
    Exceptions:
      throws javax.management.AttributeNotFoundException, javax.management.InvalidAttributeValueException, javax.management.MBeanException, javax.management.ReflectionException
    MethodParameters:
           Name  Flags
      attribute  

  public javax.management.AttributeList setAttributes(javax.management.AttributeList);
    descriptor: (Ljavax/management/AttributeList;)Ljavax/management/AttributeList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.AttributeList attributes
         0: .line 2084
            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 2085
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2086
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 2087
            ldc "setAttribute(Attribute)"
            ldc "Entry"
         4: .line 2085
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2090
      StackMap locals:
      StackMap stack:
            aload 1 /* attributes */
            ifnonnull 11
         6: .line 2091
            new javax.management.RuntimeOperationsException
            dup
         7: .line 2092
            new java.lang.IllegalArgumentException
            dup
            ldc "attributes must not be null"
         8: .line 2091
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 2093
            ldc "Exception occurred trying to set attributes of a RequiredModelMBean"
        10: .line 2091
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 2096
      StackMap locals:
      StackMap stack:
            new javax.management.AttributeList
            dup
            invokespecial javax.management.AttributeList.<init>:()V
            astore 2 /* responseList */
        start local 2 // javax.management.AttributeList responseList
        12: .line 2099
            aload 1 /* attributes */
            invokevirtual javax.management.AttributeList.asList:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 19
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.AttributeList javax.management.AttributeList top java.util.Iterator
      StackMap stack:
        13: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.management.Attribute
            astore 3 /* attr */
        start local 3 // javax.management.Attribute attr
        14: .line 2101
            aload 0 /* this */
            aload 3 /* attr */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.setAttribute:(Ljavax/management/Attribute;)V
        15: .line 2102
            aload 2 /* responseList */
            aload 3 /* attr */
            invokevirtual javax.management.AttributeList.add:(Ljavax/management/Attribute;)V
        16: .line 2103
            goto 19
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.AttributeList javax.management.AttributeList javax.management.Attribute java.util.Iterator
      StackMap stack: java.lang.Exception
        17: pop
        18: .line 2104
            aload 2 /* responseList */
            aload 3 /* attr */
            invokevirtual javax.management.AttributeList.remove:(Ljava/lang/Object;)Z
            pop
        end local 3 // javax.management.Attribute attr
        19: .line 2099
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.AttributeList javax.management.AttributeList top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 13
        20: .line 2108
            aload 2 /* responseList */
            areturn
        end local 2 // javax.management.AttributeList responseList
        end local 1 // javax.management.AttributeList attributes
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   21     1    attributes  Ljavax/management/AttributeList;
           12   21     2  responseList  Ljavax/management/AttributeList;
           14   19     3          attr  Ljavax/management/Attribute;
      Exception table:
        from    to  target  type
          14    16      17  Class java.lang.Exception
    MethodParameters:
            Name  Flags
      attributes  

  private javax.management.modelmbean.ModelMBeanInfo createDefaultModelMBeanInfo();
    descriptor: ()Ljavax/management/modelmbean/ModelMBeanInfo;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 2114
            new javax.management.modelmbean.ModelMBeanInfoSupport
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         1: .line 2115
            ldc "Default ModelMBean"
            aconst_null
            aconst_null
            aconst_null
            aconst_null
         2: .line 2114
            invokespecial javax.management.modelmbean.ModelMBeanInfoSupport.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;)V
            areturn
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/modelmbean/RequiredModelMBean;

  private synchronized void writeToLog(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String logFileName
        start local 2 // java.lang.String logEntry
         0: .line 2126
            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 6
         1: .line 2127
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2128
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 2129
            ldc "writeToLog(String, String)"
         4: .line 2130
            new java.lang.StringBuilder
            dup
            ldc "Notification Logging to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* logFileName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* logEntry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 2127
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: .line 2132
      StackMap locals:
      StackMap stack:
            aload 1 /* logFileName */
            ifnull 7
            aload 2 /* logEntry */
            ifnonnull 14
         7: .line 2133
      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 13
         8: .line 2134
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         9: .line 2135
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        10: .line 2136
            ldc "writeToLog(String, String)"
        11: .line 2137
            ldc "Bad input parameters, will not log this entry."
        12: .line 2134
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        13: .line 2139
      StackMap locals:
      StackMap stack:
            return
        14: .line 2142
      StackMap locals:
      StackMap stack:
            new java.io.FileOutputStream
            dup
            aload 1 /* logFileName */
            iconst_1
            invokespecial java.io.FileOutputStream.<init>:(Ljava/lang/String;Z)V
            astore 3 /* fos */
        start local 3 // java.io.FileOutputStream fos
        15: .line 2144
            new java.io.PrintStream
            dup
            aload 3 /* fos */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 4 /* logOut */
        start local 4 // java.io.PrintStream logOut
        16: .line 2145
            aload 4 /* logOut */
            aload 2 /* logEntry */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        17: .line 2146
            aload 4 /* logOut */
            invokevirtual java.io.PrintStream.close:()V
        18: .line 2147
            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 39
        19: .line 2148
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        20: .line 2149
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        21: .line 2150
            ldc "writeToLog(String, String)"
            new java.lang.StringBuilder
            dup
            ldc "Successfully opened log "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        22: .line 2151
            aload 1 /* logFileName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 2148
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 4 // java.io.PrintStream logOut
        24: .line 2153
            goto 39
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.String java.io.FileOutputStream
      StackMap stack: java.lang.Exception
        25: astore 4 /* e */
        start local 4 // java.lang.Exception e
        26: .line 2154
            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
        27: .line 2155
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        28: .line 2156
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        29: .line 2157
            ldc "writeToLog(String, String)"
        30: .line 2158
            new java.lang.StringBuilder
            dup
            ldc "Exception "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 2159
            ldc " trying to write to the Notification log file "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 2160
            aload 1 /* logFileName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        33: .line 2158
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 2155
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        35: .line 2162
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.lang.Exception e
        36: .line 2163
      StackMap locals: javax.management.modelmbean.RequiredModelMBean java.lang.String java.lang.String java.io.FileOutputStream
      StackMap stack: java.lang.Throwable
            astore 5
        37: .line 2164
            aload 3 /* fos */
            invokevirtual java.io.FileOutputStream.close:()V
        38: .line 2165
            aload 5
            athrow
        39: .line 2164
      StackMap locals:
      StackMap stack:
            aload 3 /* fos */
            invokevirtual java.io.FileOutputStream.close:()V
        40: .line 2166
            return
        end local 3 // java.io.FileOutputStream fos
        end local 2 // java.lang.String logEntry
        end local 1 // java.lang.String logFileName
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   41     0         this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   41     1  logFileName  Ljava/lang/String;
            0   41     2     logEntry  Ljava/lang/String;
           15   41     3          fos  Ljava/io/FileOutputStream;
           16   24     4       logOut  Ljava/io/PrintStream;
           26   36     4            e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          15    24      25  Class java.lang.Exception
          15    36      36  any
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      logFileName  
      logEntry     

  public void addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 2194
            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 4
         1: .line 2195
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2196
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addNotificationListener(NotificationListener, NotificationFilter, Object)"
            ldc "Entry"
         3: .line 2195
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 2199
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            ifnonnull 8
         5: .line 2200
            new java.lang.IllegalArgumentException
            dup
         6: .line 2201
            ldc "notification listener must not be null"
         7: .line 2200
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnonnull 10
         9: .line 2204
            aload 0 /* this */
            new javax.management.NotificationBroadcasterSupport
            dup
            invokespecial javax.management.NotificationBroadcasterSupport.<init>:()V
            putfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
        10: .line 2206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            aload 2 /* filter */
        11: .line 2207
            aload 3 /* handback */
        12: .line 2206
            invokevirtual javax.management.NotificationBroadcasterSupport.addNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
        13: .line 2208
            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 21
        14: .line 2209
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        15: .line 2210
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addNotificationListener(NotificationListener, NotificationFilter, Object)"
        16: .line 2211
            ldc "NotificationListener added"
        17: .line 2209
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        18: .line 2212
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        19: .line 2213
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addNotificationListener(NotificationListener, NotificationFilter, Object)"
            ldc "Exit"
        20: .line 2212
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        21: .line 2215
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   22     1  listener  Ljavax/management/NotificationListener;
            0   22     2    filter  Ljavax/management/NotificationFilter;
            0   22     3  handback  Ljava/lang/Object;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  public void removeNotificationListener(javax.management.NotificationListener);
    descriptor: (Ljavax/management/NotificationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.NotificationListener listener
         0: .line 2231
            aload 1 /* listener */
            ifnonnull 4
         1: .line 2232
            new javax.management.ListenerNotFoundException
            dup
         2: .line 2233
            ldc "Notification listener is null"
         3: .line 2232
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2236
      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 8
         5: .line 2237
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         6: .line 2238
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeNotificationListener(NotificationListener)"
            ldc "Entry"
         7: .line 2237
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 2241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnonnull 12
         9: .line 2242
            new javax.management.ListenerNotFoundException
            dup
        10: .line 2243
            ldc "No notification listeners registered"
        11: .line 2242
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            invokevirtual javax.management.NotificationBroadcasterSupport.removeNotificationListener:(Ljavax/management/NotificationListener;)V
        13: .line 2247
            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 17
        14: .line 2248
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        15: .line 2249
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeNotificationListener(NotificationListener)"
            ldc "Exit"
        16: .line 2248
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        17: .line 2252
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   18     1  listener  Ljavax/management/NotificationListener;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  

  public void removeNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.NotificationListener listener
        start local 2 // javax.management.NotificationFilter filter
        start local 3 // java.lang.Object handback
         0: .line 2259
            aload 1 /* listener */
            ifnonnull 4
         1: .line 2260
            new javax.management.ListenerNotFoundException
            dup
         2: .line 2261
            ldc "Notification listener is null"
         3: .line 2260
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2266
      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 8
         5: .line 2267
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         6: .line 2268
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeNotificationListener(NotificationListener, NotificationFilter, Object)"
            ldc "Entry"
         7: .line 2267
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         8: .line 2271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnonnull 12
         9: .line 2272
            new javax.management.ListenerNotFoundException
            dup
        10: .line 2273
            ldc "No notification listeners registered"
        11: .line 2272
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 2276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* listener */
            aload 2 /* filter */
        13: .line 2277
            aload 3 /* handback */
        14: .line 2276
            invokevirtual javax.management.NotificationBroadcasterSupport.removeNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
        15: .line 2279
            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 19
        16: .line 2280
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        17: .line 2281
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeNotificationListener(NotificationListener, NotificationFilter, Object)"
            ldc "Exit"
        18: .line 2280
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        19: .line 2284
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object handback
        end local 2 // javax.management.NotificationFilter filter
        end local 1 // javax.management.NotificationListener listener
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   20     1  listener  Ljavax/management/NotificationListener;
            0   20     2    filter  Ljavax/management/NotificationFilter;
            0   20     3  handback  Ljava/lang/Object;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  public void sendNotification(javax.management.Notification);
    descriptor: (Ljavax/management/Notification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.Notification ntfyObj
         0: .line 2288
            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 2289
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2290
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 2291
            ldc "sendNotification(Notification)"
            ldc "Entry"
         4: .line 2289
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2294
      StackMap locals:
      StackMap stack:
            aload 1 /* ntfyObj */
            ifnonnull 11
         6: .line 2295
            new javax.management.RuntimeOperationsException
            dup
         7: .line 2296
            new java.lang.IllegalArgumentException
            dup
            ldc "notification object must not be null"
         8: .line 2295
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 2298
            ldc "Exception occurred trying to send a notification from a RequiredModelMBean"
        10: .line 2295
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 2304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.Notification.getType:()Ljava/lang/String;
            ldc "notification"
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
        12: .line 2303
            astore 2 /* ntfyDesc */
        start local 2 // javax.management.Descriptor ntfyDesc
        13: .line 2305
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            astore 3 /* mmbDesc */
        start local 3 // javax.management.Descriptor mmbDesc
        14: .line 2307
            aload 2 /* ntfyDesc */
            ifnull 44
        15: .line 2308
            aload 2 /* ntfyDesc */
            ldc "log"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* logging */
        start local 4 // java.lang.String logging
        16: .line 2310
            aload 4 /* logging */
            ifnonnull 19
        17: .line 2311
            aload 3 /* mmbDesc */
            ifnull 19
        18: .line 2312
            aload 3 /* mmbDesc */
            ldc "log"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* logging */
        19: .line 2315
      StackMap locals: javax.management.Descriptor javax.management.Descriptor java.lang.String
      StackMap stack:
            aload 4 /* logging */
            ifnull 44
        20: .line 2316
            aload 4 /* logging */
            ldc "t"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 22
        21: .line 2317
            aload 4 /* logging */
            ldc "true"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 44
        22: .line 2319
      StackMap locals:
      StackMap stack:
            aload 2 /* ntfyDesc */
            ldc "logfile"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* logfile */
        start local 5 // java.lang.String logfile
        23: .line 2320
            aload 5 /* logfile */
            ifnonnull 26
        24: .line 2321
            aload 3 /* mmbDesc */
            ifnull 26
        25: .line 2322
            aload 3 /* mmbDesc */
            ldc "logfile"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* logfile */
        26: .line 2324
      StackMap locals: java.lang.String
      StackMap stack:
            aload 5 /* logfile */
            ifnull 44
        27: .line 2326
            aload 0 /* this */
            aload 5 /* logfile */
            new java.lang.StringBuilder
            dup
            ldc "LogMsg: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        28: .line 2327
            new java.util.Date
            dup
            aload 1 /* ntfyObj */
            invokevirtual javax.management.Notification.getTimeStamp:()J
            invokespecial java.util.Date.<init>:(J)V
            invokevirtual java.util.Date.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        29: .line 2328
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.Notification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        30: .line 2329
            aload 1 /* ntfyObj */
            invokevirtual javax.management.Notification.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " Severity = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        31: .line 2330
            aload 2 /* ntfyDesc */
            ldc "severity"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        32: .line 2326
            invokevirtual javax.management.modelmbean.RequiredModelMBean.writeToLog:(Ljava/lang/String;Ljava/lang/String;)V
        33: .line 2331
            goto 44
      StackMap locals:
      StackMap stack: java.lang.Exception
        34: astore 6 /* e */
        start local 6 // java.lang.Exception e
        35: .line 2332
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 44
        36: .line 2333
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
        37: .line 2334
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        38: .line 2335
            ldc "sendNotification(Notification)"
        39: .line 2336
            new java.lang.StringBuilder
            dup
            ldc "Failed to log "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        40: .line 2337
            aload 1 /* ntfyObj */
            invokevirtual javax.management.Notification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " notification: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        41: .line 2336
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        42: .line 2337
            aload 6 /* e */
        43: .line 2333
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 6 // java.lang.Exception e
        end local 5 // java.lang.String logfile
        end local 4 // java.lang.String logging
        44: .line 2343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnull 46
        45: .line 2344
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.NotificationBroadcasterSupport.sendNotification:(Ljavax/management/Notification;)V
        46: .line 2347
      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 56
        47: .line 2348
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        48: .line 2349
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        49: .line 2350
            ldc "sendNotification(Notification)"
        50: .line 2351
            ldc "sendNotification sent provided notification object"
        51: .line 2348
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        52: .line 2352
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        53: .line 2353
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        54: .line 2354
            ldc "sendNotification(Notification)"
            ldc " Exit"
        55: .line 2352
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        56: .line 2357
      StackMap locals:
      StackMap stack:
            return
        end local 3 // javax.management.Descriptor mmbDesc
        end local 2 // javax.management.Descriptor ntfyDesc
        end local 1 // javax.management.Notification ntfyObj
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   57     0      this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   57     1   ntfyObj  Ljavax/management/Notification;
           13   57     2  ntfyDesc  Ljavax/management/Descriptor;
           14   57     3   mmbDesc  Ljavax/management/Descriptor;
           16   44     4   logging  Ljava/lang/String;
           23   44     5   logfile  Ljava/lang/String;
           35   44     6         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          27    33      34  Class java.lang.Exception
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
         Name  Flags
      ntfyObj  

  public void sendNotification(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String ntfyText
         0: .line 2362
            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 2363
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2364
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 2365
            ldc "sendNotification(String)"
            ldc "Entry"
         4: .line 2363
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2368
      StackMap locals:
      StackMap stack:
            aload 1 /* ntfyText */
            ifnonnull 11
         6: .line 2369
            new javax.management.RuntimeOperationsException
            dup
         7: .line 2370
            new java.lang.IllegalArgumentException
            dup
            ldc "notification message must not be null"
         8: .line 2369
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 2372
            ldc "Exception occurred trying to send a text notification from a ModelMBean"
        10: .line 2369
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 2375
      StackMap locals:
      StackMap stack:
            new javax.management.Notification
            dup
            ldc "jmx.modelmbean.generic"
        12: .line 2376
            aload 0 /* this */
            lconst_1
            aload 1 /* ntfyText */
        13: .line 2375
            invokespecial javax.management.Notification.<init>:(Ljava/lang/String;Ljava/lang/Object;JLjava/lang/String;)V
            astore 2 /* myNtfyObj */
        start local 2 // javax.management.Notification myNtfyObj
        14: .line 2377
            aload 0 /* this */
            aload 2 /* myNtfyObj */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.sendNotification:(Ljavax/management/Notification;)V
        15: .line 2378
            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 24
        16: .line 2379
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        17: .line 2380
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        18: .line 2381
            ldc "sendNotification(String)"
            ldc "Notification sent"
        19: .line 2379
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        20: .line 2382
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        21: .line 2383
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        22: .line 2384
            ldc "sendNotification(String)"
            ldc "Exit"
        23: .line 2382
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        24: .line 2386
      StackMap locals: javax.management.Notification
      StackMap stack:
            return
        end local 2 // javax.management.Notification myNtfyObj
        end local 1 // java.lang.String ntfyText
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   25     0       this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   25     1   ntfyText  Ljava/lang/String;
           14   25     2  myNtfyObj  Ljavax/management/Notification;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
          Name  Flags
      ntfyText  

  private static final boolean hasNotification(javax.management.modelmbean.ModelMBeanInfo, java.lang.String);
    descriptor: (Ljavax/management/modelmbean/ModelMBeanInfo;Ljava/lang/String;)Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.ModelMBeanInfo info
        start local 1 // java.lang.String notifName
         0: .line 2396
            aload 0 /* info */
            ifnonnull 2
         1: iconst_0
            ireturn
         2: .line 2397
      StackMap locals:
      StackMap stack:
            aload 0 /* info */
            aload 1 /* notifName */
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotification:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
         4: ireturn
         5: .line 2398
      StackMap locals:
      StackMap stack: javax.management.MBeanException
            pop
         6: .line 2399
            iconst_0
            ireturn
         7: .line 2400
      StackMap locals:
      StackMap stack: javax.management.RuntimeOperationsException
            pop
         8: .line 2401
            iconst_0
            ireturn
        end local 1 // java.lang.String notifName
        end local 0 // javax.management.modelmbean.ModelMBeanInfo info
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       info  Ljavax/management/modelmbean/ModelMBeanInfo;
            0    9     1  notifName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       5  Class javax.management.MBeanException
           2     4       5  Class javax.management.MBeanException
           0     1       7  Class javax.management.RuntimeOperationsException
           2     4       7  Class javax.management.RuntimeOperationsException
    MethodParameters:
           Name  Flags
      info       final
      notifName  final

  private static final javax.management.modelmbean.ModelMBeanNotificationInfo makeGenericInfo();
    descriptor: ()Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=0
         0: .line 2410
            new javax.management.modelmbean.DescriptorSupport
            dup
         1: .line 2411
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 2412
            ldc "name=GENERIC"
            aastore
            dup
            iconst_1
         3: .line 2413
            ldc "descriptorType=notification"
            aastore
            dup
            iconst_2
         4: .line 2414
            ldc "log=T"
            aastore
            dup
            iconst_3
         5: .line 2415
            ldc "severity=6"
            aastore
            dup
            iconst_4
         6: .line 2416
            ldc "displayName=jmx.modelmbean.generic"
            aastore
         7: .line 2410
            invokespecial javax.management.modelmbean.DescriptorSupport.<init>:([Ljava/lang/String;)V
            astore 0 /* genericDescriptor */
        start local 0 // javax.management.Descriptor genericDescriptor
         8: .line 2418
            new javax.management.modelmbean.ModelMBeanNotificationInfo
            dup
         9: .line 2419
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "jmx.modelmbean.generic"
            aastore
        10: .line 2420
            ldc "GENERIC"
        11: .line 2421
            ldc "A text notification has been issued by the managed resource"
        12: .line 2422
            aload 0 /* genericDescriptor */
        13: .line 2418
            invokespecial javax.management.modelmbean.ModelMBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/management/Descriptor;)V
            areturn
        end local 0 // javax.management.Descriptor genericDescriptor
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            8   14     0  genericDescriptor  Ljavax/management/Descriptor;

  private static final javax.management.modelmbean.ModelMBeanNotificationInfo makeAttributeChangeInfo();
    descriptor: ()Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=0
         0: .line 2431
            new javax.management.modelmbean.DescriptorSupport
            dup
         1: .line 2432
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 2433
            ldc "name=ATTRIBUTE_CHANGE"
            aastore
            dup
            iconst_1
         3: .line 2434
            ldc "descriptorType=notification"
            aastore
            dup
            iconst_2
         4: .line 2435
            ldc "log=T"
            aastore
            dup
            iconst_3
         5: .line 2436
            ldc "severity=6"
            aastore
            dup
            iconst_4
         6: .line 2437
            ldc "displayName=jmx.attribute.change"
            aastore
         7: .line 2431
            invokespecial javax.management.modelmbean.DescriptorSupport.<init>:([Ljava/lang/String;)V
            astore 0 /* attributeDescriptor */
        start local 0 // javax.management.Descriptor attributeDescriptor
         8: .line 2439
            new javax.management.modelmbean.ModelMBeanNotificationInfo
            dup
         9: .line 2440
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "jmx.attribute.change"
            aastore
        10: .line 2441
            ldc "ATTRIBUTE_CHANGE"
        11: .line 2442
            ldc "Signifies that an observed MBean attribute value has changed"
        12: .line 2443
            aload 0 /* attributeDescriptor */
        13: .line 2439
            invokespecial javax.management.modelmbean.ModelMBeanNotificationInfo.<init>:([Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/management/Descriptor;)V
            areturn
        end local 0 // javax.management.Descriptor attributeDescriptor
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            8   14     0  attributeDescriptor  Ljavax/management/Descriptor;

  public javax.management.MBeanNotificationInfo[] getNotificationInfo();
    descriptor: ()[Ljavax/management/MBeanNotificationInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 2464
            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 2465
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2466
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 2467
            ldc "getNotificationInfo()"
            ldc "Entry"
         4: .line 2465
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            ldc "GENERIC"
            invokestatic javax.management.modelmbean.RequiredModelMBean.hasNotification:(Ljavax/management/modelmbean/ModelMBeanInfo;Ljava/lang/String;)Z
            istore 1 /* hasGeneric */
        start local 1 // boolean hasGeneric
         6: .line 2481
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            ldc "ATTRIBUTE_CHANGE"
            invokestatic javax.management.modelmbean.RequiredModelMBean.hasNotification:(Ljavax/management/modelmbean/ModelMBeanInfo;Ljava/lang/String;)Z
         7: .line 2480
            istore 2 /* hasAttributeChange */
        start local 2 // boolean hasAttributeChange
         8: .line 2486
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
            checkcast javax.management.modelmbean.ModelMBeanNotificationInfo[]
         9: .line 2485
            astore 3 /* currInfo */
        start local 3 // javax.management.modelmbean.ModelMBeanNotificationInfo[] currInfo
        10: .line 2492
            aload 3 /* currInfo */
            ifnonnull 11
            iconst_0
            goto 12
      StackMap locals: int int javax.management.modelmbean.ModelMBeanNotificationInfo[]
      StackMap stack:
        11: aload 3 /* currInfo */
            arraylength
        12: .line 2493
      StackMap locals:
      StackMap stack: int
            iload 1 /* hasGeneric */
            ifeq 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack: int
        13: iconst_1
        14: .line 2492
      StackMap locals: javax.management.modelmbean.RequiredModelMBean int int javax.management.modelmbean.ModelMBeanNotificationInfo[]
      StackMap stack: int int
            iadd
        15: .line 2493
            iload 2 /* hasAttributeChange */
            ifeq 16
            iconst_0
            goto 17
      StackMap locals:
      StackMap stack: int
        16: iconst_1
        17: .line 2492
      StackMap locals: javax.management.modelmbean.RequiredModelMBean int int javax.management.modelmbean.ModelMBeanNotificationInfo[]
      StackMap stack: int int
            iadd
            istore 4 /* len */
        start local 4 // int len
        18: .line 2498
            iload 4 /* len */
            anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
        19: .line 2497
            astore 5 /* respInfo */
        start local 5 // javax.management.modelmbean.ModelMBeanNotificationInfo[] respInfo
        20: .line 2506
            iconst_0
            istore 6 /* inserted */
        start local 6 // int inserted
        21: .line 2507
            iload 1 /* hasGeneric */
            ifne 23
        22: .line 2510
            aload 5 /* respInfo */
            iload 6 /* inserted */
            iinc 6 /* inserted */ 1
            invokestatic javax.management.modelmbean.RequiredModelMBean.makeGenericInfo:()Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            aastore
        23: .line 2513
      StackMap locals: int javax.management.modelmbean.ModelMBeanNotificationInfo[] int
      StackMap stack:
            iload 2 /* hasAttributeChange */
            ifne 25
        24: .line 2516
            aload 5 /* respInfo */
            iload 6 /* inserted */
            iinc 6 /* inserted */ 1
            invokestatic javax.management.modelmbean.RequiredModelMBean.makeAttributeChangeInfo:()Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
            aastore
        25: .line 2520
      StackMap locals:
      StackMap stack:
            aload 3 /* currInfo */
            arraylength
            istore 7 /* count */
        start local 7 // int count
        26: .line 2521
            iload 6 /* inserted */
            istore 8 /* offset */
        start local 8 // int offset
        27: .line 2522
            iconst_0
            istore 9 /* j */
        start local 9 // int j
        28: goto 31
        29: .line 2523
      StackMap locals: int int int
      StackMap stack:
            aload 5 /* respInfo */
            iload 8 /* offset */
            iload 9 /* j */
            iadd
            aload 3 /* currInfo */
            iload 9 /* j */
            aaload
            aastore
        30: .line 2522
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        31: iload 9 /* j */
            iload 7 /* count */
            if_icmplt 29
        end local 9 // int j
        32: .line 2526
            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 37
        33: .line 2527
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        34: .line 2528
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
        35: .line 2529
            ldc "getNotificationInfo()"
            ldc "Exit"
        36: .line 2527
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        37: .line 2532
      StackMap locals:
      StackMap stack:
            aload 5 /* respInfo */
            areturn
        end local 8 // int offset
        end local 7 // int count
        end local 6 // int inserted
        end local 5 // javax.management.modelmbean.ModelMBeanNotificationInfo[] respInfo
        end local 4 // int len
        end local 3 // javax.management.modelmbean.ModelMBeanNotificationInfo[] currInfo
        end local 2 // boolean hasAttributeChange
        end local 1 // boolean hasGeneric
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   38     0                this  Ljavax/management/modelmbean/RequiredModelMBean;
            6   38     1          hasGeneric  Z
            8   38     2  hasAttributeChange  Z
           10   38     3            currInfo  [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
           18   38     4                 len  I
           20   38     5            respInfo  [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
           21   38     6            inserted  I
           26   38     7               count  I
           27   38     8              offset  I
           28   32     9                   j  I

  public void addAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.NotificationListener inlistener
        start local 2 // java.lang.String inAttributeName
        start local 3 // java.lang.Object inhandback
         0: .line 2546
            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 4
         1: .line 2547
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2548
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addAttributeChangeNotificationListener(NotificationListener, String, Object)"
            ldc "Entry"
         3: .line 2547
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 2551
      StackMap locals:
      StackMap stack:
            aload 1 /* inlistener */
            ifnonnull 8
         5: .line 2552
            new java.lang.IllegalArgumentException
            dup
         6: .line 2553
            ldc "Listener to be registered must not be null"
         7: .line 2552
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 2556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnonnull 10
         9: .line 2557
            aload 0 /* this */
            new javax.management.NotificationBroadcasterSupport
            dup
            invokespecial javax.management.NotificationBroadcasterSupport.<init>:()V
            putfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
        10: .line 2560
      StackMap locals:
      StackMap stack:
            new javax.management.AttributeChangeNotificationFilter
            dup
            invokespecial javax.management.AttributeChangeNotificationFilter.<init>:()V
        11: .line 2559
            astore 4 /* currFilter */
        start local 4 // javax.management.AttributeChangeNotificationFilter currFilter
        12: .line 2562
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
            astore 5 /* attrInfo */
        start local 5 // javax.management.MBeanAttributeInfo[] attrInfo
        13: .line 2563
            iconst_0
            istore 6 /* found */
        start local 6 // boolean found
        14: .line 2564
            aload 2 /* inAttributeName */
            ifnonnull 22
        15: .line 2565
            aload 5 /* attrInfo */
            ifnull 38
            aload 5 /* attrInfo */
            arraylength
            ifle 38
        16: .line 2566
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        17: goto 20
        18: .line 2567
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.NotificationListener java.lang.String java.lang.Object javax.management.AttributeChangeNotificationFilter javax.management.MBeanAttributeInfo[] int int
      StackMap stack:
            aload 4 /* currFilter */
            aload 5 /* attrInfo */
            iload 7 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            invokevirtual javax.management.AttributeChangeNotificationFilter.enableAttribute:(Ljava/lang/String;)V
        19: .line 2566
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 7 /* i */
            aload 5 /* attrInfo */
            arraylength
            if_icmplt 18
        end local 7 // int i
        21: .line 2570
            goto 38
        22: .line 2571
      StackMap locals:
      StackMap stack:
            aload 5 /* attrInfo */
            ifnull 31
            aload 5 /* attrInfo */
            arraylength
            ifle 31
        23: .line 2572
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        24: goto 30
        25: .line 2573
      StackMap locals: int
      StackMap stack:
            aload 2 /* inAttributeName */
            aload 5 /* attrInfo */
            iload 7 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 29
        26: .line 2574
            iconst_1
            istore 6 /* found */
        27: .line 2575
            aload 4 /* currFilter */
            aload 2 /* inAttributeName */
            invokevirtual javax.management.AttributeChangeNotificationFilter.enableAttribute:(Ljava/lang/String;)V
        28: .line 2576
            goto 31
        29: .line 2572
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 7 /* i */
            aload 5 /* attrInfo */
            arraylength
            if_icmplt 25
        end local 7 // int i
        31: .line 2580
      StackMap locals:
      StackMap stack:
            iload 6 /* found */
            ifne 38
        32: .line 2581
            new javax.management.RuntimeOperationsException
            dup
        33: .line 2582
            new java.lang.IllegalArgumentException
            dup
        34: .line 2583
            ldc "The attribute name does not exist"
        35: .line 2581
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
        36: .line 2584
            ldc "Exception occurred trying to add an AttributeChangeNotification listener"
        37: .line 2581
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        38: .line 2589
      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 48
        39: .line 2590
            aload 4 /* currFilter */
            invokevirtual javax.management.AttributeChangeNotificationFilter.getEnabledAttributes:()Ljava/util/Vector;
            astore 7 /* enabledAttrs */
        start local 7 // java.util.Vector enabledAttrs
        40: .line 2591
            aload 7 /* enabledAttrs */
            invokevirtual java.util.Vector.size:()I
            iconst_1
            if_icmple 42
        41: .line 2592
            new java.lang.StringBuilder
            dup
            ldc "["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* enabledAttrs */
            invokevirtual java.util.Vector.firstElement:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", ...]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 43
        42: .line 2593
      StackMap locals: java.util.Vector
      StackMap stack:
            aload 7 /* enabledAttrs */
            invokevirtual java.util.Vector.toString:()Ljava/lang/String;
        43: .line 2591
      StackMap locals:
      StackMap stack: java.lang.String
            astore 8 /* s */
        start local 8 // java.lang.String s
        44: .line 2594
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        45: .line 2595
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addAttributeChangeNotificationListener(NotificationListener, String, Object)"
        46: .line 2596
            new java.lang.StringBuilder
            dup
            ldc "Set attribute change filter to "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        47: .line 2594
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        end local 8 // java.lang.String s
        end local 7 // java.util.Vector enabledAttrs
        48: .line 2599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* inlistener */
            aload 4 /* currFilter */
        49: .line 2600
            aload 3 /* inhandback */
        50: .line 2599
            invokevirtual javax.management.NotificationBroadcasterSupport.addNotificationListener:(Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
        51: .line 2601
            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 59
        52: .line 2602
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        53: .line 2603
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addAttributeChangeNotificationListener(NotificationListener, String, Object)"
        54: .line 2604
            new java.lang.StringBuilder
            dup
            ldc "Notification listener added for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* inAttributeName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        55: .line 2602
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        56: .line 2605
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        57: .line 2606
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "addAttributeChangeNotificationListener(NotificationListener, String, Object)"
            ldc "Exit"
        58: .line 2605
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        59: .line 2608
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean found
        end local 5 // javax.management.MBeanAttributeInfo[] attrInfo
        end local 4 // javax.management.AttributeChangeNotificationFilter currFilter
        end local 3 // java.lang.Object inhandback
        end local 2 // java.lang.String inAttributeName
        end local 1 // javax.management.NotificationListener inlistener
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   60     0             this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   60     1       inlistener  Ljavax/management/NotificationListener;
            0   60     2  inAttributeName  Ljava/lang/String;
            0   60     3       inhandback  Ljava/lang/Object;
           12   60     4       currFilter  Ljavax/management/AttributeChangeNotificationFilter;
           13   60     5         attrInfo  [Ljavax/management/MBeanAttributeInfo;
           14   60     6            found  Z
           17   21     7                i  I
           24   31     7                i  I
           40   48     7     enabledAttrs  Ljava/util/Vector<Ljava/lang/String;>;
           44   48     8                s  Ljava/lang/String;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, java.lang.IllegalArgumentException
    MethodParameters:
                 Name  Flags
      inlistener       
      inAttributeName  
      inhandback       

  public void removeAttributeChangeNotificationListener(javax.management.NotificationListener, java.lang.String);
    descriptor: (Ljavax/management/NotificationListener;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.NotificationListener inlistener
        start local 2 // java.lang.String inAttributeName
         0: .line 2614
            aload 1 /* inlistener */
            ifnonnull 3
         1: .line 2615
            new javax.management.ListenerNotFoundException
            dup
            ldc "Notification listener is null"
         2: .line 2614
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 2620
      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 7
         4: .line 2621
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         5: .line 2622
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeAttributeChangeNotificationListener(NotificationListener, String)"
            ldc "Entry"
         6: .line 2621
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         7: .line 2626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnonnull 11
         8: .line 2627
            new javax.management.ListenerNotFoundException
            dup
         9: .line 2628
            ldc "No attribute change notification listeners registered"
        10: .line 2627
            invokespecial javax.management.ListenerNotFoundException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 2631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
            astore 3 /* attrInfo */
        start local 3 // javax.management.MBeanAttributeInfo[] attrInfo
        12: .line 2632
            iconst_0
            istore 4 /* found */
        start local 4 // boolean found
        13: .line 2633
            aload 3 /* attrInfo */
            ifnull 21
            aload 3 /* attrInfo */
            arraylength
            ifle 21
        14: .line 2634
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 20
        16: .line 2635
      StackMap locals: javax.management.MBeanAttributeInfo[] int int
      StackMap stack:
            aload 3 /* attrInfo */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
            aload 2 /* inAttributeName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 19
        17: .line 2636
            iconst_1
            istore 4 /* found */
        18: .line 2637
            goto 21
        19: .line 2634
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            aload 3 /* attrInfo */
            arraylength
            if_icmplt 16
        end local 5 // int i
        21: .line 2642
      StackMap locals:
      StackMap stack:
            iload 4 /* found */
            ifne 27
            aload 2 /* inAttributeName */
            ifnull 27
        22: .line 2643
            new javax.management.RuntimeOperationsException
            dup
        23: .line 2644
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid attribute name"
        24: .line 2643
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
        25: .line 2645
            ldc "Exception occurred trying to remove attribute change notification listener"
        26: .line 2643
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        27: .line 2654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* inlistener */
            invokevirtual javax.management.NotificationBroadcasterSupport.removeNotificationListener:(Ljavax/management/NotificationListener;)V
        28: .line 2656
            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 32
        29: .line 2657
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        30: .line 2658
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "removeAttributeChangeNotificationListener(NotificationListener, String)"
            ldc "Exit"
        31: .line 2657
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        32: .line 2660
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean found
        end local 3 // javax.management.MBeanAttributeInfo[] attrInfo
        end local 2 // java.lang.String inAttributeName
        end local 1 // javax.management.NotificationListener inlistener
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   33     0             this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   33     1       inlistener  Ljavax/management/NotificationListener;
            0   33     2  inAttributeName  Ljava/lang/String;
           12   33     3         attrInfo  [Ljavax/management/MBeanAttributeInfo;
           13   33     4            found  Z
           15   21     5                i  I
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.ListenerNotFoundException
    MethodParameters:
                 Name  Flags
      inlistener       
      inAttributeName  

  public void sendAttributeChangeNotification(javax.management.AttributeChangeNotification);
    descriptor: (Ljavax/management/AttributeChangeNotification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.AttributeChangeNotification ntfyObj
         0: .line 2668
            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 4
         1: .line 2669
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2670
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
            ldc "Entry"
         3: .line 2669
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 2673
      StackMap locals:
      StackMap stack:
            aload 1 /* ntfyObj */
            ifnonnull 11
         5: .line 2674
            new javax.management.RuntimeOperationsException
            dup
         6: .line 2675
            new java.lang.IllegalArgumentException
            dup
         7: .line 2676
            ldc "attribute change notification object must not be null"
         8: .line 2674
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 2677
            ldc "Exception occurred trying to send attribute change notification of a ModelMBean"
        10: .line 2674
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 2680
      StackMap locals:
      StackMap stack:
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getOldValue:()Ljava/lang/Object;
            astore 2 /* oldv */
        start local 2 // java.lang.Object oldv
        12: .line 2681
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getNewValue:()Ljava/lang/Object;
            astore 3 /* newv */
        start local 3 // java.lang.Object newv
        13: .line 2683
            aload 2 /* oldv */
            ifnonnull 14
            ldc "null"
            astore 2 /* oldv */
        14: .line 2684
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 3 /* newv */
            ifnonnull 15
            ldc "null"
            astore 3 /* newv */
        15: .line 2686
      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 23
        16: .line 2687
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        17: .line 2688
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
        18: .line 2689
            new java.lang.StringBuilder
            dup
            ldc "Sending AttributeChangeNotification with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        19: .line 2690
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getAttributeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getAttributeType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 2691
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getNewValue:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getOldValue:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        21: .line 2689
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        22: .line 2687
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        23: .line 2696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getType:()Ljava/lang/String;
            ldc "notification"
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
        24: .line 2695
            astore 4 /* ntfyDesc */
        start local 4 // javax.management.Descriptor ntfyDesc
        25: .line 2697
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.modelMBeanInfo:Ljavax/management/modelmbean/ModelMBeanInfo;
            invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
            astore 5 /* mmbDesc */
        start local 5 // javax.management.Descriptor mmbDesc
        26: .line 2701
            aload 4 /* ntfyDesc */
            ifnull 58
        27: .line 2702
            aload 4 /* ntfyDesc */
            ldc "log"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* logging */
        start local 6 // java.lang.String logging
        28: .line 2703
            aload 6 /* logging */
            ifnonnull 31
        29: .line 2704
            aload 5 /* mmbDesc */
            ifnull 31
        30: .line 2705
            aload 5 /* mmbDesc */
            ldc "log"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* logging */
        31: .line 2707
      StackMap locals: javax.management.Descriptor javax.management.Descriptor java.lang.String
      StackMap stack:
            aload 6 /* logging */
            ifnull 83
        32: .line 2708
            aload 6 /* logging */
            ldc "t"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 34
        33: .line 2709
            aload 6 /* logging */
            ldc "true"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 83
        34: .line 2710
      StackMap locals:
      StackMap stack:
            aload 4 /* ntfyDesc */
            ldc "logfile"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* logfile */
        start local 7 // java.lang.String logfile
        35: .line 2711
            aload 7 /* logfile */
            ifnonnull 38
        36: .line 2712
            aload 5 /* mmbDesc */
            ifnull 38
        37: .line 2713
            aload 5 /* mmbDesc */
            ldc "logfile"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* logfile */
        38: .line 2716
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* logfile */
            ifnull 83
        39: .line 2718
            aload 0 /* this */
            aload 7 /* logfile */
            new java.lang.StringBuilder
            dup
            ldc "LogMsg: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        40: .line 2719
            new java.util.Date
            dup
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getTimeStamp:()J
            invokespecial java.util.Date.<init>:(J)V
            invokevirtual java.util.Date.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        41: .line 2720
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        42: .line 2721
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        43: .line 2722
            ldc " Name = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getAttributeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        44: .line 2723
            ldc " Old value = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* oldv */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        45: .line 2724
            ldc " New value = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* newv */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        46: .line 2718
            invokevirtual javax.management.modelmbean.RequiredModelMBean.writeToLog:(Ljava/lang/String;Ljava/lang/String;)V
        47: .line 2725
            goto 83
      StackMap locals:
      StackMap stack: java.lang.Exception
        48: astore 8 /* e */
        start local 8 // java.lang.Exception e
        49: .line 2726
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 83
        50: .line 2727
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
        51: .line 2728
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
        52: .line 2729
            new java.lang.StringBuilder
            dup
            ldc "Failed to log "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 2730
            ldc " notification: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        54: .line 2729
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        55: .line 2730
            aload 8 /* e */
        56: .line 2727
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 8 // java.lang.Exception e
        end local 7 // java.lang.String logfile
        57: .line 2735
            goto 83
        end local 6 // java.lang.String logging
      StackMap locals:
      StackMap stack:
        58: aload 5 /* mmbDesc */
            ifnull 83
        59: .line 2736
            aload 5 /* mmbDesc */
            ldc "log"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* logging */
        start local 6 // java.lang.String logging
        60: .line 2737
            aload 6 /* logging */
            ifnull 83
        61: .line 2738
            aload 6 /* logging */
            ldc "t"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 63
        62: .line 2739
            aload 6 /* logging */
            ldc "true"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 83
        63: .line 2740
      StackMap locals: java.lang.String
      StackMap stack:
            aload 5 /* mmbDesc */
            ldc "logfile"
            invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* logfile */
        start local 7 // java.lang.String logfile
        64: .line 2742
            aload 7 /* logfile */
            ifnull 83
        65: .line 2744
            aload 0 /* this */
            aload 7 /* logfile */
            new java.lang.StringBuilder
            dup
            ldc "LogMsg: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        66: .line 2745
            new java.util.Date
            dup
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getTimeStamp:()J
            invokespecial java.util.Date.<init>:(J)V
            invokevirtual java.util.Date.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        67: .line 2746
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        68: .line 2747
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        69: .line 2748
            ldc " Name = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getAttributeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        70: .line 2749
            ldc " Old value = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* oldv */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        71: .line 2750
            ldc " New value = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* newv */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        72: .line 2744
            invokevirtual javax.management.modelmbean.RequiredModelMBean.writeToLog:(Ljava/lang/String;Ljava/lang/String;)V
        73: .line 2751
            goto 83
      StackMap locals: javax.management.modelmbean.RequiredModelMBean javax.management.AttributeChangeNotification java.lang.Object java.lang.Object javax.management.Descriptor javax.management.Descriptor java.lang.String java.lang.String
      StackMap stack: java.lang.Exception
        74: astore 8 /* e */
        start local 8 // java.lang.Exception e
        75: .line 2752
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 83
        76: .line 2753
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
        77: .line 2754
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
        78: .line 2755
            new java.lang.StringBuilder
            dup
            ldc "Failed to log "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* ntfyObj */
            invokevirtual javax.management.AttributeChangeNotification.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        79: .line 2756
            ldc " notification: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        80: .line 2755
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        81: .line 2756
            aload 8 /* e */
        82: .line 2753
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 8 // java.lang.Exception e
        end local 7 // java.lang.String logfile
        end local 6 // java.lang.String logging
        83: .line 2762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnull 85
        84: .line 2763
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.attributeBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.NotificationBroadcasterSupport.sendNotification:(Ljavax/management/Notification;)V
        85: .line 2772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            ifnull 87
        86: .line 2773
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.generalBroadcaster:Ljavax/management/NotificationBroadcasterSupport;
            aload 1 /* ntfyObj */
            invokevirtual javax.management.NotificationBroadcasterSupport.sendNotification:(Ljavax/management/Notification;)V
        87: .line 2776
      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 96
        88: .line 2777
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        89: .line 2778
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
        90: .line 2779
            ldc "sent notification"
        91: .line 2777
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        92: .line 2780
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        93: .line 2781
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(AttributeChangeNotification)"
        94: .line 2782
            ldc "Exit"
        95: .line 2780
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        96: .line 2784
      StackMap locals:
      StackMap stack:
            return
        end local 5 // javax.management.Descriptor mmbDesc
        end local 4 // javax.management.Descriptor ntfyDesc
        end local 3 // java.lang.Object newv
        end local 2 // java.lang.Object oldv
        end local 1 // javax.management.AttributeChangeNotification ntfyObj
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   97     0      this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   97     1   ntfyObj  Ljavax/management/AttributeChangeNotification;
           12   97     2      oldv  Ljava/lang/Object;
           13   97     3      newv  Ljava/lang/Object;
           25   97     4  ntfyDesc  Ljavax/management/Descriptor;
           26   97     5   mmbDesc  Ljavax/management/Descriptor;
           28   58     6   logging  Ljava/lang/String;
           60   83     6   logging  Ljava/lang/String;
           35   57     7   logfile  Ljava/lang/String;
           64   83     7   logfile  Ljava/lang/String;
           49   57     8         e  Ljava/lang/Exception;
           75   83     8         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          39    47      48  Class java.lang.Exception
          65    73      74  Class java.lang.Exception
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
         Name  Flags
      ntfyObj  

  public void sendAttributeChangeNotification(javax.management.Attribute, javax.management.Attribute);
    descriptor: (Ljavax/management/Attribute;Ljavax/management/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=7, args_size=3
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.Attribute inOldVal
        start local 2 // javax.management.Attribute inNewVal
         0: .line 2791
            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 2792
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
         2: .line 2793
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(Attribute, Attribute)"
         3: .line 2794
            ldc "Entry"
         4: .line 2792
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         5: .line 2798
      StackMap locals:
      StackMap stack:
            aload 1 /* inOldVal */
            ifnull 6
            aload 2 /* inNewVal */
            ifnonnull 11
         6: .line 2799
      StackMap locals:
      StackMap stack:
            new javax.management.RuntimeOperationsException
            dup
         7: .line 2800
            new java.lang.IllegalArgumentException
            dup
            ldc "Attribute object must not be null"
         8: .line 2799
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
         9: .line 2801
            ldc "Exception occurred trying to send attribute change notification of a ModelMBean"
        10: .line 2799
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        11: .line 2805
      StackMap locals:
      StackMap stack:
            aload 1 /* inOldVal */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
            aload 2 /* inNewVal */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
        12: .line 2806
            new javax.management.RuntimeOperationsException
            dup
        13: .line 2807
            new java.lang.IllegalArgumentException
            dup
            ldc "Attribute names are not the same"
        14: .line 2806
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
        15: .line 2808
            ldc "Exception occurred trying to send attribute change notification of a ModelMBean"
        16: .line 2806
            invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
            athrow
        17: .line 2812
      StackMap locals:
      StackMap stack:
            aload 2 /* inNewVal */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            astore 3 /* newVal */
        start local 3 // java.lang.Object newVal
        18: .line 2813
            aload 1 /* inOldVal */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            astore 4 /* oldVal */
        start local 4 // java.lang.Object oldVal
        19: .line 2814
            ldc "unknown"
            astore 5 /* className */
        start local 5 // java.lang.String className
        20: .line 2815
            aload 3 /* newVal */
            ifnull 22
        21: .line 2816
            aload 3 /* newVal */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 5 /* className */
        22: .line 2817
      StackMap locals: java.lang.Object java.lang.Object java.lang.String
      StackMap stack:
            aload 4 /* oldVal */
            ifnull 24
        23: .line 2818
            aload 4 /* oldVal */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 5 /* className */
        24: .line 2821
      StackMap locals:
      StackMap stack:
            new javax.management.AttributeChangeNotification
            dup
            aload 0 /* this */
        25: .line 2822
            lconst_1
        26: .line 2823
            new java.util.Date
            dup
            invokespecial java.util.Date.<init>:()V
            invokevirtual java.util.Date.getTime:()J
        27: .line 2824
            ldc "AttributeChangeDetected"
        28: .line 2825
            aload 1 /* inOldVal */
            invokevirtual javax.management.Attribute.getName:()Ljava/lang/String;
        29: .line 2826
            aload 5 /* className */
        30: .line 2827
            aload 1 /* inOldVal */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
        31: .line 2828
            aload 2 /* inNewVal */
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
        32: .line 2820
            invokespecial javax.management.AttributeChangeNotification.<init>:(Ljava/lang/Object;JJLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
            astore 6 /* myNtfyObj */
        start local 6 // javax.management.AttributeChangeNotification myNtfyObj
        33: .line 2830
            aload 0 /* this */
            aload 6 /* myNtfyObj */
            invokevirtual javax.management.modelmbean.RequiredModelMBean.sendAttributeChangeNotification:(Ljavax/management/AttributeChangeNotification;)V
        34: .line 2832
            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 39
        35: .line 2833
            getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
        36: .line 2834
            ldc Ljavax/management/modelmbean/RequiredModelMBean;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "sendAttributeChangeNotification(Attribute, Attribute)"
        37: .line 2835
            ldc "Exit"
        38: .line 2833
            invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        39: .line 2838
      StackMap locals: javax.management.AttributeChangeNotification
      StackMap stack:
            return
        end local 6 // javax.management.AttributeChangeNotification myNtfyObj
        end local 5 // java.lang.String className
        end local 4 // java.lang.Object oldVal
        end local 3 // java.lang.Object newVal
        end local 2 // javax.management.Attribute inNewVal
        end local 1 // javax.management.Attribute inOldVal
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   40     0       this  Ljavax/management/modelmbean/RequiredModelMBean;
            0   40     1   inOldVal  Ljavax/management/Attribute;
            0   40     2   inNewVal  Ljavax/management/Attribute;
           18   40     3     newVal  Ljava/lang/Object;
           19   40     4     oldVal  Ljava/lang/Object;
           20   40     5  className  Ljava/lang/String;
           33   40     6  myNtfyObj  Ljavax/management/AttributeChangeNotification;
    Exceptions:
      throws javax.management.MBeanException, javax.management.RuntimeOperationsException
    MethodParameters:
          Name  Flags
      inOldVal  
      inNewVal  

  protected javax.management.loading.ClassLoaderRepository getClassLoaderRepository();
    descriptor: ()Ljavax/management/loading/ClassLoaderRepository;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 2850
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.server:Ljavax/management/MBeanServer;
            invokestatic javax.management.MBeanServerFactory.getClassLoaderRepository:(Ljavax/management/MBeanServer;)Ljavax/management/loading/ClassLoaderRepository;
            areturn
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/modelmbean/RequiredModelMBean;

  private java.lang.Class<?> loadClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.String className
         0: .line 2855
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            astore 2 /* stack */
        start local 2 // java.security.AccessControlContext stack
         1: .line 2856
            iconst_1
            anewarray java.lang.ClassNotFoundException
            astore 3 /* caughtException */
        start local 3 // java.lang.ClassNotFoundException[] caughtException
         2: .line 2858
            getstatic javax.management.modelmbean.RequiredModelMBean.javaSecurityAccess:Lsun/misc/JavaSecurityAccess;
            new javax.management.modelmbean.RequiredModelMBean$6
            dup
            aload 0 /* this */
            aload 1 /* className */
            aload 3 /* caughtException */
            invokespecial javax.management.modelmbean.RequiredModelMBean$6.<init>:(Ljavax/management/modelmbean/RequiredModelMBean;Ljava/lang/String;[Ljava/lang/ClassNotFoundException;)V
         3: .line 2877
            aload 2 /* stack */
            aload 0 /* this */
            getfield javax.management.modelmbean.RequiredModelMBean.acc:Ljava/security/AccessControlContext;
         4: .line 2858
            invokeinterface sun.misc.JavaSecurityAccess.doIntersectionPrivilege:(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* c */
        start local 4 // java.lang.Class c
         5: .line 2879
            aload 3 /* caughtException */
            iconst_0
            aaload
            ifnull 7
         6: .line 2880
            aload 3 /* caughtException */
            iconst_0
            aaload
            athrow
         7: .line 2883
      StackMap locals: java.security.AccessControlContext java.lang.ClassNotFoundException[] java.lang.Class
      StackMap stack:
            aload 4 /* c */
            areturn
        end local 4 // java.lang.Class c
        end local 3 // java.lang.ClassNotFoundException[] caughtException
        end local 2 // java.security.AccessControlContext stack
        end local 1 // java.lang.String className
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Ljavax/management/modelmbean/RequiredModelMBean;
            0    8     1        className  Ljava/lang/String;
            1    8     2            stack  Ljava/security/AccessControlContext;
            2    8     3  caughtException  [Ljava/lang/ClassNotFoundException;
            5    8     4                c  Ljava/lang/Class;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
           Name  Flags
      className  final

  public javax.management.ObjectName preRegister(javax.management.MBeanServer, javax.management.ObjectName);
    descriptor: (Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // javax.management.MBeanServer server
        start local 2 // javax.management.ObjectName name
         0: .line 2927
            aload 2 /* name */
            ifnonnull 2
            new java.lang.NullPointerException
            dup
         1: .line 2928
            ldc "name of RequiredModelMBean to registered is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* server */
            putfield javax.management.modelmbean.RequiredModelMBean.server:Ljavax/management/MBeanServer;
         3: .line 2930
            aload 2 /* name */
            areturn
        end local 2 // javax.management.ObjectName name
        end local 1 // javax.management.MBeanServer server
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavax/management/modelmbean/RequiredModelMBean;
            0    4     1  server  Ljavax/management/MBeanServer;
            0    4     2    name  Ljavax/management/ObjectName;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      server  
      name    

  public void postRegister(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
        start local 1 // java.lang.Boolean registrationDone
         0: .line 2947
            aload 0 /* this */
            aload 1 /* registrationDone */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield javax.management.modelmbean.RequiredModelMBean.registered:Z
         1: .line 2948
            return
        end local 1 // java.lang.Boolean registrationDone
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Ljavax/management/modelmbean/RequiredModelMBean;
            0    2     1  registrationDone  Ljava/lang/Boolean;
    MethodParameters:
                  Name  Flags
      registrationDone  

  public void preDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 2965
            return
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
    Exceptions:
      throws java.lang.Exception

  public void postDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.management.modelmbean.RequiredModelMBean this
         0: .line 2977
            aload 0 /* this */
            iconst_0
            putfield javax.management.modelmbean.RequiredModelMBean.registered:Z
         1: .line 2978
            aload 0 /* this */
            aconst_null
            putfield javax.management.modelmbean.RequiredModelMBean.server:Ljavax/management/MBeanServer;
         2: .line 2979
            return
        end local 0 // javax.management.modelmbean.RequiredModelMBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/management/modelmbean/RequiredModelMBean;
}
SourceFile: "RequiredModelMBean.java"
NestMembers:
  javax.management.modelmbean.RequiredModelMBean$1  javax.management.modelmbean.RequiredModelMBean$2  javax.management.modelmbean.RequiredModelMBean$3  javax.management.modelmbean.RequiredModelMBean$4  javax.management.modelmbean.RequiredModelMBean$5  javax.management.modelmbean.RequiredModelMBean$6
InnerClasses:
  javax.management.modelmbean.RequiredModelMBean$1
  javax.management.modelmbean.RequiredModelMBean$2
  javax.management.modelmbean.RequiredModelMBean$3
  javax.management.modelmbean.RequiredModelMBean$4
  javax.management.modelmbean.RequiredModelMBean$5
  javax.management.modelmbean.RequiredModelMBean$6