public class org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest extends org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest
  super_class: org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
{
  public static int barrierIndex;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  private final org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config;
    descriptor: Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 79
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest.<init>:()V
         1: .line 83
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.runtime:()Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider.getVMConfig:()Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
         2: .line 79
            return
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;

  private static native void safepoint();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE

  public static void test1Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
         0: .line 94
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 1 /* temp1 */
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 95
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp2 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 96
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 97
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 98
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 99
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 100
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         7: .line 101
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         8: .line 102
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 103
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        10: .line 104
            return
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            1   11     1  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   11     2  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  

  public void test1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test2Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
         0: .line 117
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 1 /* temp1 */
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 118
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp2 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 119
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 120
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 121
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 122
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 123
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 124
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 125
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         9: .line 126
            return
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            1   10     1  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   10     2  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  

  public void test3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test3Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // boolean test
         0: .line 139
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp1 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 140
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp2 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 141
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 142
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 143
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 17
         6: .line 144
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container int
      StackMap stack:
            iload 1 /* test */
            ifeq 12
         7: .line 145
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         8: .line 146
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 147
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 148
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 149
            goto 16
        12: .line 150
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        13: .line 151
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        14: .line 152
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 153
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 143
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            bipush 10
            if_icmplt 6
        end local 4 // int i
        18: .line 156
            return
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 1 // boolean test
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   19     1   test  Z
            1   19     2  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   19     3  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            5   18     4      i  I
    MethodParameters:
      Name  Flags
      main  
      test  

  public void test5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test6();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test7();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 168
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test8();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test9();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 178
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test10();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test4Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // boolean test
         0: .line 189
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp1 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 190
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp2 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 191
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 192
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 193
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 194
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 18
         7: .line 195
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container int
      StackMap stack:
            iload 1 /* test */
            ifeq 13
         8: .line 196
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 197
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 198
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        11: .line 199
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        12: .line 200
            goto 17
        13: .line 201
      StackMap locals:
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 202
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 203
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        16: .line 204
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        17: .line 194
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 4 /* i */
            bipush 10
            if_icmplt 7
        end local 4 // int i
        19: .line 207
            return
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 1 // boolean test
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   20     1   test  Z
            1   20     2  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   20     3  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            6   19     4      i  I
    MethodParameters:
      Name  Flags
      main  
      test  

  public void test11();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test12();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 214
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test13();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 219
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test5Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
         0: .line 225
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 1 /* temp1 */
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 226
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp2 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 227
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 228
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 229
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 230
            aload 0 /* main */
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            aload 0 /* main */
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            if_acmpne 11
         6: .line 231
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 232
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 233
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 234
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 235
            goto 15
        11: .line 236
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 237
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 238
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 239
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 241
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 242
            return
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            1   17     1  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   17     2  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  

  public void test14();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 244
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test15();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 249
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test16();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 254
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test17();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 259
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test18();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 264
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test19();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 269
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test20();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 274
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test6Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // boolean test
         0: .line 280
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp1 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 281
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp2 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 282
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 283
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 284
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 285
            iload 1 /* test */
            ifeq 11
         6: .line 286
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 287
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 288
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 289
            aload 0 /* main */
            aload 2 /* temp1 */
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 290
            goto 15
        11: .line 291
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 292
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 293
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 294
            aload 0 /* main */
            aload 3 /* temp2 */
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 296
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 297
            return
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 1 // boolean test
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   17     1   test  Z
            1   17     2  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   17     3  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  
      test  

  public void test21();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 299
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test22();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 304
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test23();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 309
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test24();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 314
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test7Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // boolean test
         0: .line 320
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp1 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 321
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp2 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 322
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 323
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 324
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 325
            iload 1 /* test */
            ifeq 8
         6: .line 326
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 327
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 329
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 330
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 331
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        11: .line 332
            return
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 1 // boolean test
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   12     1   test  Z
            1   12     2  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   12     3  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  
      test  

  public void test25();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 334
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test26();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 339
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test27();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 344
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test28();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 349
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test8Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // boolean test
         0: .line 355
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 2 /* temp1 */
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 356
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp2 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 357
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 358
            iload 1 /* test */
            ifeq 6
         4: .line 359
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 360
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 362
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 363
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 364
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         9: .line 365
            return
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 1 // boolean test
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   10     1   test  Z
            1   10     2  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   10     3  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
      Name  Flags
      main  
      test  

  public void test29();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 367
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test30();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test31();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 377
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test9Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        start local 2 // boolean test
         0: .line 383
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp1 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 384
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 4 /* temp2 */
        start local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 385
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 386
            iload 2 /* test */
            ifeq 7
         4: .line 387
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 388
            aload 0 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 389
            goto 9
         7: .line 390
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         8: .line 391
            aload 1 /* main2 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 393
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 394
            aload 0 /* main1 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 395
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 396
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 397
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        14: .line 398
            return
        end local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 2 // boolean test
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0  main1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   15     1  main2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   15     2   test  Z
            1   15     3  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   15     4  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
       Name  Flags
      main1  
      main2  
      test   

  public void test32();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 400
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test33();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 405
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test34();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 410
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test35();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 415
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test36();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 420
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test37();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 425
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test10Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        start local 2 // boolean test
         0: .line 431
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp1 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 432
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 4 /* temp2 */
        start local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 433
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 434
            iload 2 /* test */
            ifeq 9
         4: .line 435
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 436
            aload 0 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 437
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 438
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 439
            goto 11
         9: .line 440
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 441
            aload 1 /* main2 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 443
      StackMap locals:
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 444
            aload 0 /* main1 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 445
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 446
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 447
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 448
            return
        end local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 2 // boolean test
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0  main1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   17     1  main2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   17     2   test  Z
            1   17     3  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   17     4  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
    MethodParameters:
       Name  Flags
      main1  
      main2  
      test   

  public void test38();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 450
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test39();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 455
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test40();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 460
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test41();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 465
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test42();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 470
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test43();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 475
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test44();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 480
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test45();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 485
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test11Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        start local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main3
        start local 3 // boolean test
         0: .line 491
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 4 /* temp1 */
        start local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 492
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 5 /* temp2 */
        start local 5 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 493
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 494
            iload 3 /* test */
            ifeq 17
         4: .line 495
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 496
            aload 0 /* main1 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 497
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 498
            aload 2 /* main3 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 499
            iload 3 /* test */
            ifne 12
         9: .line 500
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 501
            aload 1 /* main2 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 502
            goto 27
        12: .line 503
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        13: .line 504
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        14: .line 505
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 506
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 508
            goto 27
        17: .line 509
      StackMap locals:
      StackMap stack:
            bipush 6
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        18: .line 510
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        19: .line 511
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        20: goto 24
        21: .line 512
      StackMap locals: int
      StackMap stack:
            bipush 7
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        22: .line 513
            aload 2 /* main3 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        23: .line 511
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            bipush 10
            if_icmplt 21
        end local 6 // int i
        25: .line 515
            bipush 8
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        26: .line 516
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        27: .line 518
      StackMap locals:
      StackMap stack:
            bipush 9
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        28: .line 519
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        29: .line 520
            bipush 10
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        30: .line 521
            aload 1 /* main2 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        31: .line 522
            bipush 11
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        32: .line 523
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        33: .line 524
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        34: .line 525
            return
        end local 5 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 3 // boolean test
        end local 2 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main3
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main2
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   35     0  main1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   35     1  main2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   35     2  main3  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   35     3   test  Z
            1   35     4  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   35     5  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
           20   25     6      i  I
    MethodParameters:
       Name  Flags
      main1  
      main2  
      main3  
      test   

  public void test46();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 527
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test47();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 532
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test48();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 537
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test49();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 542
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test50();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 547
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test51();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 552
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test52();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 557
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test53();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 562
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test54();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 567
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test55();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 572
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test56();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 577
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test12Snippet(org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container, boolean);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
        start local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
        start local 2 // boolean test
         0: .line 583
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 3 /* temp1 */
        start local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
         1: .line 584
            new org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container
            dup
            invokespecial org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.<init>:()V
            astore 4 /* temp2 */
        start local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
         2: .line 585
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 586
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 587
            bipush 7
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 588
            aload 1 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 589
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 19
         8: .line 590
      StackMap locals: org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container int
      StackMap stack:
            iload 2 /* test */
            ifeq 14
         9: .line 591
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 592
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 593
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 594
            aload 0 /* main */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 595
            goto 18
        14: .line 596
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 597
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 598
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        17: .line 599
            aload 0 /* main */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        18: .line 589
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            bipush 10
            if_icmplt 8
        end local 5 // int i
        20: .line 602
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        21: .line 603
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        22: .line 604
            bipush 6
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        23: .line 605
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        24: .line 606
            bipush 8
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        25: .line 607
            aload 1 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        26: .line 608
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        27: .line 609
            return
        end local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp2
        end local 3 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container temp1
        end local 2 // boolean test
        end local 1 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main1
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container main
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   28     0   main  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   28     1  main1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            0   28     2   test  Z
            1   28     3  temp1  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            2   28     4  temp2  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
            7   20     5      i  I
    MethodParameters:
       Name  Flags
      main   
      main1  
      test   

  public void test57();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 611
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test58();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 616
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test59();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 621
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void test60();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 626
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static void test13Snippet(java.lang.Object[], java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;[Ljava/lang/Object;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.lang.Object[] a
        start local 1 // java.lang.Object[] b
         0: .line 632
            aload 0 /* a */
            iconst_0
            aload 1 /* b */
            iconst_0
            aload 0 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 633
            return
        end local 1 // java.lang.Object[] b
        end local 0 // java.lang.Object[] a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  [Ljava/lang/Object;
            0    2     1     b  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void test61();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 635
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private void test(java.lang.String, int, int[]);
    descriptor: (Ljava/lang/String;I[I)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
        start local 1 // java.lang.String snippet
        start local 2 // int expectedBarriers
        start local 3 // int[] removedBarrierIndices
         0: .line 646
            iload 2 /* expectedBarriers */
            invokedynamic apply(I)Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$GraphPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/graalvm/compiler/nodes/StructuredGraph;)I
                  org/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest.lambda$1(ILorg/graalvm/compiler/nodes/StructuredGraph;)I (6)
                  (Lorg/graalvm/compiler/nodes/StructuredGraph;)I
            astore 4 /* noCheck */
        start local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$GraphPredicate noCheck
         1: .line 647
            aload 0 /* this */
            aload 1 /* snippet */
            aload 4 /* noCheck */
            aload 3 /* removedBarrierIndices */
            invokevirtual org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.testPredicate:(Ljava/lang/String;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$GraphPredicate;[I)V
         2: .line 648
            return
        end local 4 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$GraphPredicate noCheck
        end local 3 // int[] removedBarrierIndices
        end local 2 // int expectedBarriers
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
            0    3     1                snippet  Ljava/lang/String;
            0    3     2       expectedBarriers  I
            0    3     3  removedBarrierIndices  [I
            1    3     4                noCheck  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$GraphPredicate;
    MethodParameters:
                       Name  Flags
      snippet                final
      expectedBarriers       final
      removedBarrierIndices  final

  private void testPredicate(java.lang.String, org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$GraphPredicate, int[]);
    descriptor: (Ljava/lang/String;Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$GraphPredicate;[I)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
         0: .line 671
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest;
    MethodParameters:
                       Name  Flags
      snippet                final
      expectedBarriers       final
      removedBarrierIndices  final

  private static int lambda$1(int, org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (ILorg/graalvm/compiler/nodes/StructuredGraph;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph noArg
         0: .line 646
            iload 0
            ireturn
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph noArg
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  noArg  Lorg/graalvm/compiler/nodes/StructuredGraph;
}
SourceFile: "WriteBarrierVerificationTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$1  org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container  org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$GraphPredicate
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Container = org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container of org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest
  private abstract GraphPredicate = org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$GraphPredicate of org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest