public class sun.jvm.hotspot.opto.InlineTree extends sun.jvm.hotspot.runtime.VMObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.opto.InlineTree
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  private static sun.jvm.hotspot.types.AddressField callerJvmsField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField methodField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField callerTreeField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField subtreesField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.runtime.StaticBaseConstructor<sun.jvm.hotspot.opto.InlineTree> inlineTreeConstructor;
    descriptor: Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Lsun/jvm/hotspot/runtime/StaticBaseConstructor<Lsun/jvm/hotspot/opto/InlineTree;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            new sun.jvm.hotspot.opto.InlineTree$1
            dup
            invokespecial sun.jvm.hotspot.opto.InlineTree$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 60
            new sun.jvm.hotspot.runtime.StaticBaseConstructor
            dup
            ldc Lsun/jvm/hotspot/opto/InlineTree;
            invokespecial sun.jvm.hotspot.runtime.StaticBaseConstructor.<init>:(Ljava/lang/Class;)V
            putstatic sun.jvm.hotspot.opto.InlineTree.inlineTreeConstructor:Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 48
            aload 0 /* db */
            ldc "InlineTree"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 49
            aload 1 /* type */
            ldc "_caller_jvms"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.opto.InlineTree.callerJvmsField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 50
            aload 1 /* type */
            ldc "_method"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.opto.InlineTree.methodField:Lsun/jvm/hotspot/types/AddressField;
         3: .line 51
            aload 1 /* type */
            ldc "_caller_tree"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.opto.InlineTree.callerTreeField:Lsun/jvm/hotspot/types/AddressField;
         4: .line 52
            aload 1 /* type */
            ldc "_subtrees"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.opto.InlineTree.subtreesField:Lsun/jvm/hotspot/types/AddressField;
         5: .line 53
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    6     1  type  Lsun/jvm/hotspot/types/Type;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 63
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 64
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.opto.InlineTree callerTree();
    descriptor: ()Lsun/jvm/hotspot/opto/InlineTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 67
            getstatic sun.jvm.hotspot.opto.InlineTree.callerTreeField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         1: .line 68
            aload 1 /* addr */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 70
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            new sun.jvm.hotspot.opto.InlineTree
            dup
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.opto.InlineTree.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            1    3     1  addr  Lsun/jvm/hotspot/debugger/Address;

  public sun.jvm.hotspot.ci.ciMethod method();
    descriptor: ()Lsun/jvm/hotspot/ci/ciMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 74
            getstatic sun.jvm.hotspot.opto.InlineTree.methodField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.ci.ciObjectFactory.getMetadata:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMetadata;
            checkcast sun.jvm.hotspot.ci.ciMethod
            areturn
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/opto/InlineTree;

  public sun.jvm.hotspot.opto.JVMState callerJvms();
    descriptor: ()Lsun/jvm/hotspot/opto/JVMState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 78
            getstatic sun.jvm.hotspot.opto.InlineTree.callerJvmsField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.opto.JVMState.create:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/opto/JVMState;
            areturn
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/opto/InlineTree;

  public int callerBci();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 82
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.callerJvms:()Lsun/jvm/hotspot/opto/JVMState;
            astore 1 /* jvms */
        start local 1 // sun.jvm.hotspot.opto.JVMState jvms
         1: .line 83
            aload 1 /* jvms */
            ifnull 2
            aload 1 /* jvms */
            invokevirtual sun.jvm.hotspot.opto.JVMState.bci:()I
            goto 3
      StackMap locals: sun.jvm.hotspot.opto.JVMState
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // sun.jvm.hotspot.opto.JVMState jvms
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            1    4     1  jvms  Lsun/jvm/hotspot/opto/JVMState;

  public sun.jvm.hotspot.utilities.GrowableArray<sun.jvm.hotspot.opto.InlineTree> subtrees();
    descriptor: ()Lsun/jvm/hotspot/utilities/GrowableArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 87
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.opto.InlineTree.subtreesField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getOffset:()J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         1: .line 89
            aload 1 /* addr */
            getstatic sun.jvm.hotspot.opto.InlineTree.inlineTreeConstructor:Lsun/jvm/hotspot/runtime/StaticBaseConstructor;
            invokestatic sun.jvm.hotspot.utilities.GrowableArray.create:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/runtime/InstanceConstructor;)Lsun/jvm/hotspot/utilities/GrowableArray;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            1    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    Signature: ()Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;

  public int inlineLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.callerJvms:()Lsun/jvm/hotspot/opto/JVMState;
            astore 1 /* jvms */
        start local 1 // sun.jvm.hotspot.opto.JVMState jvms
         1: .line 94
            aload 1 /* jvms */
            ifnull 2
            aload 1 /* jvms */
            invokevirtual sun.jvm.hotspot.opto.JVMState.depth:()I
            goto 3
      StackMap locals: sun.jvm.hotspot.opto.JVMState
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // sun.jvm.hotspot.opto.JVMState jvms
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            1    4     1  jvms  Lsun/jvm/hotspot/opto/JVMState;

  public void printImpl(java.io.PrintStream, int);
    descriptor: (Ljava/io/PrintStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
        start local 1 // java.io.PrintStream st
        start local 2 // int indent
         0: .line 98
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* st */
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         3: iload 3 /* i */
            iload 2 /* indent */
            if_icmplt 2
        end local 3 // int i
         4: .line 99
            aload 1 /* st */
            ldc " @ %d "
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.callerBci:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
            pop
         5: .line 100
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.method:()Lsun/jvm/hotspot/ci/ciMethod;
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.printShortName:(Ljava/io/PrintStream;)V
         6: .line 101
            aload 1 /* st */
            invokevirtual java.io.PrintStream.println:()V
         7: .line 103
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
            astore 3 /* subt */
        start local 3 // sun.jvm.hotspot.utilities.GrowableArray subt
         8: .line 104
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         9: goto 12
        10: .line 105
      StackMap locals: sun.jvm.hotspot.opto.InlineTree java.io.PrintStream int sun.jvm.hotspot.utilities.GrowableArray int
      StackMap stack:
            aload 3 /* subt */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.opto.InlineTree
            aload 1 /* st */
            iload 2 /* indent */
            iconst_2
            iadd
            invokevirtual sun.jvm.hotspot.opto.InlineTree.printImpl:(Ljava/io/PrintStream;I)V
        11: .line 104
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            aload 3 /* subt */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 10
        end local 4 // int i
        13: .line 107
            return
        end local 3 // sun.jvm.hotspot.utilities.GrowableArray subt
        end local 2 // int indent
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/jvm/hotspot/opto/InlineTree;
            0   14     1      st  Ljava/io/PrintStream;
            0   14     2  indent  I
            1    4     3       i  I
            8   14     3    subt  Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
            9   13     4       i  I
    MethodParameters:
        Name  Flags
      st      
      indent  

  public void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
        start local 1 // java.io.PrintStream st
         0: .line 109
            aload 0 /* this */
            aload 1 /* st */
            iconst_2
            invokevirtual sun.jvm.hotspot.opto.InlineTree.printImpl:(Ljava/io/PrintStream;I)V
         1: .line 110
            return
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/opto/InlineTree;
            0    2     1    st  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      st    

  public int count();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
         0: .line 114
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 115
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
            astore 2 /* subt */
        start local 2 // sun.jvm.hotspot.utilities.GrowableArray subt
         2: .line 116
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 117
      StackMap locals: int sun.jvm.hotspot.utilities.GrowableArray int
      StackMap stack:
            iload 1 /* result */
            aload 2 /* subt */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.opto.InlineTree
            invokevirtual sun.jvm.hotspot.opto.InlineTree.count:()I
            iadd
            istore 1 /* result */
         5: .line 116
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* subt */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 4
        end local 3 // int i
         7: .line 119
            iload 1 /* result */
            ireturn
        end local 2 // sun.jvm.hotspot.utilities.GrowableArray subt
        end local 1 // int result
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/jvm/hotspot/opto/InlineTree;
            1    8     1  result  I
            2    8     2    subt  Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
            3    7     3       i  I

  public void dumpReplayData(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.opto.InlineTree this
        start local 1 // java.io.PrintStream out
         0: .line 123
            aload 1 /* out */
            ldc " %d %d "
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.inlineLevel:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.callerBci:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual java.io.PrintStream.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;
            pop
         1: .line 124
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.method:()Lsun/jvm/hotspot/ci/ciMethod;
            invokevirtual sun.jvm.hotspot.ci.ciMethod.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Method
            astore 2 /* method */
        start local 2 // sun.jvm.hotspot.oops.Method method
         2: .line 125
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getMethodHolder:()Lsun/jvm/hotspot/oops/InstanceKlass;
            astore 3 /* holder */
        start local 3 // sun.jvm.hotspot.oops.Klass holder
         3: .line 126
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            aload 3 /* holder */
            invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 127
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.oops.OopUtilities.escapeString:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 128
            aload 2 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.getSignature:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.oops.Symbol.asString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 126
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 130
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.subtrees:()Lsun/jvm/hotspot/utilities/GrowableArray;
            astore 4 /* subt */
        start local 4 // sun.jvm.hotspot.utilities.GrowableArray subt
         8: .line 131
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 132
      StackMap locals: sun.jvm.hotspot.opto.InlineTree java.io.PrintStream sun.jvm.hotspot.oops.Method sun.jvm.hotspot.oops.Klass sun.jvm.hotspot.utilities.GrowableArray int
      StackMap stack:
            aload 4 /* subt */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.at:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.opto.InlineTree
            aload 1 /* out */
            invokevirtual sun.jvm.hotspot.opto.InlineTree.dumpReplayData:(Ljava/io/PrintStream;)V
        11: .line 131
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 4 /* subt */
            invokevirtual sun.jvm.hotspot.utilities.GrowableArray.length:()I
            if_icmplt 10
        end local 5 // int i
        13: .line 134
            return
        end local 4 // sun.jvm.hotspot.utilities.GrowableArray subt
        end local 3 // sun.jvm.hotspot.oops.Klass holder
        end local 2 // sun.jvm.hotspot.oops.Method method
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.opto.InlineTree this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/jvm/hotspot/opto/InlineTree;
            0   14     1     out  Ljava/io/PrintStream;
            2   14     2  method  Lsun/jvm/hotspot/oops/Method;
            3   14     3  holder  Lsun/jvm/hotspot/oops/Klass;
            8   14     4    subt  Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/opto/InlineTree;>;
            9   13     5       i  I
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "InlineTree.java"
NestMembers:
  sun.jvm.hotspot.opto.InlineTree$1
InnerClasses:
  sun.jvm.hotspot.opto.InlineTree$1