class com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal extends com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$FrameSlotNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal
  super_class: com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$FrameSlotNode
{
  final com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest, com.oracle.truffle.api.frame.FrameSlot);
    descriptor: (Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest;Lcom/oracle/truffle/api/frame/FrameSlot;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal this
        start local 2 // com.oracle.truffle.api.frame.FrameSlot slot
         0: .line 189
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal.this$0:Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest;
         1: .line 190
            aload 0 /* this */
            aload 1
            aload 2 /* slot */
            invokespecial com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$FrameSlotNode.<init>:(Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest;Lcom/oracle/truffle/api/frame/FrameSlot;)V
         2: .line 191
            return
        end local 2 // com.oracle.truffle.api.frame.FrameSlot slot
        end local 0 // com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest$ObjectReadLocal;
            0    3     2  slot  Lcom/oracle/truffle/api/frame/FrameSlot;
    MethodParameters:
        Name  Flags
      this$0  final
      slot    

  java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 196
            aload 1 /* frame */
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal.slot:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getObject:(Lcom/oracle/truffle/api/frame/FrameSlot;)Ljava/lang/Object;
         1: areturn
         2: .line 197
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.frame.FrameSlotTypeException
            astore 2 /* e */
        start local 2 // com.oracle.truffle.api.frame.FrameSlotTypeException e
         3: .line 198
            new java.lang.IllegalStateException
            dup
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // com.oracle.truffle.api.frame.FrameSlotTypeException e
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/test/FrameSlotTypeSpecializationTest$ObjectReadLocal;
            0    4     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            3    4     2      e  Lcom/oracle/truffle/api/frame/FrameSlotTypeException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.frame.FrameSlotTypeException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "FrameSlotTypeSpecializationTest.java"
NestHost: com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest
InnerClasses:
  abstract FrameSlotNode = com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$FrameSlotNode of com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest
  ObjectReadLocal = com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest$ObjectReadLocal of com.oracle.truffle.api.test.FrameSlotTypeSpecializationTest