final class org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST extends org.graalvm.libgraal.jni.HSObject implements org.graalvm.compiler.truffle.common.CompilableTruffleAST, org.graalvm.compiler.truffle.common.OptimizedAssumptionDependency
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST
  super_class: org.graalvm.libgraal.jni.HSObject
{
  private volatile java.lang.String cachedName;
    descriptor: Ljava/lang/String;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.lang.Long cachedFailedSpeculationsAddress;
    descriptor: Ljava/lang/Long;
    flags: (0x0002) ACC_PRIVATE

  private volatile java.lang.String cachedString;
    descriptor: Ljava/lang/String;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(org.graalvm.libgraal.jni.JNI$JNIEnv, org.graalvm.libgraal.jni.JNI$JObject);
    descriptor: (Lorg/graalvm/libgraal/jni/JNI$JNIEnv;Lorg/graalvm/libgraal/jni/JNI$JObject;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
        start local 1 // org.graalvm.libgraal.jni.JNI$JNIEnv env
        start local 2 // org.graalvm.libgraal.jni.JNI$JObject handle
         0: .line 103
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* handle */
            invokespecial org.graalvm.libgraal.jni.HSObject.<init>:(Lorg/graalvm/libgraal/jni/JNI$JNIEnv;Lorg/graalvm/libgraal/jni/JNI$JObject;)V
         1: .line 104
            return
        end local 2 // org.graalvm.libgraal.jni.JNI$JObject handle
        end local 1 // org.graalvm.libgraal.jni.JNI$JNIEnv env
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
            0    2     1     env  Lorg/graalvm/libgraal/jni/JNI$JNIEnv;
            0    2     2  handle  Lorg/graalvm/libgraal/jni/JNI$JObject;
    MethodParameters:
        Name  Flags
      env     
      handle  

  void <init>(org.graalvm.libgraal.jni.JNILibGraalScope<org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleToLibGraal$Id>, org.graalvm.libgraal.jni.JNI$JObject);
    descriptor: (Lorg/graalvm/libgraal/jni/JNILibGraalScope;Lorg/graalvm/libgraal/jni/JNI$JObject;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
        start local 1 // org.graalvm.libgraal.jni.JNILibGraalScope scope
        start local 2 // org.graalvm.libgraal.jni.JNI$JObject handle
         0: .line 114
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* handle */
            invokespecial org.graalvm.libgraal.jni.HSObject.<init>:(Lorg/graalvm/libgraal/jni/JNILibGraalScope;Lorg/graalvm/libgraal/jni/JNI$JObject;)V
         1: .line 115
            return
        end local 2 // org.graalvm.libgraal.jni.JNI$JObject handle
        end local 1 // org.graalvm.libgraal.jni.JNILibGraalScope scope
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
            0    2     1   scope  Lorg/graalvm/libgraal/jni/JNILibGraalScope<Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleToLibGraal$Id;>;
            0    2     2  handle  Lorg/graalvm/libgraal/jni/JNI$JObject;
    Signature: (Lorg/graalvm/libgraal/jni/JNILibGraalScope<Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleToLibGraal$Id;>;Lorg/graalvm/libgraal/jni/JNI$JObject;)V
    MethodParameters:
        Name  Flags
      scope   
      handle  

  public jdk.vm.ci.meta.SpeculationLog getCompilationSpeculationLog();
    descriptor: ()Ljdk/vm/ci/meta/SpeculationLog;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 122
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetFailedSpeculationsAddress(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetFailedSpeculationsAddress:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public jdk.vm.ci.meta.JavaConstant getNodeRewritingAssumptionConstant();
    descriptor: ()Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetNodeRewritingAssumptionConstant(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetNodeRewritingAssumptionConstant:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public jdk.vm.ci.meta.JavaConstant getValidRootAssumptionConstant();
    descriptor: ()Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetValidRootAssumptionConstant(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetValidRootAssumptionConstant:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public boolean isTrivial();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callIsTrivial(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.IsTrivial:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public jdk.vm.ci.meta.JavaConstant asJavaConstant();
    descriptor: ()Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callAsJavaConstant(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.AsJavaConstant:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public void onCompilationFailed(java.util.function.Supplier<java.lang.String>, boolean, boolean, boolean, );
    descriptor: (Ljava/util/function/Supplier;ZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method callCreateStringSupplier(JNI.JNIEnv, long) is undefined for the type HSCompilableTruffleAST\n\tThe method callOnCompilationFailed(JNI.JNIEnv, JNI.JObject, JNI.JObject, boolean, boolean, boolean, boolean) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    Signature: (Ljava/util/function/Supplier<Ljava/lang/String;>;ZZZZ)V
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraalRepeated(value = {org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.CreateStringSupplier:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;), org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.OnCompilationFailed:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)})
    MethodParameters:
                     Name  Flags
      serializedException  
      silent               
      bailout              
      permanentBailout     
      graphTooBig          

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 178
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetCompilableName(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetCompilableName:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public int getNonTrivialNodeCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetNonTrivialNodeCount(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetNonTrivialNodeCount:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public org.graalvm.compiler.truffle.common.TruffleCallNode[] getCallNodes();
    descriptor: ()[Lorg/graalvm/compiler/truffle/common/TruffleCallNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 196
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetCallNodes(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetCallNodes:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public int getCallCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetCompilableCallCount(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetCompilableCallCount:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 220
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callCompilableToString(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.CompilableToString:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  private java.lang.IllegalArgumentException error();
    descriptor: ()Ljava/lang/IllegalArgumentException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 228
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call method on libgraal proxy to HotSpotOptimizedCallTarget "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;

  public org.graalvm.compiler.truffle.common.CompilableTruffleAST getCompilable();
    descriptor: ()Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 233
            aload 0 /* this */
            areturn
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;

  public void onAssumptionInvalidated(java.lang.Object, java.lang.CharSequence);
    descriptor: (Ljava/lang/Object;Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
        start local 1 // java.lang.Object source
        start local 2 // java.lang.CharSequence reason
         0: .line 238
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST.error:()Ljava/lang/IllegalArgumentException;
            athrow
        end local 2 // java.lang.CharSequence reason
        end local 1 // java.lang.Object source
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
            0    1     1  source  Ljava/lang/Object;
            0    1     2  reason  Ljava/lang/CharSequence;
    MethodParameters:
        Name  Flags
      source  
      reason  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 243
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST.error:()Ljava/lang/IllegalArgumentException;
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;

  public boolean cancelCompilation(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 251
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callCancelCompilation(JNI.JNIEnv, JNI.JObject, JNI.JString) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.CancelCompilation:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)
    MethodParameters:
        Name  Flags
      reason  

  public void dequeueInlined();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 257
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callDequeueInlined(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.DequeueInlined:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)

  public boolean isSameOrSplit(org.graalvm.compiler.truffle.common.CompilableTruffleAST);
    descriptor: (Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 264
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callIsSameOrSplit(JNI.JNIEnv, JNI.JObject, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.IsSameOrSplit:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)
    MethodParameters:
      Name  Flags
      ast   

  public int getKnownCallSiteCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
         0: .line 270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method callGetKnownCallSiteCount(JNI.JNIEnv, JNI.JObject) is undefined for the type HSCompilableTruffleAST\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.truffle.compiler.hotspot.libgraal.HSCompilableTruffleAST this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/compiler/hotspot/libgraal/HSCompilableTruffleAST;
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal(value = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id.GetKnownCallSiteCount:Lorg/graalvm/compiler/truffle/common/hotspot/libgraal/TruffleFromLibGraal$Id;)
}
SourceFile: "HSCompilableTruffleAST.java"
InnerClasses:
  public final Id = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal$Id of org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleFromLibGraal
  public final Id = org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleToLibGraal$Id of org.graalvm.compiler.truffle.common.hotspot.libgraal.TruffleToLibGraal
  public abstract JNIEnv = org.graalvm.libgraal.jni.JNI$JNIEnv of org.graalvm.libgraal.jni.JNI
  public abstract JObject = org.graalvm.libgraal.jni.JNI$JObject of org.graalvm.libgraal.jni.JNI