class org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason implements jdk.vm.ci.meta.SpeculationLog$SpeculationReason
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason
super_class: java.lang.Object
{
private int bci;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.graalvm.compiler.core.common.type.Stamp speculatedStamp;
descriptor: Lorg/graalvm/compiler/core/common/type/Stamp;
flags: (0x0002) ACC_PRIVATE
private int localIndex;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(int, org.graalvm.compiler.core.common.type.Stamp, int);
descriptor: (ILorg/graalvm/compiler/core/common/type/Stamp;I)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
start local 1 // int bci
start local 2 // org.graalvm.compiler.core.common.type.Stamp speculatedStamp
start local 3 // int localIndex
0: .line 314
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 315
aload 0 /* this */
iload 1 /* bci */
putfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.bci:I
2: .line 316
aload 0 /* this */
aload 2 /* speculatedStamp */
putfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.speculatedStamp:Lorg/graalvm/compiler/core/common/type/Stamp;
3: .line 317
aload 0 /* this */
iload 3 /* localIndex */
putfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.localIndex:I
4: .line 318
return
end local 3 // int localIndex
end local 2 // org.graalvm.compiler.core.common.type.Stamp speculatedStamp
end local 1 // int bci
end local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/hotspot/phases/OnStackReplacementPhase$OSRLocalSpeculationReason;
0 5 1 bci I
0 5 2 speculatedStamp Lorg/graalvm/compiler/core/common/type/Stamp;
0 5 3 localIndex I
MethodParameters:
Name Flags
bci
speculatedStamp
localIndex
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
start local 1 // java.lang.Object obj
0: .line 322
aload 1 /* obj */
instanceof org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason
ifeq 4
1: .line 323
aload 1 /* obj */
checkcast org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason
astore 2 /* that */
start local 2 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason that
2: .line 324
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.bci:I
aload 2 /* that */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.bci:I
if_icmpne 3
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.speculatedStamp:Lorg/graalvm/compiler/core/common/type/Stamp;
aload 2 /* that */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.speculatedStamp:Lorg/graalvm/compiler/core/common/type/Stamp;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 3
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.localIndex:I
aload 2 /* that */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.localIndex:I
if_icmpne 3
iconst_1
ireturn
StackMap locals: org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason
StackMap stack:
3: iconst_0
ireturn
end local 2 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason that
4: .line 326
StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 // java.lang.Object obj
end local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/hotspot/phases/OnStackReplacementPhase$OSRLocalSpeculationReason;
0 5 1 obj Ljava/lang/Object;
2 4 2 that Lorg/graalvm/compiler/hotspot/phases/OnStackReplacementPhase$OSRLocalSpeculationReason;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
0: .line 331
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.bci:I
bipush 16
ishl
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.speculatedStamp:Lorg/graalvm/compiler/core/common/type/Stamp;
invokevirtual java.lang.Object.hashCode:()I
ixor
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason.localIndex:I
ixor
ireturn
end local 0 // org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/phases/OnStackReplacementPhase$OSRLocalSpeculationReason;
}
SourceFile: "OnStackReplacementPhase.java"
NestHost: org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase
InnerClasses:
public abstract SpeculationReason = jdk.vm.ci.meta.SpeculationLog$SpeculationReason of jdk.vm.ci.meta.SpeculationLog
private OSRLocalSpeculationReason = org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase$OSRLocalSpeculationReason of org.graalvm.compiler.hotspot.phases.OnStackReplacementPhase