class jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig$DummyCompilerFactory implements jdk.vm.ci.runtime.JVMCICompilerFactory, jdk.vm.ci.runtime.JVMCICompiler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig$DummyCompilerFactory
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerConfig$DummyCompilerFactory;
public jdk.vm.ci.hotspot.HotSpotCompilationRequestResult compileMethod(jdk.vm.ci.code.CompilationRequest);
descriptor: (Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new jdk.vm.ci.common.JVMCIError
dup
ldc "no JVMCI compiler selected"
invokespecial jdk.vm.ci.common.JVMCIError.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerConfig$DummyCompilerFactory;
0 1 1 request Ljdk/vm/ci/code/CompilationRequest;
MethodParameters:
Name Flags
request
public java.lang.String getCompilerName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "null"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerConfig$DummyCompilerFactory;
public jdk.vm.ci.runtime.JVMCICompiler createCompiler(jdk.vm.ci.runtime.JVMCIRuntime);
descriptor: (Ljdk/vm/ci/runtime/JVMCIRuntime;)Ljdk/vm/ci/runtime/JVMCICompiler;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerConfig$DummyCompilerFactory;
0 1 1 runtime Ljdk/vm/ci/runtime/JVMCIRuntime;
MethodParameters:
Name Flags
runtime
public jdk.vm.ci.code.CompilationRequestResult compileMethod(jdk.vm.ci.code.CompilationRequest);
descriptor: (Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/code/CompilationRequestResult;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig$DummyCompilerFactory.compileMethod:(Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/hotspot/HotSpotCompilationRequestResult;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "HotSpotJVMCICompilerConfig.java"
NestHost: jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig
InnerClasses:
private DummyCompilerFactory = jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig$DummyCompilerFactory of jdk.vm.ci.hotspot.HotSpotJVMCICompilerConfig