class org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 extends org.graalvm.compiler.phases.Phase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1
  super_class: org.graalvm.compiler.phases.Phase
{
  final org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest this$0;
    descriptor: Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
         0: .line 366
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1.this$0:Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest;
            aload 0 /* this */
            invokespecial org.graalvm.compiler.phases.Phase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void run(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 370
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1.this$0:Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest;
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest.verifyBarriers:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         1: .line 371
            return
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest$1;
            0    2     1  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      graph  

  public float codeSizeIncrease();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
         0: .line 375
            ldc 65535.0
            freturn
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest$1;

  protected java.lang.CharSequence getName();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
         0: .line 380
            ldc "VerifyBarriersPhase"
            areturn
        end local 0 // org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/WriteBarrierAdditionTest$1;
}
SourceFile: "WriteBarrierAdditionTest.java"
EnclosingMethod: org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest.createSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
NestHost: org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest
InnerClasses:
  org.graalvm.compiler.hotspot.test.WriteBarrierAdditionTest$1