public class sun.jvm.hotspot.ci.ciMethodData extends sun.jvm.hotspot.ci.ciMetadata implements sun.jvm.hotspot.oops.MethodDataInterface<sun.jvm.hotspot.ci.ciKlass, sun.jvm.hotspot.ci.ciMethod>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ci.ciMethodData
  super_class: sun.jvm.hotspot.ci.ciMetadata
{
  private static sun.jvm.hotspot.types.AddressField origField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField currentMileageField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField argReturnedField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField argStackField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField argLocalField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField eflagsField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField hintDiField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static sun.jvm.hotspot.oops.CIntField extraDataSizeField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField dataSizeField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField stateField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int sizeofMethodDataOopDesc;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField parametersTypeDataDi;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 36
            new sun.jvm.hotspot.ci.ciMethodData$1
            dup
            invokespecial sun.jvm.hotspot.ci.ciMethodData$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 74
            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=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 44
            aload 0 /* db */
            ldc "ciMethodData"
            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 45
            aload 1 /* type */
            ldc "_orig"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.ci.ciMethodData.origField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 46
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_current_mileage"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.currentMileageField:Lsun/jvm/hotspot/oops/CIntField;
         3: .line 47
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_arg_returned"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.argReturnedField:Lsun/jvm/hotspot/oops/CIntField;
         4: .line 48
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_arg_stack"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.argStackField:Lsun/jvm/hotspot/oops/CIntField;
         5: .line 49
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_arg_local"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.argLocalField:Lsun/jvm/hotspot/oops/CIntField;
         6: .line 50
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_eflags"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.eflagsField:Lsun/jvm/hotspot/oops/CIntField;
         7: .line 51
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_hint_di"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.hintDiField:Lsun/jvm/hotspot/oops/CIntField;
         8: .line 52
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_current_mileage"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.currentMileageField:Lsun/jvm/hotspot/oops/CIntField;
         9: .line 53
            aload 1 /* type */
            ldc "_data"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
        10: .line 54
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_extra_data_size"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.extraDataSizeField:Lsun/jvm/hotspot/oops/CIntField;
        11: .line 55
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_data_size"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.dataSizeField:Lsun/jvm/hotspot/oops/CIntField;
        12: .line 56
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_state"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.stateField:Lsun/jvm/hotspot/oops/CIntField;
        13: .line 57
            aload 0 /* db */
            ldc "MethodData"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 2 /* typeMethodData */
        start local 2 // sun.jvm.hotspot.types.Type typeMethodData
        14: .line 58
            aload 2 /* typeMethodData */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            l2i
            putstatic sun.jvm.hotspot.ci.ciMethodData.sizeofMethodDataOopDesc:I
        15: .line 59
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 2 /* typeMethodData */
            ldc "_parameters_type_data_di"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.ci.ciMethodData.parametersTypeDataDi:Lsun/jvm/hotspot/oops/CIntField;
        16: .line 60
            return
        end local 2 // sun.jvm.hotspot.types.Type typeMethodData
        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   17     0              db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   17     1            type  Lsun/jvm/hotspot/types/Type;
           14   17     2  typeMethodData  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.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 77
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.ci.ciMetadata.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 78
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.ci.ciKlass getKlassAtAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciKlass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 81
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.ci.ciObjectFactory.getMetadata:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMetadata;
            checkcast sun.jvm.hotspot.ci.ciKlass
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.ci.ciMethod getMethodAtAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 85
            aload 1 /* addr */
            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 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    1     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public void printKlassValueOn(sun.jvm.hotspot.ci.ciKlass, java.io.PrintStream);
    descriptor: (Lsun/jvm/hotspot/ci/ciKlass;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.ci.ciKlass klass
        start local 2 // java.io.PrintStream st
         0: .line 89
            aload 1 /* klass */
            aload 2 /* st */
            invokevirtual sun.jvm.hotspot.ci.ciKlass.printValueOn:(Ljava/io/PrintStream;)V
         1: .line 90
            return
        end local 2 // java.io.PrintStream st
        end local 1 // sun.jvm.hotspot.ci.ciKlass klass
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    2     1  klass  Lsun/jvm/hotspot/ci/ciKlass;
            0    2     2     st  Ljava/io/PrintStream;
    MethodParameters:
       Name  Flags
      klass  
      st     

  public void printMethodValueOn(sun.jvm.hotspot.ci.ciMethod, java.io.PrintStream);
    descriptor: (Lsun/jvm/hotspot/ci/ciMethod;Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.ci.ciMethod method
        start local 2 // java.io.PrintStream st
         0: .line 93
            aload 1 /* method */
            aload 2 /* st */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.printValueOn:(Ljava/io/PrintStream;)V
         1: .line 94
            return
        end local 2 // java.io.PrintStream st
        end local 1 // sun.jvm.hotspot.ci.ciMethod method
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    2     1  method  Lsun/jvm/hotspot/ci/ciMethod;
            0    2     2      st  Ljava/io/PrintStream;
    MethodParameters:
        Name  Flags
      method  
      st      

  private byte[] fetchDataAt(sun.jvm.hotspot.debugger.Address, long);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;J)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.debugger.Address base
        start local 2 // long size
         0: .line 97
            lload 2 /* size */
            l2i
            newarray 8
            astore 4 /* result */
        start local 4 // byte[] result
         1: .line 98
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 99
      StackMap locals: byte[] int
      StackMap stack:
            aload 4 /* result */
            iload 5 /* i */
            aload 1 /* base */
            iload 5 /* i */
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJByteAt:(J)B
            bastore
         4: .line 98
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            i2l
            lload 2 /* size */
            lcmp
            iflt 3
        end local 5 // int i
         6: .line 101
            aload 4 /* result */
            areturn
        end local 4 // byte[] result
        end local 2 // long size
        end local 1 // sun.jvm.hotspot.debugger.Address base
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    7     1    base  Lsun/jvm/hotspot/debugger/Address;
            0    7     2    size  J
            1    7     4  result  [B
            2    6     5       i  I
    MethodParameters:
      Name  Flags
      base  
      size  

  public byte[] orig();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 106
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.ci.ciMethodData.origField: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 /* base */
        start local 1 // sun.jvm.hotspot.debugger.Address base
         1: .line 107
            getstatic sun.jvm.hotspot.oops.MethodData.sizeofMethodDataOopDesc:I
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
         2: .line 108
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 109
      StackMap locals: sun.jvm.hotspot.debugger.Address byte[] int
      StackMap stack:
            aload 2 /* result */
            iload 3 /* i */
            aload 1 /* base */
            iload 3 /* i */
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJByteAt:(J)B
            bastore
         5: .line 108
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            getstatic sun.jvm.hotspot.oops.MethodData.sizeofMethodDataOopDesc:I
            if_icmplt 4
        end local 3 // int i
         7: .line 111
            aload 2 /* result */
            areturn
        end local 2 // byte[] result
        end local 1 // sun.jvm.hotspot.debugger.Address base
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/jvm/hotspot/ci/ciMethodData;
            1    8     1    base  Lsun/jvm/hotspot/debugger/Address;
            2    8     2  result  [B
            3    7     3       i  I

  public long[] data();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 116
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.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 /* base */
        start local 1 // sun.jvm.hotspot.debugger.Address base
         1: .line 117
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataSize:()I
            getstatic sun.jvm.hotspot.oops.MethodData.cellSize:I
            idiv
            istore 2 /* elements */
        start local 2 // int elements
         2: .line 118
            iload 2 /* elements */
            newarray 11
            astore 3 /* result */
        start local 3 // long[] result
         3: .line 119
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 9
         5: .line 120
      StackMap locals: sun.jvm.hotspot.ci.ciMethodData sun.jvm.hotspot.debugger.Address int long[] int
      StackMap stack:
            aload 1 /* base */
            iload 4 /* i */
            getstatic sun.jvm.hotspot.oops.MethodData.cellSize:I
            imul
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* value */
        start local 5 // sun.jvm.hotspot.debugger.Address value
         6: .line 121
            aload 5 /* value */
            ifnull 8
         7: .line 122
            aload 3 /* result */
            iload 4 /* i */
            aload 5 /* value */
            aconst_null
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            lastore
        end local 5 // sun.jvm.hotspot.debugger.Address value
         8: .line 119
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* elements */
            if_icmplt 5
        end local 4 // int i
        10: .line 125
            aload 3 /* result */
            areturn
        end local 3 // long[] result
        end local 2 // int elements
        end local 1 // sun.jvm.hotspot.debugger.Address base
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/jvm/hotspot/ci/ciMethodData;
            1   11     1      base  Lsun/jvm/hotspot/debugger/Address;
            2   11     2  elements  I
            3   11     3    result  [J
            4   10     4         i  I
            6    8     5     value  Lsun/jvm/hotspot/debugger/Address;

  int dataSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 129
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataSizeField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  int extraDataSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 133
            getstatic sun.jvm.hotspot.ci.ciMethodData.extraDataSizeField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  int state();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 137
            getstatic sun.jvm.hotspot.ci.ciMethodData.stateField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  int currentMileage();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 141
            getstatic sun.jvm.hotspot.ci.ciMethodData.currentMileageField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  boolean outOfBounds(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // int dataIndex
         0: .line 145
            iload 1 /* dataIndex */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataSize:()I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int dataIndex
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    2     1  dataIndex  I
    MethodParameters:
           Name  Flags
      dataIndex  

  sun.jvm.hotspot.oops.ParametersTypeData<sun.jvm.hotspot.ci.ciKlass, sun.jvm.hotspot.ci.ciMethod> parametersTypeData();
    descriptor: ()Lsun/jvm/hotspot/oops/ParametersTypeData;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 149
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.ci.ciMethodData.origField: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 /* base */
        start local 1 // sun.jvm.hotspot.debugger.Address base
         1: .line 150
            getstatic sun.jvm.hotspot.ci.ciMethodData.parametersTypeDataDi:Lsun/jvm/hotspot/oops/CIntField;
            aload 1 /* base */
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            istore 2 /* di */
        start local 2 // int di
         2: .line 151
            iload 2 /* di */
            iconst_m1
            if_icmpeq 3
            iload 2 /* di */
            bipush -2
            if_icmpne 4
         3: .line 152
      StackMap locals: sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            aconst_null
            areturn
         4: .line 154
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.DataLayout
            dup
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            iload 2 /* di */
            invokespecial sun.jvm.hotspot.oops.DataLayout.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
            astore 3 /* dataLayout */
        start local 3 // sun.jvm.hotspot.oops.DataLayout dataLayout
         5: .line 155
            new sun.jvm.hotspot.oops.ParametersTypeData
            dup
            aload 0 /* this */
            aload 3 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.ParametersTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        end local 3 // sun.jvm.hotspot.oops.DataLayout dataLayout
        end local 2 // int di
        end local 1 // sun.jvm.hotspot.debugger.Address base
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/jvm/hotspot/ci/ciMethodData;
            1    6     1        base  Lsun/jvm/hotspot/debugger/Address;
            2    6     2          di  I
            5    6     3  dataLayout  Lsun/jvm/hotspot/oops/DataLayout;
    Signature: ()Lsun/jvm/hotspot/oops/ParametersTypeData<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;

  sun.jvm.hotspot.oops.ProfileData dataAt(int);
    descriptor: (I)Lsun/jvm/hotspot/oops/ProfileData;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // int dataIndex
         0: .line 159
            aload 0 /* this */
            iload 1 /* dataIndex */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.outOfBounds:(I)Z
            ifeq 2
         1: .line 160
            aconst_null
            areturn
         2: .line 162
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.DataLayout
            dup
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            iload 1 /* dataIndex */
            invokespecial sun.jvm.hotspot.oops.DataLayout.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
            astore 2 /* dataLayout */
        start local 2 // sun.jvm.hotspot.oops.DataLayout dataLayout
         3: .line 164
            aload 2 /* dataLayout */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.tag:()I
            tableswitch { // 0 - 12
                    0: 4
                    1: 5
                    2: 6
                    3: 7
                    4: 8
                    5: 9
                    6: 10
                    7: 11
                    8: 12
                    9: 4
                   10: 13
                   11: 14
                   12: 15
              default: 4
          }
         4: .line 167
      StackMap locals: sun.jvm.hotspot.oops.DataLayout
      StackMap stack:
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
         5: .line 169
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.BitData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.BitData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
         6: .line 171
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.CounterData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.CounterData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
         7: .line 173
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.JumpData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.JumpData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
         8: .line 175
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.ReceiverTypeData
            dup
            aload 0 /* this */
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.ReceiverTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
         9: .line 177
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.VirtualCallData
            dup
            aload 0 /* this */
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.VirtualCallData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        10: .line 179
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.RetData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.RetData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        11: .line 181
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.BranchData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.BranchData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        12: .line 183
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.MultiBranchData
            dup
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.MultiBranchData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        13: .line 185
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.CallTypeData
            dup
            aload 0 /* this */
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.CallTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        14: .line 187
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.VirtualCallTypeData
            dup
            aload 0 /* this */
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.VirtualCallTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        15: .line 189
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.ParametersTypeData
            dup
            aload 0 /* this */
            aload 2 /* dataLayout */
            invokespecial sun.jvm.hotspot.oops.ParametersTypeData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            areturn
        end local 2 // sun.jvm.hotspot.oops.DataLayout dataLayout
        end local 1 // int dataIndex
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lsun/jvm/hotspot/ci/ciMethodData;
            0   16     1   dataIndex  I
            3   16     2  dataLayout  Lsun/jvm/hotspot/oops/DataLayout;
    MethodParameters:
           Name  Flags
      dataIndex  

  int dpToDi(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // int dp
         0: .line 194
            iload 1 /* dp */
            ireturn
        end local 1 // int dp
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    1     1    dp  I
    MethodParameters:
      Name  Flags
      dp    

  int firstDi();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 197
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  sun.jvm.hotspot.oops.ProfileData firstData();
    descriptor: ()Lsun/jvm/hotspot/oops/ProfileData;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 198
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.firstDi:()I
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataAt:(I)Lsun/jvm/hotspot/oops/ProfileData;
            areturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  sun.jvm.hotspot.oops.ProfileData nextData(sun.jvm.hotspot.oops.ProfileData);
    descriptor: (Lsun/jvm/hotspot/oops/ProfileData;)Lsun/jvm/hotspot/oops/ProfileData;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.oops.ProfileData current
         0: .line 200
            aload 0 /* this */
            aload 1 /* current */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.dp:()I
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dpToDi:(I)I
            istore 2 /* currentIndex */
        start local 2 // int currentIndex
         1: .line 201
            iload 2 /* currentIndex */
            aload 1 /* current */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.sizeInBytes:()I
            iadd
            istore 3 /* nextIndex */
        start local 3 // int nextIndex
         2: .line 202
            aload 0 /* this */
            iload 3 /* nextIndex */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataAt:(I)Lsun/jvm/hotspot/oops/ProfileData;
            areturn
        end local 3 // int nextIndex
        end local 2 // int currentIndex
        end local 1 // sun.jvm.hotspot.oops.ProfileData current
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    3     1       current  Lsun/jvm/hotspot/oops/ProfileData;
            1    3     2  currentIndex  I
            2    3     3     nextIndex  I
    MethodParameters:
         Name  Flags
      current  

  boolean isValid(sun.jvm.hotspot.oops.ProfileData);
    descriptor: (Lsun/jvm/hotspot/oops/ProfileData;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.oops.ProfileData current
         0: .line 204
            aload 1 /* current */
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.oops.ProfileData current
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    2     1  current  Lsun/jvm/hotspot/oops/ProfileData;
    MethodParameters:
         Name  Flags
      current  

  sun.jvm.hotspot.oops.DataLayout limitDataPosition();
    descriptor: ()Lsun/jvm/hotspot/oops/DataLayout;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 207
            new sun.jvm.hotspot.oops.DataLayout
            dup
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataSize:()I
            invokespecial sun.jvm.hotspot.oops.DataLayout.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  sun.jvm.hotspot.oops.DataLayout extraDataBase();
    descriptor: ()Lsun/jvm/hotspot/oops/DataLayout;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 210
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.limitDataPosition:()Lsun/jvm/hotspot/oops/DataLayout;
            areturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  sun.jvm.hotspot.oops.DataLayout extraDataLimit();
    descriptor: ()Lsun/jvm/hotspot/oops/DataLayout;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
         0: .line 213
            new sun.jvm.hotspot.oops.DataLayout
            dup
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dataSize:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.extraDataSize:()I
            iadd
            invokespecial sun.jvm.hotspot.oops.DataLayout.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ci/ciMethodData;

  sun.jvm.hotspot.oops.DataLayout nextExtra(sun.jvm.hotspot.oops.DataLayout);
    descriptor: (Lsun/jvm/hotspot/oops/DataLayout;)Lsun/jvm/hotspot/oops/DataLayout;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // sun.jvm.hotspot.oops.DataLayout dataLayout
         0: .line 216
            new sun.jvm.hotspot.oops.DataLayout
            dup
            getstatic sun.jvm.hotspot.ci.ciMethodData.dataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* dataLayout */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.dp:()I
            aload 1 /* dataLayout */
            invokestatic sun.jvm.hotspot.oops.MethodData.extraNbCells:(Lsun/jvm/hotspot/oops/DataLayout;)I
            invokestatic sun.jvm.hotspot.oops.DataLayout.computeSizeInBytes:(I)I
            iadd
            invokespecial sun.jvm.hotspot.oops.DataLayout.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
            areturn
        end local 1 // sun.jvm.hotspot.oops.DataLayout dataLayout
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    1     1  dataLayout  Lsun/jvm/hotspot/oops/DataLayout;
    MethodParameters:
            Name  Flags
      dataLayout  

  public void printDataOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream st
         0: .line 220
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.parametersTypeData:()Lsun/jvm/hotspot/oops/ParametersTypeData;
            ifnull 2
         1: .line 221
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.parametersTypeData:()Lsun/jvm/hotspot/oops/ParametersTypeData;
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.oops.ParametersTypeData.printDataOn:(Ljava/io/PrintStream;)V
         2: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.firstData:()Lsun/jvm/hotspot/oops/ProfileData;
            astore 2 /* data */
        start local 2 // sun.jvm.hotspot.oops.ProfileData data
         3: .line 224
            goto 8
         4: .line 225
      StackMap locals: sun.jvm.hotspot.oops.ProfileData
      StackMap stack:
            aload 1 /* st */
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.dp:()I
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dpToDi:(I)I
            invokevirtual java.io.PrintStream.print:(I)V
         5: .line 226
            aload 1 /* st */
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 228
            aload 2 /* data */
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.printDataOn:(Ljava/io/PrintStream;)V
         7: .line 224
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.nextData:(Lsun/jvm/hotspot/oops/ProfileData;)Lsun/jvm/hotspot/oops/ProfileData;
            astore 2 /* data */
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            aload 2 /* data */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.isValid:(Lsun/jvm/hotspot/oops/ProfileData;)Z
            ifne 4
         9: .line 230
            aload 1 /* st */
            ldc "--- Extra data:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        10: .line 231
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.extraDataBase:()Lsun/jvm/hotspot/oops/DataLayout;
            astore 3 /* dp */
        start local 3 // sun.jvm.hotspot.oops.DataLayout dp
        11: .line 232
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.extraDataLimit:()Lsun/jvm/hotspot/oops/DataLayout;
            astore 4 /* end */
        start local 4 // sun.jvm.hotspot.oops.DataLayout end
        12: .line 234
      StackMap locals: sun.jvm.hotspot.oops.DataLayout sun.jvm.hotspot.oops.DataLayout
      StackMap stack:
            aload 3 /* dp */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.tag:()I
            lookupswitch { // 4
                    0: 13
                    1: 14
                    9: 18
                   13: 16
              default: 21
          }
        13: .line 236
      StackMap locals:
      StackMap stack:
            goto 26
        14: .line 238
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.BitData
            dup
            aload 3 /* dp */
            invokespecial sun.jvm.hotspot.oops.BitData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            astore 2 /* data */
        15: .line 239
            goto 22
        16: .line 241
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.SpeculativeTrapData
            dup
            aload 0 /* this */
            aload 3 /* dp */
            invokespecial sun.jvm.hotspot.oops.SpeculativeTrapData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            astore 2 /* data */
        17: .line 242
            goto 22
        18: .line 244
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.ArgInfoData
            dup
            aload 3 /* dp */
            invokespecial sun.jvm.hotspot.oops.ArgInfoData.<init>:(Lsun/jvm/hotspot/oops/DataLayout;)V
            astore 2 /* data */
        19: .line 245
            aload 4 /* end */
            astore 3 /* dp */
        20: .line 246
            goto 22
        21: .line 248
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* dp */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.tag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* st */
            aload 0 /* this */
            aload 2 /* data */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.dp:()I
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dpToDi:(I)I
            invokevirtual java.io.PrintStream.print:(I)V
        23: .line 251
            aload 1 /* st */
            ldc " "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        24: .line 252
            aload 2 /* data */
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.printDataOn:(Ljava/io/PrintStream;)V
        25: .line 253
            aload 3 /* dp */
            aload 4 /* end */
            if_acmpne 26
            return
        26: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* dp */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.nextExtra:(Lsun/jvm/hotspot/oops/DataLayout;)Lsun/jvm/hotspot/oops/DataLayout;
            astore 3 /* dp */
            goto 12
        end local 4 // sun.jvm.hotspot.oops.DataLayout end
        end local 3 // sun.jvm.hotspot.oops.DataLayout dp
        end local 2 // sun.jvm.hotspot.oops.ProfileData data
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/jvm/hotspot/ci/ciMethodData;
            0   27     1    st  Ljava/io/PrintStream;
            3   27     2  data  Lsun/jvm/hotspot/oops/ProfileData;
           11   27     3    dp  Lsun/jvm/hotspot/oops/DataLayout;
           12   27     4   end  Lsun/jvm/hotspot/oops/DataLayout;
    MethodParameters:
      Name  Flags
      st    

  int dumpReplayDataTypeHelper(java.io.PrintStream, int, int, int, sun.jvm.hotspot.oops.ProfileData, sun.jvm.hotspot.ci.ciKlass);
    descriptor: (Ljava/io/PrintStream;IIILsun/jvm/hotspot/oops/ProfileData;Lsun/jvm/hotspot/ci/ciKlass;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream out
        start local 2 // int round
        start local 3 // int count
        start local 4 // int index
        start local 5 // sun.jvm.hotspot.oops.ProfileData pdata
        start local 6 // sun.jvm.hotspot.ci.ciKlass k
         0: .line 258
            aload 6 /* k */
            ifnull 3
         1: .line 259
            iload 2 /* round */
            ifne 2
            iinc 3 /* count */ 1
            goto 3
         2: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* pdata */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.dp:()I
            iload 4 /* index */
            invokestatic sun.jvm.hotspot.oops.ProfileData.cellOffset:(I)I
            iadd
            getstatic sun.jvm.hotspot.oops.MethodData.cellSize:I
            idiv
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* k */
            invokevirtual sun.jvm.hotspot.ci.ciKlass.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         3: .line 262
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ireturn
        end local 6 // sun.jvm.hotspot.ci.ciKlass k
        end local 5 // sun.jvm.hotspot.oops.ProfileData pdata
        end local 4 // int index
        end local 3 // int count
        end local 2 // int round
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    4     1    out  Ljava/io/PrintStream;
            0    4     2  round  I
            0    4     3  count  I
            0    4     4  index  I
            0    4     5  pdata  Lsun/jvm/hotspot/oops/ProfileData;
            0    4     6      k  Lsun/jvm/hotspot/ci/ciKlass;
    MethodParameters:
       Name  Flags
      out    
      round  
      count  
      index  
      pdata  
      k      

  int dumpReplayDataReceiverTypeHelper(java.io.PrintStream, int, int, sun.jvm.hotspot.oops.ReceiverTypeData<sun.jvm.hotspot.ci.ciKlass, sun.jvm.hotspot.ci.ciMethod>);
    descriptor: (Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/ReceiverTypeData;)I
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream out
        start local 2 // int round
        start local 3 // int count
        start local 4 // sun.jvm.hotspot.oops.ReceiverTypeData vdata
         0: .line 266
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         1: goto 5
         2: .line 267
      StackMap locals: int
      StackMap stack:
            aload 4 /* vdata */
            iload 5 /* i */
            invokevirtual sun.jvm.hotspot.oops.ReceiverTypeData.receiver:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ci.ciKlass
            astore 6 /* k */
        start local 6 // sun.jvm.hotspot.ci.ciKlass k
         3: .line 268
            aload 0 /* this */
            aload 1 /* out */
            iload 2 /* round */
            iload 3 /* count */
            iload 5 /* i */
            invokestatic sun.jvm.hotspot.oops.ReceiverTypeData.receiverCellIndex:(I)I
            aload 4 /* vdata */
            aload 6 /* k */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataTypeHelper:(Ljava/io/PrintStream;IIILsun/jvm/hotspot/oops/ProfileData;Lsun/jvm/hotspot/ci/ciKlass;)I
            istore 3 /* count */
        end local 6 // sun.jvm.hotspot.ci.ciKlass k
         4: .line 266
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            invokestatic sun.jvm.hotspot.oops.ReceiverTypeData.rowLimit:()I
            if_icmplt 2
        end local 5 // int i
         6: .line 270
            iload 3 /* count */
            ireturn
        end local 4 // sun.jvm.hotspot.oops.ReceiverTypeData vdata
        end local 3 // int count
        end local 2 // int round
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    7     1    out  Ljava/io/PrintStream;
            0    7     2  round  I
            0    7     3  count  I
            0    7     4  vdata  Lsun/jvm/hotspot/oops/ReceiverTypeData<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;
            1    6     5      i  I
            3    4     6      k  Lsun/jvm/hotspot/ci/ciKlass;
    Signature: (Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/ReceiverTypeData<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;)I
    MethodParameters:
       Name  Flags
      out    
      round  
      count  
      vdata  

  int dumpReplayDataCallTypeHelper(java.io.PrintStream, int, int, sun.jvm.hotspot.oops.CallTypeDataInterface<sun.jvm.hotspot.ci.ciKlass>);
    descriptor: (Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/CallTypeDataInterface;)I
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream out
        start local 2 // int round
        start local 3 // int count
        start local 4 // sun.jvm.hotspot.oops.CallTypeDataInterface callTypeData
         0: .line 274
            aload 4 /* callTypeData */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.hasArguments:()Z
            ifeq 6
         1: .line 275
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 5
         3: .line 276
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            iload 2 /* round */
            iload 3 /* count */
            aload 4 /* callTypeData */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.argumentTypeIndex:(I)I
            aload 4 /* callTypeData */
            checkcast sun.jvm.hotspot.oops.ProfileData
            aload 4 /* callTypeData */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.argumentType:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ci.ciKlass
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataTypeHelper:(Ljava/io/PrintStream;IIILsun/jvm/hotspot/oops/ProfileData;Lsun/jvm/hotspot/ci/ciKlass;)I
            istore 3 /* count */
         4: .line 275
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 5 /* i */
            aload 4 /* callTypeData */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.numberOfArguments:()I
            if_icmplt 3
        end local 5 // int i
         6: .line 279
      StackMap locals:
      StackMap stack:
            aload 4 /* callTypeData */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.hasReturn:()Z
            ifeq 8
         7: .line 280
            aload 0 /* this */
            aload 1 /* out */
            iload 2 /* round */
            iload 3 /* count */
            aload 4 /* callTypeData */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.returnTypeIndex:()I
            aload 4 /* callTypeData */
            checkcast sun.jvm.hotspot.oops.ProfileData
            aload 4 /* callTypeData */
            invokeinterface sun.jvm.hotspot.oops.CallTypeDataInterface.returnType:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ci.ciKlass
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataTypeHelper:(Ljava/io/PrintStream;IIILsun/jvm/hotspot/oops/ProfileData;Lsun/jvm/hotspot/ci/ciKlass;)I
            istore 3 /* count */
         8: .line 282
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ireturn
        end local 4 // sun.jvm.hotspot.oops.CallTypeDataInterface callTypeData
        end local 3 // int count
        end local 2 // int round
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/jvm/hotspot/ci/ciMethodData;
            0    9     1           out  Ljava/io/PrintStream;
            0    9     2         round  I
            0    9     3         count  I
            0    9     4  callTypeData  Lsun/jvm/hotspot/oops/CallTypeDataInterface<Lsun/jvm/hotspot/ci/ciKlass;>;
            2    6     5             i  I
    Signature: (Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/CallTypeDataInterface<Lsun/jvm/hotspot/ci/ciKlass;>;)I
    MethodParameters:
              Name  Flags
      out           
      round         
      count         
      callTypeData  

  int dumpReplayDataExtraDataHelper(java.io.PrintStream, int, int);
    descriptor: (Ljava/io/PrintStream;II)I
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream out
        start local 2 // int round
        start local 3 // int count
         0: .line 286
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.extraDataBase:()Lsun/jvm/hotspot/oops/DataLayout;
            astore 4 /* dp */
        start local 4 // sun.jvm.hotspot.oops.DataLayout dp
         1: .line 287
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.extraDataLimit:()Lsun/jvm/hotspot/oops/DataLayout;
            astore 5 /* end */
        start local 5 // sun.jvm.hotspot.oops.DataLayout end
         2: .line 289
            goto 16
         3: .line 290
      StackMap locals: sun.jvm.hotspot.oops.DataLayout sun.jvm.hotspot.oops.DataLayout
      StackMap stack:
            aload 4 /* dp */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.tag:()I
            lookupswitch { // 4
                    0: 4
                    1: 5
                    9: 4
                   13: 6
              default: 14
          }
         4: .line 293
      StackMap locals:
      StackMap stack:
            iload 3 /* count */
            ireturn
         5: .line 295
      StackMap locals:
      StackMap stack:
            goto 15
         6: .line 297
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.oops.SpeculativeTrapData
            dup
            aload 0 /* this */
            aload 4 /* dp */
            invokespecial sun.jvm.hotspot.oops.SpeculativeTrapData.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/DataLayout;)V
            astore 6 /* data */
        start local 6 // sun.jvm.hotspot.oops.SpeculativeTrapData data
         7: .line 298
            aload 6 /* data */
            invokevirtual sun.jvm.hotspot.oops.SpeculativeTrapData.method:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ci.ciMethod
            astore 7 /* m */
        start local 7 // sun.jvm.hotspot.ci.ciMethod m
         8: .line 299
            aload 7 /* m */
            ifnull 15
         9: .line 300
            iload 2 /* round */
            ifne 12
        10: .line 301
            iinc 3 /* count */ 1
        11: .line 302
            goto 15
        12: .line 303
      StackMap locals: sun.jvm.hotspot.oops.SpeculativeTrapData sun.jvm.hotspot.ci.ciMethod
      StackMap stack:
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            aload 6 /* data */
            invokevirtual sun.jvm.hotspot.oops.SpeculativeTrapData.dp:()I
            invokestatic sun.jvm.hotspot.oops.SpeculativeTrapData.methodIndex:()I
            invokestatic sun.jvm.hotspot.oops.SpeculativeTrapData.cellOffset:(I)I
            iadd
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dpToDi:(I)I
            getstatic sun.jvm.hotspot.oops.MethodData.cellSize:I
            idiv
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* m */
            invokevirtual sun.jvm.hotspot.ci.ciMethod.nameAsAscii:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        13: .line 306
            goto 15
        end local 7 // sun.jvm.hotspot.ci.ciMethod m
        end local 6 // sun.jvm.hotspot.oops.SpeculativeTrapData data
        14: .line 309
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bad tag "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* dp */
            invokevirtual sun.jvm.hotspot.oops.DataLayout.tag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* dp */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.nextExtra:(Lsun/jvm/hotspot/oops/DataLayout;)Lsun/jvm/hotspot/oops/DataLayout;
            astore 4 /* dp */
      StackMap locals:
      StackMap stack:
        16: aload 4 /* dp */
            aload 5 /* end */
            if_acmpne 3
        17: .line 312
            iload 3 /* count */
            ireturn
        end local 5 // sun.jvm.hotspot.oops.DataLayout end
        end local 4 // sun.jvm.hotspot.oops.DataLayout dp
        end local 3 // int count
        end local 2 // int round
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lsun/jvm/hotspot/ci/ciMethodData;
            0   18     1    out  Ljava/io/PrintStream;
            0   18     2  round  I
            0   18     3  count  I
            1   18     4     dp  Lsun/jvm/hotspot/oops/DataLayout;
            2   18     5    end  Lsun/jvm/hotspot/oops/DataLayout;
            7   14     6   data  Lsun/jvm/hotspot/oops/SpeculativeTrapData<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;
            8   14     7      m  Lsun/jvm/hotspot/ci/ciMethod;
    MethodParameters:
       Name  Flags
      out    
      round  
      count  

  public void dumpReplayData(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // sun.jvm.hotspot.ci.ciMethodData this
        start local 1 // java.io.PrintStream out
         0: .line 316
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getMetadata:()Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.MethodData
            astore 2 /* mdo */
        start local 2 // sun.jvm.hotspot.oops.MethodData mdo
         1: .line 317
            aload 2 /* mdo */
            invokevirtual sun.jvm.hotspot.oops.MethodData.getMethod:()Lsun/jvm/hotspot/oops/Method;
            astore 3 /* method */
        start local 3 // sun.jvm.hotspot.oops.Method method
         2: .line 318
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc "ciMethodData "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 319
            aload 3 /* method */
            invokevirtual sun.jvm.hotspot.oops.Method.nameAsAscii:()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;
         4: .line 320
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.state:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.currentMileage:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 318
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 321
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.orig:()[B
            astore 4 /* orig */
        start local 4 // byte[] orig
         7: .line 322
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " orig "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* orig */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         8: .line 323
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 324
      StackMap locals: sun.jvm.hotspot.ci.ciMethodData java.io.PrintStream sun.jvm.hotspot.oops.MethodData sun.jvm.hotspot.oops.Method byte[] int
      StackMap stack:
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* orig */
            iload 5 /* i */
            baload
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        11: .line 323
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 4 /* orig */
            arraylength
            if_icmplt 10
        end local 5 // int i
        13: .line 327
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.data:()[J
            astore 5 /* data */
        start local 5 // long[] data
        14: .line 328
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " data "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* data */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        15: .line 329
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        16: goto 19
        17: .line 330
      StackMap locals: sun.jvm.hotspot.ci.ciMethodData java.io.PrintStream sun.jvm.hotspot.oops.MethodData sun.jvm.hotspot.oops.Method byte[] long[] int
      StackMap stack:
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* data */
            iload 6 /* i */
            laload
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        18: .line 329
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 5 /* data */
            arraylength
            if_icmplt 17
        end local 6 // int i
        20: .line 332
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        21: .line 333
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.parametersTypeData:()Lsun/jvm/hotspot/oops/ParametersTypeData;
            astore 7 /* parameters */
        start local 7 // sun.jvm.hotspot.oops.ParametersTypeData parameters
        22: .line 334
            iconst_0
            istore 8 /* round */
        start local 8 // int round
        23: goto 40
        24: .line 335
      StackMap locals: sun.jvm.hotspot.oops.ParametersTypeData int
      StackMap stack:
            iload 8 /* round */
            iconst_1
            if_icmpne 25
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " oops "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        25: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.firstData:()Lsun/jvm/hotspot/oops/ProfileData;
            astore 9 /* pdata */
        start local 9 // sun.jvm.hotspot.oops.ProfileData pdata
        26: .line 337
            goto 32
        27: .line 338
      StackMap locals: sun.jvm.hotspot.oops.ProfileData
      StackMap stack:
            aload 9 /* pdata */
            instanceof sun.jvm.hotspot.oops.ReceiverTypeData
            ifeq 29
        28: .line 339
            aload 0 /* this */
            aload 1 /* out */
            iload 8 /* round */
            iload 6 /* count */
            aload 9 /* pdata */
            checkcast sun.jvm.hotspot.oops.ReceiverTypeData
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataReceiverTypeHelper:(Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/ReceiverTypeData;)I
            istore 6 /* count */
        29: .line 341
      StackMap locals:
      StackMap stack:
            aload 9 /* pdata */
            instanceof sun.jvm.hotspot.oops.CallTypeDataInterface
            ifeq 31
        30: .line 342
            aload 0 /* this */
            aload 1 /* out */
            iload 8 /* round */
            iload 6 /* count */
            aload 9 /* pdata */
            checkcast sun.jvm.hotspot.oops.CallTypeDataInterface
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataCallTypeHelper:(Ljava/io/PrintStream;IILsun/jvm/hotspot/oops/CallTypeDataInterface;)I
            istore 6 /* count */
        31: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* pdata */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.nextData:(Lsun/jvm/hotspot/oops/ProfileData;)Lsun/jvm/hotspot/oops/ProfileData;
            astore 9 /* pdata */
      StackMap locals:
      StackMap stack:
        32: aload 0 /* this */
            aload 9 /* pdata */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.isValid:(Lsun/jvm/hotspot/oops/ProfileData;)Z
            ifne 27
        33: .line 345
            aload 7 /* parameters */
            ifnull 39
        34: .line 346
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        35: goto 38
        36: .line 347
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            iload 8 /* round */
            iload 6 /* count */
            iload 10 /* i */
            invokestatic sun.jvm.hotspot.oops.ParametersTypeData.typeIndex:(I)I
            aload 7 /* parameters */
            aload 7 /* parameters */
            iload 10 /* i */
            invokevirtual sun.jvm.hotspot.oops.ParametersTypeData.type:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ci.ciKlass
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataTypeHelper:(Ljava/io/PrintStream;IIILsun/jvm/hotspot/oops/ProfileData;Lsun/jvm/hotspot/ci/ciKlass;)I
            istore 6 /* count */
        37: .line 346
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 10 /* i */
            aload 7 /* parameters */
            invokevirtual sun.jvm.hotspot.oops.ParametersTypeData.numberOfParameters:()I
            if_icmplt 36
        end local 10 // int i
        end local 9 // sun.jvm.hotspot.oops.ProfileData pdata
        39: .line 334
      StackMap locals:
      StackMap stack:
            iinc 8 /* round */ 1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* round */
            iconst_2
            if_icmplt 24
        end local 8 // int round
        41: .line 351
            iconst_0
            istore 6 /* count */
        42: .line 352
            iconst_0
            istore 8 /* round */
        start local 8 // int round
        43: goto 47
        44: .line 353
      StackMap locals:
      StackMap stack:
            iload 8 /* round */
            iconst_1
            if_icmpne 45
            aload 1 /* out */
            new java.lang.StringBuilder
            dup
            ldc " methods "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        45: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            iload 8 /* round */
            iload 6 /* count */
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.dumpReplayDataExtraDataHelper:(Ljava/io/PrintStream;II)I
            istore 6 /* count */
        46: .line 352
            iinc 8 /* round */ 1
      StackMap locals:
      StackMap stack:
        47: iload 8 /* round */
            iconst_2
            if_icmplt 44
        end local 8 // int round
        48: .line 356
            aload 1 /* out */
            invokevirtual java.io.PrintStream.println:()V
        49: .line 357
            return
        end local 7 // sun.jvm.hotspot.oops.ParametersTypeData parameters
        end local 6 // int count
        end local 5 // long[] data
        end local 4 // byte[] orig
        end local 3 // sun.jvm.hotspot.oops.Method method
        end local 2 // sun.jvm.hotspot.oops.MethodData mdo
        end local 1 // java.io.PrintStream out
        end local 0 // sun.jvm.hotspot.ci.ciMethodData this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   50     0        this  Lsun/jvm/hotspot/ci/ciMethodData;
            0   50     1         out  Ljava/io/PrintStream;
            1   50     2         mdo  Lsun/jvm/hotspot/oops/MethodData;
            2   50     3      method  Lsun/jvm/hotspot/oops/Method;
            7   50     4        orig  [B
            9   13     5           i  I
           14   50     5        data  [J
           16   20     6           i  I
           21   50     6       count  I
           22   50     7  parameters  Lsun/jvm/hotspot/oops/ParametersTypeData<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;
           23   41     8       round  I
           26   39     9       pdata  Lsun/jvm/hotspot/oops/ProfileData;
           35   39    10           i  I
           43   48     8       round  I
    MethodParameters:
      Name  Flags
      out   

  public java.lang.Object getKlassAtAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getKlassAtAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciKlass;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void printMethodValueOn(java.lang.Object, java.io.PrintStream);
    descriptor: (Ljava/lang/Object;Ljava/io/PrintStream;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast sun.jvm.hotspot.ci.ciMethod
            aload 2
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.printMethodValueOn:(Lsun/jvm/hotspot/ci/ciMethod;Ljava/io/PrintStream;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getMethodAtAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.getMethodAtAddress:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMethod;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void printKlassValueOn(java.lang.Object, java.io.PrintStream);
    descriptor: (Ljava/lang/Object;Ljava/io/PrintStream;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast sun.jvm.hotspot.ci.ciKlass
            aload 2
            invokevirtual sun.jvm.hotspot.ci.ciMethodData.printKlassValueOn:(Lsun/jvm/hotspot/ci/ciKlass;Ljava/io/PrintStream;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lsun/jvm/hotspot/ci/ciMetadata;Lsun/jvm/hotspot/oops/MethodDataInterface<Lsun/jvm/hotspot/ci/ciKlass;Lsun/jvm/hotspot/ci/ciMethod;>;
SourceFile: "ciMethodData.java"
NestMembers:
  sun.jvm.hotspot.ci.ciMethodData$1
InnerClasses:
  sun.jvm.hotspot.ci.ciMethodData$1