class sun.management.GarbageCollectionNotifInfoCompositeData$1 implements java.security.PrivilegedAction<sun.management.GcInfoBuilder>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.management.GarbageCollectionNotifInfoCompositeData$1
super_class: java.lang.Object
{
final sun.management.GarbageCollectionNotifInfoCompositeData this$0;
descriptor: Lsun/management/GarbageCollectionNotifInfoCompositeData;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.management.GarbageCollectionNotifInfoCompositeData);
descriptor: (Lsun/management/GarbageCollectionNotifInfoCompositeData;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData$1 this
0: .line 65
aload 0 /* this */
aload 1
putfield sun.management.GarbageCollectionNotifInfoCompositeData$1.this$0:Lsun/management/GarbageCollectionNotifInfoCompositeData;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/management/GarbageCollectionNotifInfoCompositeData$1;
MethodParameters:
Name Flags
this$0 final
public sun.management.GcInfoBuilder run();
descriptor: ()Lsun/management/GcInfoBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 // sun.management.GarbageCollectionNotifInfoCompositeData$1 this
0: .line 68
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 69
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 70
aload 2 /* f */
iconst_1
invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
3: .line 71
aload 2 /* f */
aload 0 /* this */
getfield sun.management.GarbageCollectionNotifInfoCompositeData$1.this$0:Lsun/management/GarbageCollectionNotifInfoCompositeData;
getfield sun.management.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 sun.management.GcInfoBuilder
4: areturn
end local 2 // java.lang.reflect.Field f
end local 1 // java.lang.Class cl
5: .line 72
StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
pop
6: .line 73
aconst_null
areturn
end local 0 // sun.management.GarbageCollectionNotifInfoCompositeData$1 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/management/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 sun.management.GarbageCollectionNotifInfoCompositeData$1.run:()Lsun/management/GcInfoBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Lsun/management/GcInfoBuilder;>;
SourceFile: "GarbageCollectionNotifInfoCompositeData.java"
EnclosingMethod: sun.management.GarbageCollectionNotifInfoCompositeData.getCompositeTypeByBuilder:()Ljavax/management/openmbean/CompositeType;
NestHost: sun.management.GarbageCollectionNotifInfoCompositeData
InnerClasses:
sun.management.GarbageCollectionNotifInfoCompositeData$1