class jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler implements jdk.vm.ci.runtime.JVMCICompiler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler
super_class: java.lang.Object
{
private final java.lang.RuntimeException t;
descriptor: Ljava/lang/RuntimeException;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.RuntimeException);
descriptor: (Ljava/lang/RuntimeException;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler.t:Ljava/lang/RuntimeException;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$ErrorCreatingCompiler;
0 3 1 t Ljava/lang/RuntimeException;
MethodParameters:
Name Flags
t
public jdk.vm.ci.code.CompilationRequestResult compileMethod(jdk.vm.ci.code.CompilationRequest);
descriptor: (Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/code/CompilationRequestResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler.t:Ljava/lang/RuntimeException;
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$ErrorCreatingCompiler;
0 1 1 request Ljdk/vm/ci/code/CompilationRequest;
MethodParameters:
Name Flags
request
public boolean isGCSupported(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime$ErrorCreatingCompiler;
0 1 1 gcIdentifier I
MethodParameters:
Name Flags
gcIdentifier
}
SourceFile: "HotSpotJVMCIRuntime.java"
NestHost: jdk.vm.ci.hotspot.HotSpotJVMCIRuntime
InnerClasses:
ErrorCreatingCompiler = jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler of jdk.vm.ci.hotspot.HotSpotJVMCIRuntime