public class org.graalvm.compiler.hotspot.IsGraalPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.IsGraalPredicate
  super_class: java.lang.Object
{
  private final java.lang.Module jvmciModule;
    descriptor: Ljava/lang/Module;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Module graalModule;
    descriptor: Ljava/lang/Module;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Module compilerConfigurationModule;
    descriptor: Ljava/lang/Module;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            ldc Ljdk/vm/ci/hotspot/HotSpotJVMCICompilerFactory;
            invokevirtual java.lang.Class.getModule:()Ljava/lang/Module;
            putfield org.graalvm.compiler.hotspot.IsGraalPredicate.jvmciModule:Ljava/lang/Module;
         2: .line 52
            aload 0 /* this */
            ldc Lorg/graalvm/compiler/hotspot/HotSpotGraalCompilerFactory;
            invokevirtual java.lang.Class.getModule:()Ljava/lang/Module;
            putfield org.graalvm.compiler.hotspot.IsGraalPredicate.graalModule:Ljava/lang/Module;
         3: .line 53
            return
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/hotspot/IsGraalPredicate;

  void onCompilerConfigurationFactorySelection(org.graalvm.compiler.hotspot.CompilerConfigurationFactory);
    descriptor: (Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
        start local 1 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory factory
         0: .line 56
            aload 0 /* this */
            aload 1 /* factory */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getModule:()Ljava/lang/Module;
            putfield org.graalvm.compiler.hotspot.IsGraalPredicate.compilerConfigurationModule:Ljava/lang/Module;
         1: .line 57
            return
        end local 1 // org.graalvm.compiler.hotspot.CompilerConfigurationFactory factory
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/hotspot/IsGraalPredicate;
            0    2     1  factory  Lorg/graalvm/compiler/hotspot/CompilerConfigurationFactory;
    MethodParameters:
         Name  Flags
      factory  

  boolean apply(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
        start local 1 // java.lang.Class declaringClass
         0: .line 60
            aload 1 /* declaringClass */
            invokevirtual java.lang.Class.getModule:()Ljava/lang/Module;
            astore 2 /* module */
        start local 2 // java.lang.Module module
         1: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.IsGraalPredicate.jvmciModule:Ljava/lang/Module;
            aload 2 /* module */
            if_acmpeq 2
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.IsGraalPredicate.graalModule:Ljava/lang/Module;
            aload 2 /* module */
            if_acmpeq 2
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.IsGraalPredicate.compilerConfigurationModule:Ljava/lang/Module;
            aload 2 /* module */
            if_acmpeq 2
            iconst_0
            ireturn
      StackMap locals: java.lang.Module
      StackMap stack:
         2: iconst_1
            ireturn
        end local 2 // java.lang.Module module
        end local 1 // java.lang.Class declaringClass
        end local 0 // org.graalvm.compiler.hotspot.IsGraalPredicate this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/graalvm/compiler/hotspot/IsGraalPredicate;
            0    3     1  declaringClass  Ljava/lang/Class<*>;
            1    3     2          module  Ljava/lang/Module;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
                Name  Flags
      declaringClass  
}
SourceFile: "IsGraalPredicate.java"