class sun.jvm.hotspot.tools.jcore.ClassDump$1 implements sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.tools.jcore.ClassDump$1
super_class: java.lang.Object
{
final sun.jvm.hotspot.tools.jcore.ClassDump this$0;
descriptor: Lsun/jvm/hotspot/tools/jcore/ClassDump;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.tools.jcore.ClassDump);
descriptor: (Lsun/jvm/hotspot/tools/jcore/ClassDump;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.tools.jcore.ClassDump$1 this
0: .line 106
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.tools.jcore.ClassDump$1.this$0:Lsun/jvm/hotspot/tools/jcore/ClassDump;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.jvm.hotspot.tools.jcore.ClassDump$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/tools/jcore/ClassDump$1;
MethodParameters:
Name Flags
this$0 final
public void visit(sun.jvm.hotspot.oops.Klass);
descriptor: (Lsun/jvm/hotspot/oops/Klass;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // sun.jvm.hotspot.tools.jcore.ClassDump$1 this
start local 1 // sun.jvm.hotspot.oops.Klass k
0: .line 108
aload 1 /* k */
instanceof sun.jvm.hotspot.oops.InstanceKlass
ifeq 6
1: .line 110
aload 0 /* this */
getfield sun.jvm.hotspot.tools.jcore.ClassDump$1.this$0:Lsun/jvm/hotspot/tools/jcore/ClassDump;
aload 1 /* k */
checkcast sun.jvm.hotspot.oops.InstanceKlass
invokevirtual sun.jvm.hotspot.tools.jcore.ClassDump.dumpKlass:(Lsun/jvm/hotspot/oops/InstanceKlass;)V
2: .line 111
goto 6
StackMap locals:
StackMap stack: java.lang.Exception
3: astore 2 /* e */
start local 2 // java.lang.Exception e
4: .line 112
getstatic java.lang.System.out:Ljava/io/PrintStream;
aload 1 /* k */
invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
5: .line 113
aload 2 /* e */
invokevirtual java.lang.Exception.printStackTrace:()V
end local 2 // java.lang.Exception e
6: .line 116
StackMap locals:
StackMap stack:
return
end local 1 // sun.jvm.hotspot.oops.Klass k
end local 0 // sun.jvm.hotspot.tools.jcore.ClassDump$1 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/tools/jcore/ClassDump$1;
0 7 1 k Lsun/jvm/hotspot/oops/Klass;
4 6 2 e Ljava/lang/Exception;
Exception table:
from to target type
1 2 3 Class java.lang.Exception
MethodParameters:
Name Flags
k
}
SourceFile: "ClassDump.java"
EnclosingMethod: sun.jvm.hotspot.tools.jcore.ClassDump.run:()V
NestHost: sun.jvm.hotspot.tools.jcore.ClassDump
InnerClasses:
public abstract ClassVisitor = sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor of sun.jvm.hotspot.classfile.ClassLoaderDataGraph
sun.jvm.hotspot.tools.jcore.ClassDump$1