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 75
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest.<init>:()V
         1: .line 79
            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 75
            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 90
            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 91
            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 92
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 93
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 94
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 95
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 96
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         7: .line 97
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         8: .line 98
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 99
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        10: .line 100
            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 102
            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 107
            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 113
            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 114
            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 115
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 116
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 117
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 118
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 119
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 120
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 121
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         9: .line 122
            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 124
            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 129
            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 135
            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 136
            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 137
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 138
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 139
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 17
         6: .line 140
      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 141
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         8: .line 142
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 143
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 144
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 145
            goto 16
        12: .line 146
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        13: .line 147
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        14: .line 148
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 149
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 139
      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 152
            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 154
            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 159
            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 164
            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 169
            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 174
            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 179
            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 185
            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 186
            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 187
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 188
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 189
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 190
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 18
         7: .line 191
      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 192
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 193
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 194
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        11: .line 195
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        12: .line 196
            goto 17
        13: .line 197
      StackMap locals:
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 198
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 199
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        16: .line 200
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        17: .line 190
      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 203
            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 205
            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 210
            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 215
            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 221
            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 222
            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 223
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 224
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 225
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 226
            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 227
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 228
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 229
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 230
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 231
            goto 15
        11: .line 232
      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 233
            aload 0 /* main */
            aload 2 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 234
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 235
            aload 0 /* main */
            aload 1 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 237
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 238
            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 240
            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 245
            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 250
            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 255
            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 260
            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 265
            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 270
            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 276
            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 277
            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 278
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 279
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 280
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 281
            iload 1 /* test */
            ifeq 11
         6: .line 282
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 283
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 284
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         9: .line 285
            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 286
            goto 15
        11: .line 287
      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 288
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 289
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 290
            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 292
      StackMap locals:
      StackMap stack:
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 293
            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 295
            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 300
            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 305
            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 310
            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 316
            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 317
            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 318
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 319
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         4: .line 320
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         5: .line 321
            iload 1 /* test */
            ifeq 8
         6: .line 322
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 323
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 325
      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 326
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        10: .line 327
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        11: .line 328
            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 330
            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 335
            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 340
            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 345
            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 351
            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 352
            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 353
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 354
            iload 1 /* test */
            ifeq 6
         4: .line 355
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 356
            aload 0 /* main */
            aload 2 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 358
      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 359
            aload 0 /* main */
            aload 3 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 360
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         9: .line 361
            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 363
            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 368
            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 373
            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 379
            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 380
            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 381
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 382
            iload 2 /* test */
            ifeq 7
         4: .line 383
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 384
            aload 0 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 385
            goto 9
         7: .line 386
      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 387
            aload 1 /* main2 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         9: .line 389
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 390
            aload 0 /* main1 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 391
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 392
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 393
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        14: .line 394
            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 396
            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 401
            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 406
            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 411
            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 416
            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 421
            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 427
            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 428
            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 429
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 430
            iload 2 /* test */
            ifeq 9
         4: .line 431
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 432
            aload 0 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 433
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 434
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 435
            goto 11
         9: .line 436
      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 437
            aload 1 /* main2 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 439
      StackMap locals:
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 440
            aload 0 /* main1 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 441
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        14: .line 442
            aload 1 /* main2 */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        15: .line 443
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        16: .line 444
            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 446
            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 451
            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 456
            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 461
            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 466
            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 471
            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 476
            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 481
            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 487
            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 488
            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 489
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         3: .line 490
            iload 3 /* test */
            ifeq 17
         4: .line 491
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 492
            aload 0 /* main1 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 493
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         7: .line 494
            aload 2 /* main3 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         8: .line 495
            iload 3 /* test */
            ifne 12
         9: .line 496
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 497
            aload 1 /* main2 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 498
            goto 27
        12: .line 499
      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 500
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        14: .line 501
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 502
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 504
            goto 27
        17: .line 505
      StackMap locals:
      StackMap stack:
            bipush 6
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        18: .line 506
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        19: .line 507
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        20: goto 24
        21: .line 508
      StackMap locals: int
      StackMap stack:
            bipush 7
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        22: .line 509
            aload 2 /* main3 */
            aload 4 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        23: .line 507
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 6 /* i */
            bipush 10
            if_icmplt 21
        end local 6 // int i
        25: .line 511
            bipush 8
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        26: .line 512
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        27: .line 514
      StackMap locals:
      StackMap stack:
            bipush 9
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        28: .line 515
            aload 0 /* main1 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        29: .line 516
            bipush 10
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        30: .line 517
            aload 1 /* main2 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        31: .line 518
            bipush 11
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        32: .line 519
            aload 2 /* main3 */
            aload 5 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        33: .line 520
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        34: .line 521
            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 523
            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 528
            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 533
            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 538
            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 543
            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 548
            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 553
            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 558
            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 563
            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 568
            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 573
            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 579
            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 580
            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 581
            iconst_0
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         3: .line 582
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
         4: .line 583
            bipush 7
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
         5: .line 584
            aload 1 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
         6: .line 585
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 19
         8: .line 586
      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 587
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        10: .line 588
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        11: .line 589
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        12: .line 590
            aload 0 /* main */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        13: .line 591
            goto 18
        14: .line 592
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        15: .line 593
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        16: .line 594
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        17: .line 595
            aload 0 /* main */
            aload 4 /* temp2 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        18: .line 585
      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 598
            iconst_5
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        21: .line 599
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.a:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        22: .line 600
            bipush 6
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        23: .line 601
            aload 0 /* main */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        24: .line 602
            bipush 8
            putstatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.barrierIndex:I
        25: .line 603
            aload 1 /* main1 */
            aload 3 /* temp1 */
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest$Container.b:Lorg/graalvm/compiler/hotspot/test/WriteBarrierVerificationTest$Container;
        26: .line 604
            invokestatic org.graalvm.compiler.hotspot.test.WriteBarrierVerificationTest.safepoint:()V
        27: .line 605
            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 607
            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 612
            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 617
            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 622
            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 628
            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 629
            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     

  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 636
            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$0(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 637
            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 638
            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 662
            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$0(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 636
            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