public class sun.jvm.hotspot.memory.MetaspaceObj
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.memory.MetaspaceObj
super_class: java.lang.Object
{
private static sun.jvm.hotspot.debugger.Address sharedMetaspaceBaseAddr;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.debugger.Address sharedMetaspaceTopAddr;
descriptor: Lsun/jvm/hotspot/debugger/Address;
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.memory.MetaspaceObj$1
dup
invokespecial sun.jvm.hotspot.memory.MetaspaceObj$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
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
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/memory/MetaspaceObj;
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 "MetaspaceObj"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_shared_metaspace_base"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
putstatic sun.jvm.hotspot.memory.MetaspaceObj.sharedMetaspaceBaseAddr:Lsun/jvm/hotspot/debugger/Address;
2: aload 1
ldc "_shared_metaspace_top"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
invokeinterface sun.jvm.hotspot.types.AddressField.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
putstatic sun.jvm.hotspot.memory.MetaspaceObj.sharedMetaspaceTopAddr:Lsun/jvm/hotspot/debugger/Address;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 4 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public static boolean isShared(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.memory.MetaspaceObj.sharedMetaspaceBaseAddr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 1
start local 1 1: getstatic sun.jvm.hotspot.memory.MetaspaceObj.sharedMetaspaceTopAddr:Lsun/jvm/hotspot/debugger/Address;
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
astore 2
start local 2 2: aload 1
aload 0
invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 3
aload 0
aload 2
invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 3
iconst_1
ireturn
StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
StackMap stack:
3: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 addr Lsun/jvm/hotspot/debugger/Address;
1 4 1 base Lsun/jvm/hotspot/debugger/Address;
2 4 2 top Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
}
SourceFile: "MetaspaceObj.java"
NestMembers:
sun.jvm.hotspot.memory.MetaspaceObj$1
InnerClasses:
sun.jvm.hotspot.memory.MetaspaceObj$1