class org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode extends org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode
  super_class: org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
{
  private final com.oracle.truffle.api.profiles.ValueProfile classProfile;
    descriptor: Lcom/oracle/truffle/api/profiles/ValueProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode this
         0: .line 131
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.nodes.AbstractTestNode.<init>:()V
         1: .line 129
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ValueProfile.createClassProfile:()Lcom/oracle/truffle/api/profiles/ValueProfile;
            putfield org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode.classProfile:Lcom/oracle/truffle/api/profiles/ValueProfile;
         2: .line 132
            return
        end local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/truffle/test/CastExactPartialEvaluationTest$ExactClassProfileTestNode;

  public int execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 136
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            astore 2 /* arg */
        start local 2 // java.lang.Object arg
         1: .line 137
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode.classProfile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 2 /* arg */
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
         2: .line 138
            aload 3 /* buffer */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            ireturn
        end local 3 // java.nio.ByteBuffer buffer
        end local 2 // java.lang.Object arg
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/truffle/test/CastExactPartialEvaluationTest$ExactClassProfileTestNode;
            0    3     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    3     2     arg  Ljava/lang/Object;
            2    3     3  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CastExactPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest
InnerClasses:
  ExactClassProfileTestNode = org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$ExactClassProfileTestNode of org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest