public abstract class sun.jvm.hotspot.runtime.RegisterMap implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.jvm.hotspot.runtime.RegisterMap
super_class: java.lang.Object
{
protected sun.jvm.hotspot.debugger.Address[] location;
descriptor: [Lsun/jvm/hotspot/debugger/Address;
flags: (0x0004) ACC_PROTECTED
protected long[] locationValid;
descriptor: [J
flags: (0x0004) ACC_PROTECTED
protected boolean includeArgumentOops;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected sun.jvm.hotspot.runtime.JavaThread thread;
descriptor: Lsun/jvm/hotspot/runtime/JavaThread;
flags: (0x0004) ACC_PROTECTED
protected boolean updateMap;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected static int regCount;
descriptor: I
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
protected static int locationValidTypeSize;
descriptor: I
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
protected static int locationValidSize;
descriptor: I
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.runtime.RegisterMap$1
dup
invokespecial sun.jvm.hotspot.runtime.RegisterMap$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc "ConcreteRegisterImpl::number_of_registers"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
putstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
1: aload 0
ldc "julong"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
l2i
bipush 8
imul
putstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
2: getstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
iadd
iconst_1
isub
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
idiv
putstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidSize:I
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 db Lsun/jvm/hotspot/types/TypeDataBase;
MethodParameters:
Name Flags
db
protected void <init>(sun.jvm.hotspot.runtime.JavaThread, boolean);
descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.runtime.RegisterMap.thread:Lsun/jvm/hotspot/runtime/JavaThread;
2: aload 0
iload 2
putfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
3: aload 0
getstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
anewarray sun.jvm.hotspot.debugger.Address
putfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
4: aload 0
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidSize:I
newarray 11
putfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
5: aload 0
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.clear:()V
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 7 1 thread Lsun/jvm/hotspot/runtime/JavaThread;
0 7 2 updateMap Z
MethodParameters:
Name Flags
thread
updateMap
protected void <init>(sun.jvm.hotspot.runtime.RegisterMap);
descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
2: aload 1
ifnull 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.runtime.RegisterMap
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "RegisterMap must be present"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
5: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getThread:()Lsun/jvm/hotspot/runtime/JavaThread;
putfield sun.jvm.hotspot.runtime.RegisterMap.thread:Lsun/jvm/hotspot/runtime/JavaThread;
6: aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getUpdateMap:()Z
putfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
7: aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getIncludeArgumentOops:()Z
putfield sun.jvm.hotspot.runtime.RegisterMap.includeArgumentOops:Z
8: aload 0
aload 1
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
arraylength
anewarray sun.jvm.hotspot.debugger.Address
putfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
9: aload 0
aload 1
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
arraylength
newarray 11
putfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
10: aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.initializeFromPD:(Lsun/jvm/hotspot/runtime/RegisterMap;)V
11: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
ifeq 31
12: iconst_0
istore 2
start local 2 13: goto 30
14: StackMap locals: int
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getUpdateMap:()Z
ifne 15
lconst_0
goto 16
StackMap locals:
StackMap stack:
15: aload 1
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
iload 2
laload
StackMap locals:
StackMap stack: long
16: lstore 3
start local 3 17: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
iload 2
lload 3
lastore
18: iload 2
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
imul
istore 5
start local 5 19: goto 28
20: StackMap locals: long int
StackMap stack:
lload 3
lconst_1
land
lconst_0
lcmp
ifeq 26
21: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 25
22: iload 5
iflt 23
iload 5
getstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
if_icmpge 23
iconst_1
goto 24
StackMap locals:
StackMap stack:
23: iconst_0
StackMap locals:
StackMap stack: int
24: ldc "range check"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
25: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
iload 5
aload 1
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
iload 5
aaload
aastore
26: StackMap locals:
StackMap stack:
lload 3
iconst_1
lushr
lstore 3
27: iinc 5 1
28: StackMap locals:
StackMap stack:
lload 3
lconst_0
lcmp
ifne 20
end local 5 end local 3 29: iinc 2 1
StackMap locals:
StackMap stack:
30: iload 2
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidSize:I
if_icmplt 14
end local 2 31: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 32 1 map Lsun/jvm/hotspot/runtime/RegisterMap;
13 31 2 i I
17 29 3 bits J
19 29 5 j I
MethodParameters:
Name Flags
map
public abstract java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public sun.jvm.hotspot.runtime.RegisterMap copy();
descriptor: ()Lsun/jvm/hotspot/runtime/RegisterMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.clone:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.runtime.RegisterMap
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setIncludeArgumentOops:(Z)V
1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
ifne 11
2: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
ifeq 10
3: iconst_0
istore 1
start local 1 4: goto 7
5: StackMap locals: int
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
iload 1
lconst_0
lastore
6: iinc 1 1
StackMap locals:
StackMap stack:
7: iload 1
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
arraylength
if_icmplt 5
end local 1 8: aload 0
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.clearPD:()V
9: goto 11
10: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.initializePD:()V
11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
4 8 1 i I
public sun.jvm.hotspot.debugger.Address getLocation(sun.jvm.hotspot.runtime.VMReg);
descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.runtime.VMReg.getValue:()I
istore 2
start local 2 1: iload 2
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
idiv
istore 3
start local 3 2: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 9
3: iload 2
iflt 4
iload 2
getstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
if_icmpge 4
iconst_1
goto 5
StackMap locals: int int
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: ldc "sanity check"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
6: iload 3
iflt 7
iload 3
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidSize:I
if_icmpge 7
iconst_1
goto 8
StackMap locals:
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: ldc "sanity check"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
9: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
iload 3
laload
iconst_1
iload 2
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
irem
ishl
i2l
land
lconst_0
lcmp
ifeq 11
10: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
iload 2
aaload
areturn
11: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getLocationPD:(Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 12 1 reg Lsun/jvm/hotspot/runtime/VMReg;
1 12 2 i I
2 12 3 index I
MethodParameters:
Name Flags
reg
public void setLocation(sun.jvm.hotspot.runtime.VMReg, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual sun.jvm.hotspot.runtime.VMReg.getValue:()I
istore 3
start local 3 1: iload 3
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
idiv
istore 4
start local 4 2: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 10
3: iload 3
iflt 4
iload 3
getstatic sun.jvm.hotspot.runtime.RegisterMap.regCount:I
if_icmpge 4
iconst_1
goto 5
StackMap locals: int int
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: ldc "sanity check"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
6: iload 4
iflt 7
iload 4
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidSize:I
if_icmpge 7
iconst_1
goto 8
StackMap locals:
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: ldc "sanity check"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
9: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
ldc "updating map that does not need updating"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
10: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
iload 3
aload 2
aastore
11: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.locationValid:[J
iload 4
dup2
laload
iconst_1
iload 3
getstatic sun.jvm.hotspot.runtime.RegisterMap.locationValidTypeSize:I
irem
ishl
i2l
lor
lastore
12: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 13 1 reg Lsun/jvm/hotspot/runtime/VMReg;
0 13 2 loc Lsun/jvm/hotspot/debugger/Address;
1 13 3 i I
2 13 4 index I
MethodParameters:
Name Flags
reg
loc
public boolean getIncludeArgumentOops();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.includeArgumentOops:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
public void setIncludeArgumentOops(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield sun.jvm.hotspot.runtime.RegisterMap.includeArgumentOops:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 2 1 f Z
MethodParameters:
Name Flags
f
public sun.jvm.hotspot.runtime.JavaThread getThread();
descriptor: ()Lsun/jvm/hotspot/runtime/JavaThread;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.thread:Lsun/jvm/hotspot/runtime/JavaThread;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
public boolean getUpdateMap();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.updateMap:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
public void print();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.printOn:(Ljava/io/PrintStream;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
public void printOn(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 1
ldc "Register map"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
1: iconst_0
istore 2
start local 2 2: goto 13
3: StackMap locals: int
StackMap stack:
aload 0
new sun.jvm.hotspot.runtime.VMReg
dup
iload 2
invokespecial sun.jvm.hotspot.runtime.VMReg.<init>:(I)V
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.getLocation:(Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
astore 3
start local 3 4: aload 3
ifnull 12
5: aload 1
new java.lang.StringBuilder
dup
ldc " "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokestatic sun.jvm.hotspot.code.VMRegImpl.getRegisterName:(I)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
6: ldc " ["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "] = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
7: invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
8: aload 3
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
lconst_1
lsub
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
ifnull 11
9: aload 1
ldc "<misaligned>"
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
10: goto 12
11: StackMap locals: sun.jvm.hotspot.debugger.Address
StackMap stack:
aload 1
aload 3
lconst_0
invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.io.PrintStream.print:(Ljava/lang/Object;)V
end local 3 12: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
13: iload 2
aload 0
getfield sun.jvm.hotspot.runtime.RegisterMap.location:[Lsun/jvm/hotspot/debugger/Address;
arraylength
if_icmplt 3
end local 2 14: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/jvm/hotspot/runtime/RegisterMap;
0 15 1 tty Ljava/io/PrintStream;
2 14 2 i I
4 12 3 src Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
tty
protected abstract void clearPD();
descriptor: ()V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract void initializePD();
descriptor: ()V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
protected abstract void initializeFromPD(sun.jvm.hotspot.runtime.RegisterMap);
descriptor: (Lsun/jvm/hotspot/runtime/RegisterMap;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
map
protected abstract sun.jvm.hotspot.debugger.Address getLocationPD(sun.jvm.hotspot.runtime.VMReg);
descriptor: (Lsun/jvm/hotspot/runtime/VMReg;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
reg
}
SourceFile: "RegisterMap.java"
NestMembers:
sun.jvm.hotspot.runtime.RegisterMap$1
InnerClasses:
sun.jvm.hotspot.runtime.RegisterMap$1