public class sun.jvm.hotspot.c1.Runtime1
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.c1.Runtime1
super_class: java.lang.Object
{
private static sun.jvm.hotspot.types.Field blobsField;
descriptor: Lsun/jvm/hotspot/types/Field;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.c1.Runtime1$1
dup
invokespecial sun.jvm.hotspot.c1.Runtime1$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
ldc "Runtime1"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_blobs"
invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
putstatic sun.jvm.hotspot.c1.Runtime1.blobsField:Lsun/jvm/hotspot/types/Field;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 3 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/c1/Runtime1;
public sun.jvm.hotspot.debugger.Address entryFor(int);
descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual sun.jvm.hotspot.c1.Runtime1.blobFor:(I)Lsun/jvm/hotspot/code/CodeBlob;
invokevirtual sun.jvm.hotspot.code.CodeBlob.codeBegin:()Lsun/jvm/hotspot/debugger/Address;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/c1/Runtime1;
0 1 1 id I
MethodParameters:
Name Flags
id
public sun.jvm.hotspot.code.CodeBlob blobFor(int);
descriptor: (I)Lsun/jvm/hotspot/code/CodeBlob;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: getstatic sun.jvm.hotspot.c1.Runtime1.blobsField:Lsun/jvm/hotspot/types/Field;
invokeinterface sun.jvm.hotspot.types.Field.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
iload 1
i2l
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
aload 2
invokevirtual sun.jvm.hotspot.code.CodeCache.createCodeBlobWrapper:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/c1/Runtime1;
0 2 1 id I
1 2 2 blobAddr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
id
}
SourceFile: "Runtime1.java"
NestMembers:
sun.jvm.hotspot.c1.Runtime1$1
InnerClasses:
sun.jvm.hotspot.c1.Runtime1$1