public class sun.jvm.hotspot.compiler.OopMapStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.compiler.OopMapStream
super_class: java.lang.Object
{
private sun.jvm.hotspot.code.CompressedReadStream stream;
descriptor: Lsun/jvm/hotspot/code/CompressedReadStream;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.compiler.ImmutableOopMap oopMap;
descriptor: Lsun/jvm/hotspot/compiler/ImmutableOopMap;
flags: (0x0002) ACC_PRIVATE
private int mask;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int size;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.compiler.OopMapValue omv;
descriptor: Lsun/jvm/hotspot/compiler/OopMapValue;
flags: (0x0002) ACC_PRIVATE
private boolean omvValid;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap);
descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
0 2 1 oopMap Lsun/jvm/hotspot/compiler/ImmutableOopMap;
MethodParameters:
Name Flags
oopMap
public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap, sun.jvm.hotspot.compiler.OopMapValue$OopTypes);
descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
1: aload 0
aload 2
invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
0 3 1 oopMap Lsun/jvm/hotspot/compiler/ImmutableOopMap;
0 3 2 type Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
MethodParameters:
Name Flags
oopMap
type
public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap, sun.jvm.hotspot.compiler.OopMapValue$OopTypes[]);
descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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
new sun.jvm.hotspot.code.CompressedReadStream
dup
aload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMap.getData:()Lsun/jvm/hotspot/debugger/Address;
invokespecial sun.jvm.hotspot.code.CompressedReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
putfield sun.jvm.hotspot.compiler.OopMapStream.stream:Lsun/jvm/hotspot/code/CompressedReadStream;
2: aload 0
aload 0
aload 2
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.computeMask:([Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)I
putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
3: aload 0
aload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMap.getCount:()J
l2i
putfield sun.jvm.hotspot.compiler.OopMapStream.size:I
4: aload 0
iconst_0
putfield sun.jvm.hotspot.compiler.OopMapStream.position:I
5: aload 0
new sun.jvm.hotspot.compiler.OopMapValue
dup
invokespecial sun.jvm.hotspot.compiler.OopMapValue.<init>:()V
putfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
6: aload 0
iconst_0
putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
0 8 1 oopMap Lsun/jvm/hotspot/compiler/ImmutableOopMap;
0 8 2 types [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
MethodParameters:
Name Flags
oopMap
types
public boolean isDone();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
ifne 2
1: aload 0
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.findNext:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
ifeq 3
iconst_0
goto 4
StackMap locals:
StackMap stack:
3: iconst_1
StackMap locals:
StackMap stack: int
4: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
public void next();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.compiler.OopMapStream.findNext:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
public sun.jvm.hotspot.compiler.OopMapValue getCurrent();
descriptor: ()Lsun/jvm/hotspot/compiler/OopMapValue;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
private int computeMask(sun.jvm.hotspot.compiler.OopMapValue$OopTypes[]);
descriptor: ([Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iconst_0
putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
1: aload 1
ifnull 7
2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
aload 1
iload 2
aaload
invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
ior
putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
arraylength
if_icmplt 4
end local 2 7: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
0 8 1 types [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
3 7 2 i I
MethodParameters:
Name Flags
types
private void findNext();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: goto 5
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.stream:Lsun/jvm/hotspot/code/CompressedReadStream;
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.readFrom:(Lsun/jvm/hotspot/code/CompressedReadStream;)V
2: aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
iand
ifle 5
3: aload 0
iconst_1
putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
4: return
5: StackMap locals:
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.compiler.OopMapStream.position:I
dup_x1
iconst_1
iadd
putfield sun.jvm.hotspot.compiler.OopMapStream.position:I
aload 0
getfield sun.jvm.hotspot.compiler.OopMapStream.size:I
if_icmplt 1
6: aload 0
iconst_0
putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/compiler/OopMapStream;
}
SourceFile: "OopMapStream.java"
InnerClasses:
public abstract OopTypes = sun.jvm.hotspot.compiler.OopMapValue$OopTypes of sun.jvm.hotspot.compiler.OopMapValue