public interface jdk.vm.ci.runtime.JVMCICompiler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: jdk.vm.ci.runtime.JVMCICompiler
  super_class: java.lang.Object
{
  public static final int INVOCATION_ENTRY_BCI;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public abstract jdk.vm.ci.code.CompilationRequestResult compileMethod(jdk.vm.ci.code.CompilationRequest);
    descriptor: (Ljdk/vm/ci/code/CompilationRequest;)Ljdk/vm/ci/code/CompilationRequestResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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.runtime.JVMCICompiler this
        start local 1 // int gcIdentifier
         0: .line 45
            iconst_1
            ireturn
        end local 1 // int gcIdentifier
        end local 0 // jdk.vm.ci.runtime.JVMCICompiler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljdk/vm/ci/runtime/JVMCICompiler;
            0    1     1  gcIdentifier  I
    MethodParameters:
              Name  Flags
      gcIdentifier  
}
SourceFile: "JVMCICompiler.java"