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 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
        start local 1 // java.lang.RuntimeException t
         0: .line 707
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 708
            aload 0 /* this */
            aload 1 /* t */
            putfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler.t:Ljava/lang/RuntimeException;
         2: .line 709
            return
        end local 1 // java.lang.RuntimeException t
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
      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 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
        start local 1 // jdk.vm.ci.code.CompilationRequest request
         0: .line 713
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler.t:Ljava/lang/RuntimeException;
            athrow
        end local 1 // jdk.vm.ci.code.CompilationRequest request
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
      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 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
        start local 1 // int gcIdentifier
         0: .line 718
            iconst_0
            ireturn
        end local 1 // int gcIdentifier
        end local 0 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime$ErrorCreatingCompiler this
      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