class org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState
  super_class: java.lang.Object
{
  final org.graalvm.compiler.core.test.ReentrantBlockIteratorTest this$0;
    descriptor: Lorg/graalvm/compiler/core/test/ReentrantBlockIteratorTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.core.test.ReentrantBlockIteratorTest);
    descriptor: (Lorg/graalvm/compiler/core/test/ReentrantBlockIteratorTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState this
         0: .line 212
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState.this$0:Lorg/graalvm/compiler/core/test/ReentrantBlockIteratorTest;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/ReentrantBlockIteratorTest$1VoidState;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "ReentrantBlockIteratorTest.java"
EnclosingMethod: org.graalvm.compiler.core.test.ReentrantBlockIteratorTest.getVisitedBlocksInOrder:(Ljava/lang/String;)Ljava/util/List;
NestHost: org.graalvm.compiler.core.test.ReentrantBlockIteratorTest
InnerClasses:
  VoidState = org.graalvm.compiler.core.test.ReentrantBlockIteratorTest$1VoidState