public class sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass implements sun.jvm.hotspot.debugger.cdbg.BaseClass
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass
super_class: java.lang.Object
{
private int accessControl;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean isVirtual;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.debugger.cdbg.Type type;
descriptor: Lsun/jvm/hotspot/debugger/cdbg/Type;
flags: (0x0002) ACC_PRIVATE
public void <init>(int, boolean, sun.jvm.hotspot.debugger.cdbg.Type);
descriptor: (IZLsun/jvm/hotspot/debugger/cdbg/Type;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.accessControl:I
2: aload 0
iload 2
putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.isVirtual:Z
3: aload 0
aload 3
putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass;
0 5 1 accessControl I
0 5 2 isVirtual Z
0 5 3 type Lsun/jvm/hotspot/debugger/cdbg/Type;
MethodParameters:
Name Flags
accessControl
isVirtual
type
public int getAccessControl();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.accessControl:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass;
public boolean isVirtual();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.isVirtual:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass;
public sun.jvm.hotspot.debugger.cdbg.Type getType();
descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/Type;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass;
public void resolveTypes(sun.jvm.hotspot.debugger.cdbg.Type, sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener);
descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
aload 1
aload 0
getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
aload 3
ldc "resolving base class"
invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.resolveType:(Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBaseClass;
0 2 1 containingType Lsun/jvm/hotspot/debugger/cdbg/Type;
0 2 2 db Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
0 2 3 listener Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
MethodParameters:
Name Flags
containingType
db
listener
}
SourceFile: "BasicBaseClass.java"