public final class jdk.vm.ci.hotspot.HotSpotCompilationRequestResult implements jdk.vm.ci.code.CompilationRequestResult
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.vm.ci.hotspot.HotSpotCompilationRequestResult
super_class: java.lang.Object
{
private final java.lang.String failureMessage;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean retry;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int inlinedBytecodes;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(java.lang.String, boolean, int);
descriptor: (Ljava/lang/String;ZI)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.failureMessage:Ljava/lang/String;
2: aload 0
iload 2
putfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.retry:Z
3: aload 0
iload 3
putfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.inlinedBytecodes:I
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
0 5 1 failureMessage Ljava/lang/String;
0 5 2 retry Z
0 5 3 inlinedBytecodes I
MethodParameters:
Name Flags
failureMessage
retry
inlinedBytecodes
public java.lang.Object getFailure();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.failureMessage:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
public static jdk.vm.ci.hotspot.HotSpotCompilationRequestResult success(int);
descriptor: (I)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new jdk.vm.ci.hotspot.HotSpotCompilationRequestResult
dup
aconst_null
iconst_1
iload 0
invokespecial jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.<init>:(Ljava/lang/String;ZI)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 inlinedBytecodes I
MethodParameters:
Name Flags
inlinedBytecodes
public static jdk.vm.ci.hotspot.HotSpotCompilationRequestResult failure(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: new jdk.vm.ci.hotspot.HotSpotCompilationRequestResult
dup
aload 0
iload 1
iconst_0
invokespecial jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.<init>:(Ljava/lang/String;ZI)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 failureMessage Ljava/lang/String;
0 1 1 retry Z
MethodParameters:
Name Flags
failureMessage
retry
public java.lang.String getFailureMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.failureMessage:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
public boolean getRetry();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.retry:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
public int getInlinedBytecodes();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.vm.ci.hotspot.HotSpotCompilationRequestResult.inlinedBytecodes:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
}
SourceFile: "HotSpotCompilationRequestResult.java"