public class javax.management.modelmbean.ModelMBeanInfoSupport extends javax.management.MBeanInfo implements javax.management.modelmbean.ModelMBeanInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javax.management.modelmbean.ModelMBeanInfoSupport
super_class: javax.management.MBeanInfo
{
private static final long oldSerialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3944083498453227709
private static final long newSerialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -1935722590756516193
private static final java.io.ObjectStreamField[] oldSerialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.io.ObjectStreamField[] newSerialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.io.ObjectStreamField[] serialPersistentFields;
descriptor: [Ljava/io/ObjectStreamField;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static boolean compat;
descriptor: Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private javax.management.Descriptor modelMBeanDescriptor;
descriptor: Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanAttributeInfo[] modelMBeanAttributes;
descriptor: [Ljavax/management/MBeanAttributeInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanConstructorInfo[] modelMBeanConstructors;
descriptor: [Ljavax/management/MBeanConstructorInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanNotificationInfo[] modelMBeanNotifications;
descriptor: [Ljavax/management/MBeanNotificationInfo;
flags: (0x0002) ACC_PRIVATE
private javax.management.MBeanOperationInfo[] modelMBeanOperations;
descriptor: [Ljavax/management/MBeanOperationInfo;
flags: (0x0002) ACC_PRIVATE
private static final java.lang.String ATTR;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "attribute"
private static final java.lang.String OPER;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "operation"
private static final java.lang.String NOTF;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "notification"
private static final java.lang.String CONS;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "constructor"
private static final java.lang.String MMB;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "mbean"
private static final java.lang.String ALL;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "all"
private static final java.lang.String currClass;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "ModelMBeanInfoSupport"
private static final javax.management.modelmbean.ModelMBeanAttributeInfo[] NO_ATTRIBUTES;
descriptor: [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanConstructorInfo[] NO_CONSTRUCTORS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanNotificationInfo[] NO_NOTIFICATIONS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final javax.management.modelmbean.ModelMBeanOperationInfo[] NO_OPERATIONS;
descriptor: [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=2, args_size=0
0: bipush 6
anewarray java.io.ObjectStreamField
dup
iconst_0
1: new java.io.ObjectStreamField
dup
ldc "modelMBeanDescriptor"
ldc Ljavax/management/Descriptor;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_1
2: new java.io.ObjectStreamField
dup
ldc "mmbAttributes"
ldc [Ljavax/management/MBeanAttributeInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_2
3: new java.io.ObjectStreamField
dup
ldc "mmbConstructors"
ldc [Ljavax/management/MBeanConstructorInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_3
4: new java.io.ObjectStreamField
dup
ldc "mmbNotifications"
ldc [Ljavax/management/MBeanNotificationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_4
5: new java.io.ObjectStreamField
dup
ldc "mmbOperations"
ldc [Ljavax/management/MBeanOperationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_5
6: new java.io.ObjectStreamField
dup
ldc "currClass"
ldc Ljava/lang/String;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
7: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
8: iconst_5
anewarray java.io.ObjectStreamField
dup
iconst_0
9: new java.io.ObjectStreamField
dup
ldc "modelMBeanDescriptor"
ldc Ljavax/management/Descriptor;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_1
10: new java.io.ObjectStreamField
dup
ldc "modelMBeanAttributes"
ldc [Ljavax/management/MBeanAttributeInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_2
11: new java.io.ObjectStreamField
dup
ldc "modelMBeanConstructors"
ldc [Ljavax/management/MBeanConstructorInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_3
12: new java.io.ObjectStreamField
dup
ldc "modelMBeanNotifications"
ldc [Ljavax/management/MBeanNotificationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
dup
iconst_4
13: new java.io.ObjectStreamField
dup
ldc "modelMBeanOperations"
ldc [Ljavax/management/MBeanOperationInfo;
invokespecial java.io.ObjectStreamField.<init>:(Ljava/lang/String;Ljava/lang/Class;)V
aastore
14: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
15: iconst_0
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
16: new com.sun.jmx.mbeanserver.GetPropertyAction
dup
ldc "jmx.serial.form"
invokespecial com.sun.jmx.mbeanserver.GetPropertyAction.<init>:(Ljava/lang/String;)V
astore 0
start local 0 17: aload 0
invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
checkcast java.lang.String
astore 1
start local 1 18: aload 1
ifnull 19
aload 1
ldc "1.0"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 19
iconst_1
goto 20
StackMap locals: com.sun.jmx.mbeanserver.GetPropertyAction java.lang.String
StackMap stack:
19: iconst_0
StackMap locals:
StackMap stack: int
20: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
end local 1 end local 0 21: goto 23
StackMap locals:
StackMap stack: java.lang.Exception
22: pop
23: StackMap locals:
StackMap stack:
getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 27
24: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.oldSerialPersistentFields:[Ljava/io/ObjectStreamField;
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialPersistentFields:[Ljava/io/ObjectStreamField;
25: ldc -3944083498453227709
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialVersionUID:J
26: goto 29
27: StackMap locals:
StackMap stack:
getstatic javax.management.modelmbean.ModelMBeanInfoSupport.newSerialPersistentFields:[Ljava/io/ObjectStreamField;
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialPersistentFields:[Ljava/io/ObjectStreamField;
28: ldc -1935722590756516193
putstatic javax.management.modelmbean.ModelMBeanInfoSupport.serialVersionUID:J
29: StackMap locals:
StackMap stack:
iconst_0
anewarray javax.management.modelmbean.ModelMBeanAttributeInfo
30: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_ATTRIBUTES:[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
31: iconst_0
anewarray javax.management.modelmbean.ModelMBeanConstructorInfo
32: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_CONSTRUCTORS:[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
33: iconst_0
anewarray javax.management.modelmbean.ModelMBeanNotificationInfo
34: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_NOTIFICATIONS:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
35: iconst_0
anewarray javax.management.modelmbean.ModelMBeanOperationInfo
36: putstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_OPERATIONS:[Ljavax/management/modelmbean/ModelMBeanOperationInfo;
37: return
LocalVariableTable:
Start End Slot Name Signature
17 21 0 act Lcom/sun/jmx/mbeanserver/GetPropertyAction;
18 21 1 form Ljava/lang/String;
Exception table:
from to target type
16 21 22 Class java.lang.Exception
public void <init>(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 start local 1 0: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getClassName:()Ljava/lang/String;
1: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getDescription:()Ljava/lang/String;
2: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
3: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getConstructors:()[Ljavax/management/MBeanConstructorInfo;
4: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperations:()[Ljavax/management/MBeanOperationInfo;
5: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
invokespecial javax.management.MBeanInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanAttributeInfo;[Ljavax/management/MBeanConstructorInfo;[Ljavax/management/MBeanOperationInfo;[Ljavax/management/MBeanNotificationInfo;)V
6: aload 0
aconst_null
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
7: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getAttributes:()[Ljavax/management/MBeanAttributeInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
8: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getConstructors:()[Ljavax/management/MBeanConstructorInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
9: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getOperations:()[Ljavax/management/MBeanOperationInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
10: aload 0
aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getNotifications:()[Ljavax/management/MBeanNotificationInfo;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
11: aload 1
invokeinterface javax.management.modelmbean.ModelMBeanInfo.getMBeanDescriptor:()Ljavax/management/Descriptor;
astore 2
start local 2 12: aload 2
ifnull 24
aload 0
aload 2
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.isValidDescriptor:(Ljavax/management/Descriptor;)Z
ifeq 24
13: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
15: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
16: ldc "ModelMBeanInfo(ModelMBeanInfo)"
17: new java.lang.StringBuilder
dup
ldc "ModelMBeanDescriptor is valid, cloning Descriptor *"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
18: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "*"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
19: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
20: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
21: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport javax.management.modelmbean.ModelMBeanInfo javax.management.Descriptor
StackMap stack:
aload 0
aload 2
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
22: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.addDefaultFields:()V
23: goto 40
24: StackMap locals:
StackMap stack:
getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 30
25: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
26: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
27: ldc "ModelMBeanInfo(ModelMBeanInfo)"
28: ldc "ModelMBeanDescriptor in ModelMBeanInfo is null or invalid, setting to default value"
29: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
30: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.createDefaultDescriptor:()Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
end local 2 31: goto 40
StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport javax.management.modelmbean.ModelMBeanInfo
StackMap stack: javax.management.MBeanException
32: pop
33: aload 0
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.createDefaultDescriptor:()Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
34: 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 40
35: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
36: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
37: ldc "ModelMBeanInfo(ModelMBeanInfo)"
38: ldc "Could not get modelMBeanDescriptor, setting to default value"
39: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
40: 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 45
41: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
42: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
43: ldc "ModelMBeanInfo(ModelMBeanInfo)"
ldc "Exit"
44: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
45: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 46 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 46 1 mbi Ljavax/management/modelmbean/ModelMBeanInfo;
12 31 2 mbeandescriptor Ljavax/management/Descriptor;
Exception table:
from to target type
11 31 32 Class javax.management.MBeanException
MethodParameters:
Name Flags
mbi
public void <init>(java.lang.String, java.lang.String, javax.management.modelmbean.ModelMBeanAttributeInfo[], javax.management.modelmbean.ModelMBeanConstructorInfo[], javax.management.modelmbean.ModelMBeanOperationInfo[], javax.management.modelmbean.ModelMBeanNotificationInfo[]);
descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
1: aload 5
aload 6
aconst_null
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;Ljavax/management/Descriptor;)V
2: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 3 1 className Ljava/lang/String;
0 3 2 description Ljava/lang/String;
0 3 3 attributes [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
0 3 4 constructors [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
0 3 5 operations [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
0 3 6 notifications [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
MethodParameters:
Name Flags
className
description
attributes
constructors
operations
notifications
public void <init>(java.lang.String, java.lang.String, javax.management.modelmbean.ModelMBeanAttributeInfo[], javax.management.modelmbean.ModelMBeanConstructorInfo[], javax.management.modelmbean.ModelMBeanOperationInfo[], javax.management.modelmbean.ModelMBeanNotificationInfo[], javax.management.Descriptor);
descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;[Ljavax/management/modelmbean/ModelMBeanOperationInfo;[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
aload 1
1: aload 2
2: aload 3
ifnull 3
aload 3
goto 4
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String
3: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_ATTRIBUTES:[Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
4: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[]
aload 4
ifnull 5
aload 4
goto 6
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[]
5: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_CONSTRUCTORS:[Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
6: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[]
aload 5
ifnull 7
aload 5
goto 8
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[]
7: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_OPERATIONS:[Ljavax/management/modelmbean/ModelMBeanOperationInfo;
8: StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[]
aload 6
ifnull 9
aload 6
goto 10
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[]
9: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.NO_NOTIFICATIONS:[Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
StackMap locals: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack: uninitialized-this java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[]
10: invokespecial javax.management.MBeanInfo.<init>:(Ljava/lang/String;Ljava/lang/String;[Ljavax/management/MBeanAttributeInfo;[Ljavax/management/MBeanConstructorInfo;[Ljavax/management/MBeanOperationInfo;[Ljavax/management/MBeanNotificationInfo;)V
11: aload 0
aconst_null
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
12: aload 0
aload 3
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
13: aload 0
aload 4
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
14: aload 0
aload 5
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
15: aload 0
aload 6
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
16: aload 7
ifnonnull 25
17: 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
18: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
19: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
20: ldc "ModelMBeanInfoSupport(String,String,ModelMBeanAttributeInfo[],ModelMBeanConstructorInfo[],ModelMBeanOperationInfo[],ModelMBeanNotificationInfo[],Descriptor)"
21: ldc "MBeanDescriptor is null, setting default descriptor"
22: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
23: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String java.lang.String javax.management.modelmbean.ModelMBeanAttributeInfo[] javax.management.modelmbean.ModelMBeanConstructorInfo[] javax.management.modelmbean.ModelMBeanOperationInfo[] javax.management.modelmbean.ModelMBeanNotificationInfo[] javax.management.Descriptor
StackMap stack:
aload 0
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.createDefaultDescriptor:()Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
24: goto 34
25: StackMap locals:
StackMap stack:
aload 0
aload 7
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.isValidDescriptor:(Ljavax/management/Descriptor;)Z
ifeq 29
26: aload 0
aload 7
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
27: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.addDefaultFields:()V
28: goto 34
29: StackMap locals:
StackMap stack:
new javax.management.RuntimeOperationsException
dup
30: new java.lang.IllegalArgumentException
dup
31: ldc "Invalid descriptor passed in parameter"
32: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
33: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;)V
athrow
34: 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 40
35: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
36: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
37: ldc "ModelMBeanInfoSupport(String,String,ModelMBeanAttributeInfo[],ModelMBeanConstructorInfo[],ModelMBeanOperationInfo[],ModelMBeanNotificationInfo[],Descriptor)"
38: ldc "Exit"
39: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
40: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 41 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 41 1 className Ljava/lang/String;
0 41 2 description Ljava/lang/String;
0 41 3 attributes [Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
0 41 4 constructors [Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
0 41 5 operations [Ljavax/management/modelmbean/ModelMBeanOperationInfo;
0 41 6 notifications [Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
0 41 7 mbeandescriptor Ljavax/management/Descriptor;
MethodParameters:
Name Flags
className
description
attributes
constructors
operations
notifications
mbeandescriptor
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new javax.management.modelmbean.ModelMBeanInfoSupport
dup
aload 0
invokespecial javax.management.modelmbean.ModelMBeanInfoSupport.<init>:(Ljavax/management/modelmbean/ModelMBeanInfo;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public javax.management.Descriptor[] getDescriptors(java.lang.String);
descriptor: (Ljava/lang/String;)[Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=14, args_size=2
start local 0 start local 1 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getDescriptors(String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnull 6
aload 1
invokevirtual java.lang.String.isEmpty:()Z
ifeq 7
6: StackMap locals:
StackMap stack:
ldc "all"
astore 1
7: StackMap locals:
StackMap stack:
aload 1
ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 10
8: iconst_1
anewarray javax.management.Descriptor
dup
iconst_0
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
aastore
astore 2
start local 2 9: goto 127
end local 2 StackMap locals:
StackMap stack:
10: aload 1
ldc "attribute"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 25
11: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanAttributeInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 15: iconst_0
istore 5
start local 5 16: goto 23
17: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanAttributeInfo[] int int
StackMap stack:
aload 2
iload 5
18: aload 3
iload 5
aaload
19: checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
20: invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
21: aastore
22: iinc 5 1
StackMap locals:
StackMap stack:
23: iload 5
iload 4
if_icmplt 17
end local 5 end local 4 end local 3 24: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
25: aload 1
ldc "operation"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 40
26: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 3
start local 3 27: iconst_0
istore 4
start local 4 28: aload 3
ifnull 29
aload 3
arraylength
istore 4
29: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanOperationInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 30: iconst_0
istore 5
start local 5 31: goto 38
32: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanOperationInfo[] int int
StackMap stack:
aload 2
iload 5
33: aload 3
iload 5
aaload
34: checkcast javax.management.modelmbean.ModelMBeanOperationInfo
35: invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
36: aastore
37: iinc 5 1
StackMap locals:
StackMap stack:
38: iload 5
iload 4
if_icmplt 32
end local 5 end local 4 end local 3 39: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
40: aload 1
ldc "constructor"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 55
41: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 3
start local 3 42: iconst_0
istore 4
start local 4 43: aload 3
ifnull 44
aload 3
arraylength
istore 4
44: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanConstructorInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 45: iconst_0
istore 5
start local 5 46: goto 53
47: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanConstructorInfo[] int int
StackMap stack:
aload 2
iload 5
48: aload 3
iload 5
aaload
49: checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
50: invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
51: aastore
52: iinc 5 1
StackMap locals:
StackMap stack:
53: iload 5
iload 4
if_icmplt 47
end local 5 end local 4 end local 3 54: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
55: aload 1
ldc "notification"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 70
56: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 3
start local 3 57: iconst_0
istore 4
start local 4 58: aload 3
ifnull 59
aload 3
arraylength
istore 4
59: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanNotificationInfo[] int
StackMap stack:
iload 4
anewarray javax.management.Descriptor
astore 2
start local 2 60: iconst_0
istore 5
start local 5 61: goto 68
62: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanNotificationInfo[] int int
StackMap stack:
aload 2
iload 5
63: aload 3
iload 5
aaload
64: checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
65: invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
66: aastore
67: iinc 5 1
StackMap locals:
StackMap stack:
68: iload 5
iload 4
if_icmplt 62
end local 5 end local 4 end local 3 69: goto 127
end local 2 StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
70: aload 1
ldc "all"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 124
71: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 72: iconst_0
istore 4
start local 4 73: aload 3
ifnull 74
aload 3
arraylength
istore 4
74: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String top javax.management.MBeanAttributeInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 5
start local 5 75: iconst_0
istore 6
start local 6 76: aload 5
ifnull 77
aload 5
arraylength
istore 6
77: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 7
start local 7 78: iconst_0
istore 8
start local 8 79: aload 7
ifnull 80
aload 7
arraylength
istore 8
80: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 9
start local 9 81: iconst_0
istore 10
start local 10 82: aload 9
ifnull 83
aload 9
arraylength
istore 10
83: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iload 4
iload 8
iadd
iload 6
iadd
iload 10
iadd
iconst_1
iadd
istore 11
start local 11 84: iload 11
anewarray javax.management.Descriptor
astore 2
start local 2 85: aload 2
iload 11
iconst_1
isub
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
aastore
86: iconst_0
istore 12
start local 12 87: iconst_0
istore 13
start local 13 88: goto 96
89: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String javax.management.Descriptor[] javax.management.MBeanAttributeInfo[] int javax.management.MBeanOperationInfo[] int javax.management.MBeanConstructorInfo[] int javax.management.MBeanNotificationInfo[] int int int int
StackMap stack:
aload 2
iload 12
90: aload 3
iload 13
aaload
91: checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
92: invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
93: aastore
94: iinc 12 1
95: iinc 13 1
StackMap locals:
StackMap stack:
96: iload 13
iload 4
if_icmplt 89
end local 13 97: iconst_0
istore 13
start local 13 98: goto 106
99: StackMap locals:
StackMap stack:
aload 2
iload 12
100: aload 7
iload 13
aaload
101: checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
102: invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
103: aastore
104: iinc 12 1
105: iinc 13 1
StackMap locals:
StackMap stack:
106: iload 13
iload 8
if_icmplt 99
end local 13 107: iconst_0
istore 13
start local 13 108: goto 114
109: StackMap locals:
StackMap stack:
aload 2
iload 12
aload 5
iload 13
aaload
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
110: invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
111: aastore
112: iinc 12 1
113: iinc 13 1
StackMap locals:
StackMap stack:
114: iload 13
iload 6
if_icmplt 109
end local 13 115: iconst_0
istore 13
start local 13 116: goto 122
117: StackMap locals:
StackMap stack:
aload 2
iload 12
aload 9
iload 13
aaload
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
118: invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
119: aastore
120: iinc 12 1
121: iinc 13 1
StackMap locals:
StackMap stack:
122: iload 13
iload 10
if_icmplt 117
end local 13 end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 123: goto 127
end local 2 124: StackMap locals: javax.management.modelmbean.ModelMBeanInfoSupport java.lang.String
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Descriptor Type is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
125: astore 3
start local 3 126: new javax.management.RuntimeOperationsException
dup
aload 3
ldc "Exception occurred trying to find the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 3 start local 2 127: StackMap locals: javax.management.Descriptor[]
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 132
128: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
129: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
130: ldc "getDescriptors(String)"
ldc "Exit"
131: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
132: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 133 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 133 1 inDescriptorType Ljava/lang/String;
9 10 2 retList [Ljavax/management/Descriptor;
15 25 2 retList [Ljavax/management/Descriptor;
30 40 2 retList [Ljavax/management/Descriptor;
45 55 2 retList [Ljavax/management/Descriptor;
60 70 2 retList [Ljavax/management/Descriptor;
85 124 2 retList [Ljavax/management/Descriptor;
127 133 2 retList [Ljavax/management/Descriptor;
12 24 3 attrList [Ljavax/management/MBeanAttributeInfo;
13 24 4 numAttrs I
16 24 5 i I
27 39 3 operList [Ljavax/management/MBeanOperationInfo;
28 39 4 numOpers I
31 39 5 i I
42 54 3 consList [Ljavax/management/MBeanConstructorInfo;
43 54 4 numCons I
46 54 5 i I
57 69 3 notifList [Ljavax/management/MBeanNotificationInfo;
58 69 4 numNotifs I
61 69 5 i I
72 123 3 attrList [Ljavax/management/MBeanAttributeInfo;
73 123 4 numAttrs I
75 123 5 operList [Ljavax/management/MBeanOperationInfo;
76 123 6 numOpers I
78 123 7 consList [Ljavax/management/MBeanConstructorInfo;
79 123 8 numCons I
81 123 9 notifList [Ljavax/management/MBeanNotificationInfo;
82 123 10 numNotifs I
84 123 11 count I
87 123 12 j I
88 97 13 i I
98 107 13 i I
108 115 13 i I
116 123 13 i I
126 127 3 iae Ljava/lang/IllegalArgumentException;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorType
public void setDescriptors(javax.management.Descriptor[]);
descriptor: ([Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setDescriptors(Descriptor[])"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnonnull 10
6: new javax.management.RuntimeOperationsException
dup
7: new java.lang.IllegalArgumentException
dup
ldc "Descriptor list is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
8: ldc "Exception occurred trying to set the descriptors of the MBeanInfo"
9: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 1
arraylength
ifne 12
11: return
12: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 13: goto 16
14: StackMap locals: int
StackMap stack:
aload 0
aload 1
iload 2
aaload
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.setDescriptor:(Ljavax/management/Descriptor;Ljava/lang/String;)V
15: iinc 2 1
StackMap locals:
StackMap stack:
16: iload 2
aload 1
arraylength
if_icmplt 14
end local 2 17: 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
18: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
19: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
20: ldc "setDescriptors(Descriptor[])"
ldc "Exit"
21: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
22: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 23 1 inDescriptors [Ljavax/management/Descriptor;
13 17 2 j I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptors
public javax.management.Descriptor getDescriptor(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getDescriptor(String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aconst_null
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 6 1 inDescriptorName Ljava/lang/String;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorName
public javax.management.Descriptor getDescriptor(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 5
1: new javax.management.RuntimeOperationsException
dup
2: new java.lang.IllegalArgumentException
dup
ldc "Descriptor is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
3: ldc "Exception occurred trying to set the descriptors of the MBeanInfo"
4: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
ldc "mbean"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 7
6: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
areturn
7: StackMap locals:
StackMap stack:
ldc "attribute"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 8
aload 2
ifnonnull 13
8: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getAttribute:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
astore 3
start local 3 9: aload 3
ifnull 11
10: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
11: StackMap locals: javax.management.modelmbean.ModelMBeanAttributeInfo
StackMap stack:
aload 2
ifnull 13
12: aconst_null
areturn
end local 3 13: StackMap locals:
StackMap stack:
ldc "operation"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 14
aload 2
ifnonnull 19
14: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getOperation:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanOperationInfo;
astore 3
start local 3 15: aload 3
ifnull 17
16: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
17: StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo
StackMap stack:
aload 2
ifnull 19
18: aconst_null
areturn
end local 3 19: StackMap locals:
StackMap stack:
ldc "constructor"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 20
aload 2
ifnonnull 26
20: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getConstructor:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
21: astore 3
start local 3 22: aload 3
ifnull 24
23: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
24: StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo
StackMap stack:
aload 2
ifnull 26
25: aconst_null
areturn
end local 3 26: StackMap locals:
StackMap stack:
ldc "notification"
aload 2
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 27
aload 2
ifnonnull 33
27: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getNotification:(Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
28: astore 3
start local 3 29: aload 3
ifnull 31
30: aload 3
invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.getDescriptor:()Ljavax/management/Descriptor;
areturn
31: StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo
StackMap stack:
aload 2
ifnull 33
32: aconst_null
areturn
end local 3 33: StackMap locals:
StackMap stack:
aload 2
ifnonnull 35
34: aconst_null
areturn
35: StackMap locals:
StackMap stack:
new javax.management.RuntimeOperationsException
dup
36: new java.lang.IllegalArgumentException
dup
ldc "Descriptor Type is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
37: ldc "Exception occurred trying to find the descriptors of the MBean"
38: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 39 1 inDescriptorName Ljava/lang/String;
0 39 2 inDescriptorType Ljava/lang/String;
9 13 3 attr Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
15 19 3 oper Ljavax/management/modelmbean/ModelMBeanOperationInfo;
22 26 3 oper Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
29 33 3 notif Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptorName
inDescriptorType
public void setDescriptor(javax.management.Descriptor, java.lang.String);
descriptor: (Ljavax/management/Descriptor;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=10, args_size=3
start local 0 start local 1 start local 2 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setDescriptor(Descriptor,String)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnonnull 9
6: new java.lang.IllegalArgumentException
dup
ldc "Null Descriptor"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
7: astore 3
start local 3 8: new javax.management.RuntimeOperationsException
dup
aload 3
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 3 9: StackMap locals:
StackMap stack:
aload 2
ifnull 10
aload 2
invokevirtual java.lang.String.isEmpty:()Z
ifeq 16
10: StackMap locals:
StackMap stack:
aload 1
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
11: astore 2
12: aload 2
ifnonnull 16
13: new java.lang.IllegalArgumentException
dup
ldc "Descriptor type is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
14: astore 3
start local 3 15: new javax.management.RuntimeOperationsException
dup
aload 3
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 3 16: StackMap locals:
StackMap stack:
aload 1
ldc "name"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
17: astore 3
start local 3 18: aload 3
ifnonnull 22
19: new java.lang.IllegalArgumentException
dup
ldc "Descriptor name is invalid"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
20: astore 4
start local 4 21: new javax.management.RuntimeOperationsException
dup
aload 4
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 4 22: StackMap locals: java.lang.String
StackMap stack:
iconst_0
istore 4
start local 4 23: aload 2
ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 27
24: aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.setMBeanDescriptor:(Ljavax/management/Descriptor;)V
25: iconst_1
istore 4
26: goto 101
StackMap locals: int
StackMap stack:
27: aload 2
ldc "attribute"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 54
28: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 5
start local 5 29: iconst_0
istore 6
start local 6 30: aload 5
ifnull 31
aload 5
arraylength
istore 6
31: StackMap locals: javax.management.MBeanAttributeInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 32: goto 52
33: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 51
34: iconst_1
istore 4
35: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
36: astore 8
start local 8 37: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.setDescriptor:(Ljavax/management/Descriptor;)V
38: 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 51
39: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
40: ldc "Setting descriptor to "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
41: ldc "\t\n local: AttributeInfo descriptor is "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
42: aload 8
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
43: ldc "\t\n modelMBeanInfo: AttributeInfo descriptor is "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
44: aload 0
aload 3
ldc "attribute"
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getDescriptor:(Ljava/lang/String;Ljava/lang/String;)Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
45: astore 9
start local 9 46: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
47: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
48: ldc "setDescriptor(Descriptor,String)"
49: aload 9
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
50: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
end local 9 end local 8 51: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
52: iload 7
iload 6
if_icmplt 33
end local 7 end local 6 end local 5 53: goto 101
StackMap locals:
StackMap stack:
54: aload 2
ldc "operation"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 68
55: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 5
start local 5 56: iconst_0
istore 6
start local 6 57: aload 5
ifnull 58
aload 5
arraylength
istore 6
58: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 59: goto 66
60: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanOperationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 65
61: iconst_1
istore 4
62: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
63: astore 8
start local 8 64: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanOperationInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 65: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
66: iload 7
iload 6
if_icmplt 60
end local 7 end local 6 end local 5 67: goto 101
StackMap locals:
StackMap stack:
68: aload 2
ldc "constructor"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 82
69: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 5
start local 5 70: iconst_0
istore 6
start local 6 71: aload 5
ifnull 72
aload 5
arraylength
istore 6
72: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 73: goto 80
74: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanConstructorInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 79
75: iconst_1
istore 4
76: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
77: astore 8
start local 8 78: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanConstructorInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 79: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
80: iload 7
iload 6
if_icmplt 74
end local 7 end local 6 end local 5 81: goto 101
StackMap locals:
StackMap stack:
82: aload 2
ldc "notification"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 96
83: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 5
start local 5 84: iconst_0
istore 6
start local 6 85: aload 5
ifnull 86
aload 5
arraylength
istore 6
86: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iconst_0
istore 7
start local 7 87: goto 94
88: StackMap locals: int
StackMap stack:
aload 3
aload 5
iload 7
aaload
invokevirtual javax.management.MBeanNotificationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 93
89: iconst_1
istore 4
90: aload 5
iload 7
aaload
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
91: astore 8
start local 8 92: aload 8
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanNotificationInfo.setDescriptor:(Ljavax/management/Descriptor;)V
end local 8 93: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
94: iload 7
iload 6
if_icmplt 88
end local 7 end local 6 end local 5 95: goto 101
96: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Invalid descriptor type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
97: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
98: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
99: astore 5
start local 5 100: new javax.management.RuntimeOperationsException
dup
aload 5
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 5 101: StackMap locals:
StackMap stack:
iload 4
ifne 108
102: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Descriptor name is invalid: type="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
103: aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
104: ldc "; name="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
105: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
106: astore 5
start local 5 107: new javax.management.RuntimeOperationsException
dup
aload 5
ldc "Exception occurred trying to set the descriptors of the MBean"
invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
end local 5 108: 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 113
109: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
110: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
111: ldc "setDescriptor(Descriptor,String)"
ldc "Exit"
112: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
113: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 114 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 114 1 inDescriptor Ljavax/management/Descriptor;
0 114 2 inDescriptorType Ljava/lang/String;
8 9 3 iae Ljava/lang/RuntimeException;
15 16 3 iae Ljava/lang/RuntimeException;
18 114 3 inDescriptorName Ljava/lang/String;
21 22 4 iae Ljava/lang/RuntimeException;
23 114 4 found Z
29 53 5 attrList [Ljavax/management/MBeanAttributeInfo;
30 53 6 numAttrs I
32 53 7 i I
37 51 8 mmbai Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
46 51 9 strb Ljava/lang/StringBuilder;
56 67 5 operList [Ljavax/management/MBeanOperationInfo;
57 67 6 numOpers I
59 67 7 i I
64 65 8 mmboi Ljavax/management/modelmbean/ModelMBeanOperationInfo;
70 81 5 consList [Ljavax/management/MBeanConstructorInfo;
71 81 6 numCons I
73 81 7 i I
78 79 8 mmbci Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
84 95 5 notifList [Ljavax/management/MBeanNotificationInfo;
85 95 6 numNotifs I
87 95 7 i I
92 93 8 mmbni Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
100 101 5 iae Ljava/lang/RuntimeException;
107 108 5 iae Ljava/lang/RuntimeException;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inDescriptor
inDescriptorType
public javax.management.modelmbean.ModelMBeanAttributeInfo getAttribute(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: 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
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getAttribute(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanAttributeInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Attribute Name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanAttributeInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanAttributeInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 32
16: 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;
invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
ifeq 29
17: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
18: ldc "\t\n this.getAttributes() MBeanAttributeInfo Array "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
19: iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
20: aload 3
iload 5
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
21: ldc "\t\n this.modelMBeanAttributes MBeanAttributeInfo Array "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
22: iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
23: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
iload 5
aaload
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
invokevirtual javax.management.modelmbean.ModelMBeanAttributeInfo.getDescriptor:()Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
24: astore 6
start local 6 25: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
26: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
27: ldc "getAttribute(String)"
aload 6
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
28: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
end local 6 29: StackMap locals:
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanAttributeInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 31
30: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanAttributeInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanAttributeInfo
astore 2
31: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
32: iload 5
iload 4
if_icmpge 33
aload 2
ifnull 16
end local 5 33: 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 38
34: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
35: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
36: ldc "getAttribute(String)"
ldc "Exit"
37: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
38: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 39 1 inName Ljava/lang/String;
1 39 2 retInfo Ljavax/management/modelmbean/ModelMBeanAttributeInfo;
12 39 3 attrList [Ljavax/management/MBeanAttributeInfo;
13 39 4 numAttrs I
15 33 5 i I
25 29 6 strb Ljava/lang/StringBuilder;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanOperationInfo getOperation(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanOperationInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: 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
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getOperation(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanOperationInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "inName is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanOperationInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanOperationInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanOperationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanOperationInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanOperationInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: 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 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getOperation(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanOperationInfo;
12 26 3 operList [Ljavax/management/MBeanOperationInfo;
13 26 4 numOpers I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanConstructorInfo getConstructor(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: 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
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getConstructor(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanConstructorInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Constructor name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanConstructorInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanConstructorInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanConstructorInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanConstructorInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanConstructorInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: 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 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getConstructor(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanConstructorInfo;
12 26 3 consList [Ljavax/management/MBeanConstructorInfo;
13 26 4 numCons I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.modelmbean.ModelMBeanNotificationInfo getNotification(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: 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
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "getNotification(String)"
ldc "Entry"
5: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
6: StackMap locals: javax.management.modelmbean.ModelMBeanNotificationInfo
StackMap stack:
aload 1
ifnonnull 11
7: new javax.management.RuntimeOperationsException
dup
8: new java.lang.IllegalArgumentException
dup
ldc "Notification name is null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
9: ldc "Exception occurred trying to get the ModelMBeanNotificationInfo of the MBean"
10: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
astore 3
start local 3 12: iconst_0
istore 4
start local 4 13: aload 3
ifnull 14
aload 3
arraylength
istore 4
14: StackMap locals: javax.management.MBeanNotificationInfo[] int
StackMap stack:
iconst_0
istore 5
start local 5 15: goto 19
16: StackMap locals: int
StackMap stack:
aload 1
aload 3
iload 5
aaload
invokevirtual javax.management.MBeanNotificationInfo.getName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
17: aload 3
iload 5
aaload
invokevirtual javax.management.MBeanNotificationInfo.clone:()Ljava/lang/Object;
checkcast javax.management.modelmbean.ModelMBeanNotificationInfo
astore 2
18: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
19: iload 5
iload 4
if_icmpge 20
aload 2
ifnull 16
end local 5 20: 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 25
21: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
22: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
23: ldc "getNotification(String)"
ldc "Exit"
24: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 26 1 inName Ljava/lang/String;
1 26 2 retInfo Ljavax/management/modelmbean/ModelMBeanNotificationInfo;
12 26 3 notifList [Ljavax/management/MBeanNotificationInfo;
13 26 4 numNotifs I
15 20 5 i I
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inName
public javax.management.Descriptor getDescriptor();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getMBeanDescriptorNoException:()Ljavax/management/Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public javax.management.Descriptor getMBeanDescriptor();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getMBeanDescriptorNoException:()Ljavax/management/Descriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
Exceptions:
throws javax.management.MBeanException
private javax.management.Descriptor getMBeanDescriptorNoException();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=1, args_size=1
start local 0 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "getMBeanDescriptorNoException()"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
ifnonnull 7
6: aload 0
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.createDefaultDescriptor:()Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
7: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
9: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
10: ldc "getMBeanDescriptorNoException()"
11: new java.lang.StringBuilder
dup
ldc "Exit, returning: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
12: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
13: StackMap locals:
StackMap stack:
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
public void setMBeanDescriptor(javax.management.Descriptor);
descriptor: (Ljavax/management/Descriptor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
2: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
3: ldc "setMBeanDescriptor(Descriptor)"
ldc "Entry"
4: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 1
ifnonnull 14
6: 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: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
8: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
9: ldc "setMBeanDescriptor(Descriptor)"
10: ldc "MBean Descriptor is not valid"
11: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
12: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.createDefaultDescriptor:()Ljavax/management/Descriptor;
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
13: goto 21
14: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.isValidDescriptor:(Ljavax/management/Descriptor;)Z
ifeq 18
15: aload 0
aload 1
invokeinterface javax.management.Descriptor.clone:()Ljava/lang/Object;
checkcast javax.management.Descriptor
putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
16: aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.addDefaultFields:()V
17: goto 21
18: StackMap locals:
StackMap stack:
new javax.management.RuntimeOperationsException
dup
19: new java.lang.IllegalArgumentException
dup
ldc "Invalid descriptor passed in parameter"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
20: invokespecial javax.management.RuntimeOperationsException.<init>:(Ljava/lang/RuntimeException;)V
athrow
21: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 22 1 inMBeanDescriptor Ljavax/management/Descriptor;
Exceptions:
throws javax.management.MBeanException, javax.management.RuntimeOperationsException
MethodParameters:
Name Flags
inMBeanDescriptor
private javax.management.Descriptor createDefaultDescriptor();
descriptor: ()Ljavax/management/Descriptor;
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=2, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: new javax.management.modelmbean.DescriptorSupport
dup
bipush 6
anewarray java.lang.String
dup
iconst_0
2: new java.lang.StringBuilder
dup
ldc "name="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aastore
dup
iconst_1
3: ldc "descriptorType=mbean"
aastore
dup
iconst_2
4: new java.lang.StringBuilder
dup
ldc "displayName="
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
aastore
dup
iconst_3
5: ldc "persistPolicy=never"
aastore
dup
iconst_4
6: ldc "log=F"
aastore
dup
iconst_5
7: ldc "visibility=1"
aastore
8: invokespecial javax.management.modelmbean.DescriptorSupport.<init>:([Ljava/lang/String;)V
astore 1
9: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
1 10 1 dftDesc Ljavax/management/Descriptor;
private boolean isValidDescriptor(javax.management.Descriptor);
descriptor: (Ljavax/management/Descriptor;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=3, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: 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
2: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
3: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
4: ldc "isValidDescriptor(Descriptor)"
5: new java.lang.StringBuilder
dup
ldc "Validating descriptor: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
6: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
7: StackMap locals: java.lang.String
StackMap stack:
aload 1
ifnonnull 9
8: ldc "nullDescriptor"
astore 2
goto 23
9: StackMap locals:
StackMap stack:
aload 1
invokeinterface javax.management.Descriptor.isValid:()Z
ifne 11
10: ldc "InvalidDescriptor"
astore 2
goto 23
11: StackMap locals:
StackMap stack:
aload 1
ldc "name"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
ifnonnull 13
12: ldc "name"
astore 2
goto 23
13: StackMap locals:
StackMap stack:
aload 1
ldc "descriptorType"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
checkcast java.lang.String
14: ldc "mbean"
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifne 16
15: ldc "descriptorType"
astore 2
goto 23
16: 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 22
17: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
18: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
19: ldc "isValidDescriptor(Descriptor)"
20: ldc "Exit, returning true"
21: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
22: StackMap locals:
StackMap stack:
iconst_1
ireturn
23: 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 29
24: getstatic com.sun.jmx.defaults.JmxProperties.MODELMBEAN_LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
25: ldc Ljavax/management/modelmbean/ModelMBeanInfoSupport;
invokevirtual java.lang.Class.getName:()Ljava/lang/String;
26: ldc "isValidDescriptor(Descriptor)"
27: new java.lang.StringBuilder
dup
ldc "returning false: invalid field is "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
28: invokevirtual java.util.logging.Logger.logp:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
29: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 30 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 30 1 inDesc Ljavax/management/Descriptor;
1 30 2 badField Ljava/lang/String;
MethodParameters:
Name Flags
inDesc
private void addDefaultFields();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
astore 1
start local 1 1: aload 1
ldc "displayName"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 3
2: aload 1
ldc "displayName"
aload 0
invokevirtual javax.management.modelmbean.ModelMBeanInfoSupport.getClassName:()Ljava/lang/String;
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
3: StackMap locals: javax.management.Descriptor
StackMap stack:
aload 1
ldc "persistPolicy"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 5
4: aload 1
ldc "persistPolicy"
ldc "never"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
5: StackMap locals:
StackMap stack:
aload 1
ldc "log"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 7
6: aload 1
ldc "log"
ldc "F"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
7: StackMap locals:
StackMap stack:
aload 1
ldc "visibility"
invokeinterface javax.management.Descriptor.getFieldValue:(Ljava/lang/String;)Ljava/lang/Object;
ifnonnull 9
8: aload 1
ldc "visibility"
ldc "1"
invokeinterface javax.management.Descriptor.setField:(Ljava/lang/String;Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
1 10 1 d Ljavax/management/Descriptor;
private void readObject(java.io.ObjectInputStream);
descriptor: (Ljava/io/ObjectInputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 27
1: aload 1
invokevirtual java.io.ObjectInputStream.readFields:()Ljava/io/ObjectInputStream$GetField;
astore 2
start local 2 2: aload 0
3: aload 2
ldc "modelMBeanDescriptor"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.Descriptor
4: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
5: aload 2
ldc "modelMBeanDescriptor"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 7
6: new java.lang.NullPointerException
dup
ldc "modelMBeanDescriptor"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals: java.io.ObjectInputStream$GetField
StackMap stack:
aload 0
8: aload 2
ldc "mmbAttributes"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanAttributeInfo[]
9: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
10: aload 2
ldc "mmbAttributes"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 12
11: new java.lang.NullPointerException
dup
ldc "mmbAttributes"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
13: aload 2
ldc "mmbConstructors"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanConstructorInfo[]
14: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
15: aload 2
ldc "mmbConstructors"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 17
16: new java.lang.NullPointerException
dup
ldc "mmbConstructors"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
17: StackMap locals:
StackMap stack:
aload 0
18: aload 2
ldc "mmbNotifications"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanNotificationInfo[]
19: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
20: aload 2
ldc "mmbNotifications"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 22
21: new java.lang.NullPointerException
dup
ldc "mmbNotifications"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
22: StackMap locals:
StackMap stack:
aload 0
23: aload 2
ldc "mmbOperations"
aconst_null
invokevirtual java.io.ObjectInputStream$GetField.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
checkcast javax.management.MBeanOperationInfo[]
24: putfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
25: aload 2
ldc "mmbOperations"
invokevirtual java.io.ObjectInputStream$GetField.defaulted:(Ljava/lang/String;)Z
ifeq 28
26: new java.lang.NullPointerException
dup
ldc "mmbOperations"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
end local 2 27: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
28: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 29 1 in Ljava/io/ObjectInputStream;
2 27 2 fields Ljava/io/ObjectInputStream$GetField;
Exceptions:
throws java.io.IOException, java.lang.ClassNotFoundException
MethodParameters:
Name Flags
in
private void writeObject(java.io.ObjectOutputStream);
descriptor: (Ljava/io/ObjectOutputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: getstatic javax.management.modelmbean.ModelMBeanInfoSupport.compat:Z
ifeq 10
1: aload 1
invokevirtual java.io.ObjectOutputStream.putFields:()Ljava/io/ObjectOutputStream$PutField;
astore 2
start local 2 2: aload 2
ldc "modelMBeanDescriptor"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanDescriptor:Ljavax/management/Descriptor;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
3: aload 2
ldc "mmbAttributes"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanAttributes:[Ljavax/management/MBeanAttributeInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
4: aload 2
ldc "mmbConstructors"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanConstructors:[Ljavax/management/MBeanConstructorInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
5: aload 2
ldc "mmbNotifications"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanNotifications:[Ljavax/management/MBeanNotificationInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
6: aload 2
ldc "mmbOperations"
aload 0
getfield javax.management.modelmbean.ModelMBeanInfoSupport.modelMBeanOperations:[Ljavax/management/MBeanOperationInfo;
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
7: aload 2
ldc "currClass"
ldc "ModelMBeanInfoSupport"
invokevirtual java.io.ObjectOutputStream$PutField.put:(Ljava/lang/String;Ljava/lang/Object;)V
8: aload 1
invokevirtual java.io.ObjectOutputStream.writeFields:()V
end local 2 9: goto 11
10: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavax/management/modelmbean/ModelMBeanInfoSupport;
0 12 1 out Ljava/io/ObjectOutputStream;
2 9 2 fields Ljava/io/ObjectOutputStream$PutField;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
}
SourceFile: "ModelMBeanInfoSupport.java"
InnerClasses:
public abstract GetField = java.io.ObjectInputStream$GetField of java.io.ObjectInputStream
public abstract PutField = java.io.ObjectOutputStream$PutField of java.io.ObjectOutputStream