public class sun.jvm.hotspot.compiler.ImmutableOopMapSet extends sun.jvm.hotspot.runtime.VMObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.compiler.ImmutableOopMapSet
super_class: sun.jvm.hotspot.runtime.VMObject
{
private static final boolean DEBUG;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static sun.jvm.hotspot.types.CIntegerField countField;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.CIntegerField sizeField;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField omDataField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int REG_COUNT;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int SAVED_ON_ENTRY_REG_COUNT;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static int C_SAVED_ON_ENTRY_REG_COUNT;
descriptor: I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static long classSize;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc "sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
ifnull 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG:Z
3: new sun.jvm.hotspot.compiler.ImmutableOopMapSet$1
dup
invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapSet$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
4: 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=2, args_size=1
start local 0 0: aload 0
ldc "ImmutableOopMapSet"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_count"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.countField:Lsun/jvm/hotspot/types/CIntegerField;
2: aload 1
ldc "_size"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.sizeField:Lsun/jvm/hotspot/types/CIntegerField;
3: aload 1
invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.classSize:J
4: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
ifne 9
5: aload 0
ldc "REG_COUNT"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
6: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
ifeq 9
7: aload 0
ldc "SAVED_ON_ENTRY_REG_COUNT"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.SAVED_ON_ENTRY_REG_COUNT:I
8: aload 0
ldc "C_SAVED_ON_ENTRY_REG_COUNT"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.C_SAVED_ON_ENTRY_REG_COUNT:I
9: StackMap locals: sun.jvm.hotspot.types.Type
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 10 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public int getCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.countField:Lsun/jvm/hotspot/types/CIntegerField;
aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
private sun.jvm.hotspot.debugger.Address dataStart();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairStart:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapPair.classSize:()J
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
i2l
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
private sun.jvm.hotspot.debugger.Address pairStart();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.classSize:J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
public sun.jvm.hotspot.compiler.ImmutableOopMapPair pairAt(int);
descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iflt 1
iload 1
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
if_icmpge 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ldc "bad index"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
3: new sun.jvm.hotspot.compiler.ImmutableOopMapPair
dup
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairStart:()Lsun/jvm/hotspot/debugger/Address;
iload 1
i2l
invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapPair.classSize:()J
lmul
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapPair.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 4 1 index I
MethodParameters:
Name Flags
index
public sun.jvm.hotspot.compiler.ImmutableOopMap getMapAt(int);
descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 4
1: iload 1
iflt 2
iload 1
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
if_icmpgt 2
iconst_1
goto 3
StackMap locals:
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ldc "bad index"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
4: StackMap locals:
StackMap stack:
aload 0
iload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
astore 2
start local 2 5: aload 0
aload 2
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMap:(Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 6 1 index I
5 6 2 immutableOopMapPair Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
MethodParameters:
Name Flags
index
public sun.jvm.hotspot.compiler.ImmutableOopMap findMapAtOffset(long, boolean);
descriptor: (JZ)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
istore 5
start local 5 1: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
2: iload 5
ifle 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet long int top int
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "must have pointer maps"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
5: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 6: goto 10
7: StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet long int int int
StackMap stack:
aload 0
iload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
i2l
lload 1
lcmp
iflt 9
8: goto 11
9: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 5
if_icmplt 7
11: StackMap locals:
StackMap stack:
iload 3
ifne 20
12: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 31
13: iload 4
iload 5
if_icmpge 14
iconst_1
goto 15
StackMap locals:
StackMap stack:
14: iconst_0
StackMap locals:
StackMap stack: int
15: new java.lang.StringBuilder
dup
ldc "oopmap not found for pcOffset = "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 1
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc "; len = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
16: aload 0
iload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
i2l
lload 1
lcmp
ifne 17
iconst_1
goto 18
StackMap locals:
StackMap stack:
17: iconst_0
StackMap locals:
StackMap stack: int
18: ldc "oopmap not found"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
19: goto 31
20: StackMap locals:
StackMap stack:
iload 4
iload 5
if_icmpne 31
21: getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG:Z
ifeq 29
22: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "can't find oopmap at "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 1
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
23: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Oopmap offsets are [ "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
24: iconst_0
istore 4
goto 27
25: StackMap locals:
StackMap stack:
getstatic java.lang.System.out:Ljava/io/PrintStream;
aload 0
iload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
invokevirtual java.io.PrintStream.print:(I)V
26: iinc 4 1
StackMap locals:
StackMap stack:
27: iload 4
iload 5
if_icmplt 25
28: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "]"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
29: StackMap locals:
StackMap stack:
iload 5
iconst_1
isub
istore 4
30: aload 0
iload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMapAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
areturn
31: StackMap locals:
StackMap stack:
aload 0
iload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMapAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
astore 6
start local 6 32: aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 33 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 33 1 pcOffset J
0 33 3 debugging Z
6 33 4 i I
1 33 5 len I
32 33 6 m Lsun/jvm/hotspot/compiler/ImmutableOopMap;
MethodParameters:
Name Flags
pcOffset
debugging
public static void oopsDo(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.runtime.AddressVisitor, boolean);
descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/AddressVisitor;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
new sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor
dup
aload 3
invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.<init>:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
iload 4
invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.allDo:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/compiler/OopMapVisitor;Z)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 fr Lsun/jvm/hotspot/runtime/Frame;
0 2 1 cb Lsun/jvm/hotspot/code/CodeBlob;
0 2 2 regMap Lsun/jvm/hotspot/runtime/RegisterMap;
0 2 3 oopVisitor Lsun/jvm/hotspot/runtime/AddressVisitor;
0 2 4 debugging Z
MethodParameters:
Name Flags
fr
cb
regMap
oopVisitor
debugging
public static void allDo(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.compiler.OopMapVisitor, boolean);
descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/compiler/OopMapVisitor;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=11, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 5
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 0
invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
astore 5
start local 5 2: aload 5
ifnull 3
aload 1
aload 5
invokevirtual sun.jvm.hotspot.code.CodeBlob.equals:(Ljava/lang/Object;)Z
ifeq 3
iconst_1
goto 4
StackMap locals: sun.jvm.hotspot.code.CodeBlob
StackMap stack:
3: iconst_0
StackMap locals:
StackMap stack: int
4: ldc "wrong codeblob passed in"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
end local 5 5: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
pop
6: aload 1
aload 0
invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
iload 4
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMapForReturnAddress:(Lsun/jvm/hotspot/debugger/Address;Z)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
astore 5
start local 5 7: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 11
8: aload 5
ifnull 9
iconst_1
goto 10
StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMap
StackMap stack:
9: iconst_0
StackMap locals:
StackMap stack: int
10: ldc "no ptr map found"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
11: StackMap locals:
StackMap stack:
new sun.jvm.hotspot.compiler.OopMapStream
dup
aload 5
getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.DERIVED_OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
astore 7
start local 7 12: goto 22
13: StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
ifeq 15
14: iconst_0
ldc "should not reach here"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
15: StackMap locals:
StackMap stack:
aload 7
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
astore 6
start local 6 16: aload 0
aload 6
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
aload 2
invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
astore 8
start local 8 17: aload 8
ifnull 21
18: aload 0
aload 6
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getContentReg:()Lsun/jvm/hotspot/runtime/VMReg;
aload 2
invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
astore 9
start local 9 19: aload 8
astore 10
start local 10 20: aload 3
aload 9
aload 10
invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitDerivedOopLocation:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
end local 10 end local 9 end local 8 21: StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
aload 7
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
end local 6 StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
22: aload 7
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
ifeq 13
end local 7 23: iconst_2
anewarray sun.jvm.hotspot.compiler.OopMapValue$OopTypes
dup
iconst_0
24: getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
aastore
dup
iconst_1
getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.NARROWOOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
aastore
25: astore 7
start local 7 26: new sun.jvm.hotspot.compiler.OopMapStream
dup
aload 5
aload 7
invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
astore 8
start local 8 27: goto 37
28: StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
aload 8
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
astore 6
start local 6 29: aload 0
aload 6
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
aload 2
invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
astore 9
start local 9 30: aload 9
ifnull 36
31: aload 6
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
if_acmpne 34
32: aload 3
aload 9
invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitOopLocation:(Lsun/jvm/hotspot/debugger/Address;)V
33: goto 36
StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream sun.jvm.hotspot.debugger.Address
StackMap stack:
34: aload 6
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.NARROWOOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
if_acmpne 36
35: aload 3
aload 9
invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitNarrowOopLocation:(Lsun/jvm/hotspot/debugger/Address;)V
end local 9 36: StackMap locals:
StackMap stack:
aload 8
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
end local 6 StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
37: aload 8
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
ifeq 28
end local 8 38: return
end local 7 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 39 0 fr Lsun/jvm/hotspot/runtime/Frame;
0 39 1 cb Lsun/jvm/hotspot/code/CodeBlob;
0 39 2 regMap Lsun/jvm/hotspot/runtime/RegisterMap;
0 39 3 visitor Lsun/jvm/hotspot/compiler/OopMapVisitor;
0 39 4 debugging Z
2 5 5 tmpCB Lsun/jvm/hotspot/code/CodeBlob;
7 39 5 map Lsun/jvm/hotspot/compiler/ImmutableOopMap;
16 22 6 omv Lsun/jvm/hotspot/compiler/OopMapValue;
29 37 6 omv Lsun/jvm/hotspot/compiler/OopMapValue;
12 23 7 oms Lsun/jvm/hotspot/compiler/OopMapStream;
17 21 8 loc Lsun/jvm/hotspot/debugger/Address;
19 21 9 baseLoc Lsun/jvm/hotspot/debugger/Address;
20 21 10 derivedLoc Lsun/jvm/hotspot/debugger/Address;
26 39 7 values [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
27 38 8 oms Lsun/jvm/hotspot/compiler/OopMapStream;
30 36 9 loc Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
fr
cb
regMap
visitor
debugging
public static void updateRegisterMap(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, boolean);
descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Z)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 4
1: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
ifeq 2
iconst_0
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: ldc "non-core builds only"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
4: StackMap locals:
StackMap stack:
invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
ifne 11
5: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 14
6: aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
astore 4
start local 4 7: aload 4
ifnull 8
aload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
ifle 8
iconst_1
goto 9
StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet
StackMap stack:
8: iconst_0
StackMap locals:
StackMap stack: int
9: ldc "found null or empty ImmutableOopMapSet for CodeBlob"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
end local 4 10: goto 14
11: StackMap locals:
StackMap stack:
aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
astore 4
start local 4 12: aload 4
ifnull 13
aload 4
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
ifne 14
13: StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet
StackMap stack:
return
end local 4 14: StackMap locals:
StackMap stack:
aload 2
aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.callerMustGCArguments:()Z
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setIncludeArgumentOops:(Z)V
15: iconst_0
istore 4
start local 4 16: iconst_2
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
imul
iconst_1
iadd
anewarray sun.jvm.hotspot.debugger.Address
astore 5
start local 5 17: iconst_2
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
imul
iconst_1
iadd
anewarray sun.jvm.hotspot.runtime.VMReg
astore 6
start local 6 18: aload 1
aload 0
invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
iload 3
invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMapForReturnAddress:(Lsun/jvm/hotspot/debugger/Address;Z)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
astore 7
start local 7 19: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 23
20: aload 7
ifnull 21
iconst_1
goto 22
StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap int int sun.jvm.hotspot.debugger.Address[] sun.jvm.hotspot.runtime.VMReg[] sun.jvm.hotspot.compiler.ImmutableOopMap
StackMap stack:
21: iconst_0
StackMap locals:
StackMap stack: int
22: ldc "no ptr map found"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
23: StackMap locals:
StackMap stack:
aconst_null
astore 8
start local 8 24: new sun.jvm.hotspot.compiler.OopMapStream
dup
aload 7
getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.CALLEE_SAVED_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
astore 9
start local 9 25: goto 35
26: StackMap locals: sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapStream
StackMap stack:
aload 9
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
astore 8
27: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 31
28: iload 4
iconst_2
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
imul
if_icmpge 29
iconst_1
goto 30
StackMap locals:
StackMap stack:
29: iconst_0
StackMap locals:
StackMap stack: int
30: ldc "overflow"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
31: StackMap locals:
StackMap stack:
aload 6
iload 4
aload 8
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getContentReg:()Lsun/jvm/hotspot/runtime/VMReg;
aastore
32: aload 5
iload 4
aload 0
aload 8
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
aload 2
invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
aastore
33: iinc 4 1
34: aload 9
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
StackMap locals:
StackMap stack:
35: aload 9
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
ifeq 26
end local 9 36: getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
ifeq 43
37: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
ifeq 43
38: aload 1
invokevirtual sun.jvm.hotspot.code.CodeBlob.isRuntimeStub:()Z
ifeq 40
39: iload 4
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.SAVED_ON_ENTRY_REG_COUNT:I
if_icmpge 40
iload 4
getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.C_SAVED_ON_ENTRY_REG_COUNT:I
if_icmpge 40
iconst_0
goto 41
StackMap locals:
StackMap stack:
40: iconst_1
41: StackMap locals:
StackMap stack: int
ldc "must save all"
42: invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
43: StackMap locals:
StackMap stack:
iconst_0
istore 9
start local 9 44: goto 47
45: StackMap locals: int
StackMap stack:
aload 2
aload 6
iload 9
aaload
aload 5
iload 9
aaload
invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/debugger/Address;)V
46: iinc 9 1
StackMap locals:
StackMap stack:
47: iload 9
iload 4
if_icmplt 45
end local 9 48: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 49 0 fr Lsun/jvm/hotspot/runtime/Frame;
0 49 1 cb Lsun/jvm/hotspot/code/CodeBlob;
0 49 2 regMap Lsun/jvm/hotspot/runtime/RegisterMap;
0 49 3 debugging Z
7 10 4 maps Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
12 14 4 maps Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
16 49 4 nofCallee I
17 49 5 locs [Lsun/jvm/hotspot/debugger/Address;
18 49 6 regs [Lsun/jvm/hotspot/runtime/VMReg;
19 49 7 map Lsun/jvm/hotspot/compiler/ImmutableOopMap;
24 49 8 omv Lsun/jvm/hotspot/compiler/OopMapValue;
25 36 9 oms Lsun/jvm/hotspot/compiler/OopMapStream;
44 48 9 i I
MethodParameters:
Name Flags
fr
cb
regMap
debugging
public sun.jvm.hotspot.compiler.ImmutableOopMapPair getPairAt(int);
descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
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.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 1 1 index I
MethodParameters:
Name Flags
index
private int getSize();
descriptor: ()I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.sizeField:Lsun/jvm/hotspot/types/CIntegerField;
aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
public sun.jvm.hotspot.compiler.ImmutableOopMap getMap(sun.jvm.hotspot.compiler.ImmutableOopMapPair);
descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getOffset:()I
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getSize:()I
if_icmpge 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: new java.lang.StringBuilder
dup
ldc "boundary check: this: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " offset: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
3: new sun.jvm.hotspot.compiler.ImmutableOopMap
dup
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.dataStart:()Lsun/jvm/hotspot/debugger/Address;
aload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getOffset:()I
i2l
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.compiler.ImmutableOopMap.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
0 4 1 pair Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
MethodParameters:
Name Flags
pair
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "Set{ "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
2: ldc "addr = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
3: ldc ", count = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
4: ldc ", size = "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getSize:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
5: ldc ", pairs = ["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
6: iconst_0
istore 2
start local 2 7: goto 10
8: StackMap locals: java.lang.StringBuilder int
StackMap stack:
aload 1
aload 0
iload 2
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getPairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
9: iinc 2 1
StackMap locals:
StackMap stack:
10: iload 2
aload 0
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
if_icmplt 8
end local 2 11: aload 1
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
12: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
1 13 1 builder Ljava/lang/StringBuilder;
7 11 2 i I
}
SourceFile: "ImmutableOopMapSet.java"
NestMembers:
sun.jvm.hotspot.compiler.ImmutableOopMapSet$1 sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor
InnerClasses:
sun.jvm.hotspot.compiler.ImmutableOopMapSet$1
private MyVisitor = sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor of sun.jvm.hotspot.compiler.ImmutableOopMapSet
public abstract OopTypes = sun.jvm.hotspot.compiler.OopMapValue$OopTypes of sun.jvm.hotspot.compiler.OopMapValue