abstract class org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  static int LIMIT;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 101
            iconst_0
            putstatic org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode.LIMIT:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode this
         0: .line 99
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$NoGuardNode;

  public abstract int execute(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      arg   

  int noGuard(java.lang.Object, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode this
        start local 1 // java.lang.Object arg
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary lib
         0: .line 109
            aload 2 /* lib */
            aload 1 /* arg */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asInt:(Ljava/lang/Object;)I
         1: ireturn
         2: .line 110
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         3: .line 111
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary lib
        end local 1 // java.lang.Object arg
        end local 0 // org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/truffle/test/CachedLibraryCompilationTest$NoGuardNode;
            0    4     1   arg  Ljava/lang/Object;
            0    4     2   lib  Lcom/oracle/truffle/api/interop/InteropLibrary;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "arg")
    MethodParameters:
      Name  Flags
      arg   
      lib   
}
SourceFile: "CachedLibraryCompilationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest
InnerClasses:
  abstract NoGuardNode = org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest$NoGuardNode of org.graalvm.compiler.truffle.test.CachedLibraryCompilationTest