class com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1 implements java.security.PrivilegedAction<com.sun.management.internal.GcInfoBuilder>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1
super_class: java.lang.Object
{
final com.sun.management.internal.GarbageCollectionNotifInfoCompositeData this$0;
descriptor: Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.management.internal.GarbageCollectionNotifInfoCompositeData);
descriptor: (Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1 this
0: .line 67
aload 0 /* this */
aload 1
putfield com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1.this$0:Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData$1;
MethodParameters:
Name Flags
this$0 final
public com.sun.management.internal.GcInfoBuilder run();
descriptor: ()Lcom/sun/management/internal/GcInfoBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 // com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1 this
0: .line 70
ldc "com.sun.management.GcInfo"
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
astore 1 /* cl */
start local 1 // java.lang.Class cl
1: .line 71
aload 1 /* cl */
ldc "builder"
invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
astore 2 /* f */
start local 2 // java.lang.reflect.Field f
2: .line 72
aload 2 /* f */
iconst_1
invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
3: .line 73
aload 2 /* f */
aload 0 /* this */
getfield com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1.this$0:Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData;
getfield com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.gcNotifInfo:Lcom/sun/management/GarbageCollectionNotificationInfo;
invokevirtual com.sun.management.GarbageCollectionNotificationInfo.getGcInfo:()Lcom/sun/management/GcInfo;
invokevirtual java.lang.reflect.Field.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.sun.management.internal.GcInfoBuilder
4: areturn
end local 2 // java.lang.reflect.Field f
end local 1 // java.lang.Class cl
5: .line 74
StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
pop
6: .line 75
aconst_null
areturn
end local 0 // com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/management/internal/GarbageCollectionNotifInfoCompositeData$1;
1 5 1 cl Ljava/lang/Class<*>;
2 5 2 f Ljava/lang/reflect/Field;
Exception table:
from to target type
0 4 5 Class java.lang.ClassNotFoundException
0 4 5 Class java.lang.NoSuchFieldException
0 4 5 Class java.lang.IllegalAccessException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 1
aload 0
invokevirtual com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1.run:()Lcom/sun/management/internal/GcInfoBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Lcom/sun/management/internal/GcInfoBuilder;>;
SourceFile: "GarbageCollectionNotifInfoCompositeData.java"
EnclosingMethod: com.sun.management.internal.GarbageCollectionNotifInfoCompositeData.getCompositeTypeByBuilder:()Ljavax/management/openmbean/CompositeType;
NestHost: com.sun.management.internal.GarbageCollectionNotifInfoCompositeData
InnerClasses:
com.sun.management.internal.GarbageCollectionNotifInfoCompositeData$1