class sun.jvm.hotspot.tools.JInfo$1 extends sun.jvm.hotspot.tools.Tool
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.tools.JInfo$1
super_class: sun.jvm.hotspot.tools.Tool
{
final sun.jvm.hotspot.tools.JInfo this$0;
descriptor: Lsun/jvm/hotspot/tools/JInfo;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.tools.JInfo);
descriptor: (Lsun/jvm/hotspot/tools/JInfo;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.tools.JInfo$1 this
0: .line 74
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.tools.JInfo$1.this$0:Lsun/jvm/hotspot/tools/JInfo;
aload 0 /* this */
invokespecial sun.jvm.hotspot.tools.Tool.<init>:()V
return
end local 0 // sun.jvm.hotspot.tools.JInfo$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/tools/JInfo$1;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 // sun.jvm.hotspot.tools.JInfo$1 this
0: .line 76
new sun.jvm.hotspot.tools.SysPropsDumper
dup
invokespecial sun.jvm.hotspot.tools.SysPropsDumper.<init>:()V
astore 1 /* sysProps */
start local 1 // sun.jvm.hotspot.tools.Tool sysProps
1: .line 77
aload 1 /* sysProps */
aload 0 /* this */
invokevirtual sun.jvm.hotspot.tools.JInfo$1.getAgent:()Lsun/jvm/hotspot/HotSpotAgent;
invokevirtual sun.jvm.hotspot.tools.Tool.setAgent:(Lsun/jvm/hotspot/HotSpotAgent;)V
2: .line 78
getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Java System Properties:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
3: .line 79
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.println:()V
4: .line 80
aload 1 /* sysProps */
invokevirtual sun.jvm.hotspot.tools.Tool.run:()V
5: .line 81
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.println:()V
6: .line 82
getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "VM Flags:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
7: .line 83
aload 0 /* this */
getfield sun.jvm.hotspot.tools.JInfo$1.this$0:Lsun/jvm/hotspot/tools/JInfo;
invokevirtual sun.jvm.hotspot.tools.JInfo.printVMFlags:()V
8: .line 84
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.println:()V
9: .line 85
return
end local 1 // sun.jvm.hotspot.tools.Tool sysProps
end local 0 // sun.jvm.hotspot.tools.JInfo$1 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/tools/JInfo$1;
1 10 1 sysProps Lsun/jvm/hotspot/tools/Tool;
}
SourceFile: "JInfo.java"
EnclosingMethod: sun.jvm.hotspot.tools.JInfo.run:()V
NestHost: sun.jvm.hotspot.tools.JInfo
InnerClasses:
sun.jvm.hotspot.tools.JInfo$1