abstract class org.graalvm.compiler.hotspot.IsGraalPredicateBase
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.hotspot.IsGraalPredicateBase
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/IsGraalPredicateBase;

  void onCompilerConfigurationFactorySelection(jdk.vm.ci.hotspot.HotSpotJVMCIRuntime, org.graalvm.compiler.hotspot.CompilerConfigurationFactory);
    descriptor: (Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
        start local 1 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime runtime
        start local 2 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory factory
         0: .line 38
            return
        end local 2 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory factory
        end local 1 // jdk.vm.ci.hotspot.HotSpotJVMCIRuntime runtime
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/graalvm/compiler/hotspot/IsGraalPredicateBase;
            0    1     1  runtime  Ljdk/vm/ci/hotspot/HotSpotJVMCIRuntime;
            0    1     2  factory  Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory;
    MethodParameters:
         Name  Flags
      runtime  
      factory  

  abstract boolean apply(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
                Name  Flags
      declaringClass  

  jdk.vm.ci.hotspot.HotSpotJVMCICompilerFactory$CompilationLevelAdjustment getCompilationLevelAdjustment();
    descriptor: ()Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerFactory$CompilationLevelAdjustment;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
         0: .line 43
            getstatic jdk.vm.ci.hotspot.HotSpotJVMCICompilerFactory$CompilationLevelAdjustment.ByHolder:Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerFactory$CompilationLevelAdjustment;
            areturn
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicateBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/IsGraalPredicateBase;
}
SourceFile: "IsGraalPredicateBase.java"
InnerClasses:
  public final CompilationLevelAdjustment = jdk.vm.ci.hotspot.HotSpotJVMCICompilerFactory$CompilationLevelAdjustment of jdk.vm.ci.hotspot.HotSpotJVMCICompilerFactory