public class jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog extends jdk.vm.ci.hotspot.HotSpotSpeculationLog
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog
super_class: jdk.vm.ci.hotspot.HotSpotSpeculationLog
{
private final jdk.vm.ci.hotspot.HotSpotSpeculationLog masterLog;
descriptor: Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(jdk.vm.ci.hotspot.HotSpotSpeculationLog);
descriptor: (Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog this
start local 1 // jdk.vm.ci.hotspot.HotSpotSpeculationLog masterLog
0: .line 34
aload 0 /* this */
aload 1 /* masterLog */
invokevirtual jdk.vm.ci.hotspot.HotSpotSpeculationLog.getFailedSpeculationsAddress:()J
invokespecial jdk.vm.ci.hotspot.HotSpotSpeculationLog.<init>:(J)V
1: .line 35
aload 0 /* this */
aload 1 /* masterLog */
putfield jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog.masterLog:Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;
2: .line 36
return
end local 1 // jdk.vm.ci.hotspot.HotSpotSpeculationLog masterLog
end local 0 // jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/vm/ci/hotspot/SharedHotSpotSpeculationLog;
0 3 1 masterLog Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;
MethodParameters:
Name Flags
masterLog
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog this
0: .line 40
aload 0 /* this */
getfield jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog.masterLog:Ljdk/vm/ci/hotspot/HotSpotSpeculationLog;
invokevirtual jdk.vm.ci.hotspot.HotSpotSpeculationLog.toString:()Ljava/lang/String;
areturn
end local 0 // jdk.vm.ci.hotspot.SharedHotSpotSpeculationLog this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/SharedHotSpotSpeculationLog;
}
SourceFile: "SharedHotSpotSpeculationLog.java"