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

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

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

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

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

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

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

  private static sun.jvm.hotspot.types.JIntField dataOffsetField;
    descriptor: Lsun/jvm/hotspot/types/JIntField;
    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 45
            new sun.jvm.hotspot.runtime.PerfDataEntry$1
            dup
            invokespecial sun.jvm.hotspot.runtime.PerfDataEntry$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 50
            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 53
            aload 0 /* db */
            ldc "PerfDataEntry"
            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 54
            aload 1 /* type */
            ldc "entry_length"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.entryLengthField:Lsun/jvm/hotspot/types/JIntField;
         2: .line 55
            aload 1 /* type */
            ldc "name_offset"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.nameOffsetField:Lsun/jvm/hotspot/types/JIntField;
         3: .line 56
            aload 1 /* type */
            ldc "vector_length"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.vectorLengthField:Lsun/jvm/hotspot/types/JIntField;
         4: .line 57
            aload 1 /* type */
            ldc "data_type"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataTypeField:Lsun/jvm/hotspot/types/JByteField;
         5: .line 58
            aload 1 /* type */
            ldc "flags"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.flagsField:Lsun/jvm/hotspot/types/JByteField;
         6: .line 59
            aload 1 /* type */
            ldc "data_units"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataUnitsField:Lsun/jvm/hotspot/types/JByteField;
         7: .line 60
            aload 1 /* type */
            ldc "data_variability"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataVariabilityField:Lsun/jvm/hotspot/types/JByteField;
         8: .line 61
            aload 1 /* type */
            ldc "data_offset"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataOffsetField:Lsun/jvm/hotspot/types/JIntField;
         9: .line 62
            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   10     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   10     1  type  Lsun/jvm/hotspot/types/Type;
    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.runtime.PerfDataEntry this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 65
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 66
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public int entryLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 71
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.entryLengthField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int nameOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 75
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.nameOffsetField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int vectorLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 79
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.vectorLengthField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int dataType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 84
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataTypeField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JByteField.getValue:(Lsun/jvm/hotspot/debugger/Address;)B
            i2c
            istore 1 /* ch */
        start local 1 // char ch
         1: .line 85
            iload 1 /* ch */
            invokestatic sun.jvm.hotspot.runtime.BasicType.charToType:(C)I
            ireturn
        end local 1 // char ch
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1    2     1    ch  C

  public byte flags();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 89
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.flagsField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JByteField.getValue:(Lsun/jvm/hotspot/debugger/Address;)B
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public boolean supported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.flags:()B
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int dataUnits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 123
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataUnitsField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JByteField.getValue:(Lsun/jvm/hotspot/debugger/Address;)B
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int dataVariability();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 128
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataVariabilityField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JByteField.getValue:(Lsun/jvm/hotspot/debugger/Address;)B
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int dataOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 132
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry.dataOffsetField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JIntField.getValue:(Lsun/jvm/hotspot/debugger/Address;)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 136
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.nameOffset:()I
            istore 1 /* off */
        start local 1 // int off
         1: .line 137
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 1 /* off */
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.CStringUtilities.getString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            areturn
        end local 1 // int off
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1    2     1   off  I

  public boolean booleanValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 141
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 142
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 143
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTBoolean:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a boolean"
         5: .line 142
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJBooleanAt:(J)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 149
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 150
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 151
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTChar:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a char"
         5: .line 150
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJCharAt:(J)C
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 157
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 158
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 159
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTByte:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a byte"
         5: .line 158
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJByteAt:(J)B
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 166
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 167
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 168
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTShort:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a short"
         5: .line 167
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJShortAt:(J)S
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 174
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 175
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 176
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not an int"
         5: .line 175
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 182
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 183
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 184
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTLong:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a long"
         5: .line 183
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 190
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 191
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 192
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTFloat:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a float"
         5: .line 191
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJFloatAt:(J)F
            freturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 198
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         1: .line 199
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            ifne 3
         2: .line 200
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTDouble:()I
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "not a double"
         5: .line 199
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.getJDoubleAt:(J)D
            dreturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;

  public boolean[] booleanArrayValue();
    descriptor: ()[Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 206
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 207
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 208
            iload 1 /* len */
            ifle 4
         3: .line 209
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTBoolean:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a boolean vector"
         6: .line 208
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 211
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 4
            astore 2 /* res */
        start local 2 // boolean[] res
         8: .line 212
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 213
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getBooleanSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 214
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 215
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int boolean[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJBooleanAt:(J)Z
            bastore
        13: .line 214
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 217
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // boolean[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [Z
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public char[] charArrayValue();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 221
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 222
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 223
            iload 1 /* len */
            ifle 4
         3: .line 224
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTChar:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a char vector"
         6: .line 223
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 226
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 5
            astore 2 /* res */
        start local 2 // char[] res
         8: .line 227
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 228
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getCharSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 229
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 230
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int char[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJCharAt:(J)C
            castore
        13: .line 229
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 232
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // char[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [C
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public byte[] byteArrayValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 236
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 237
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 238
            iload 1 /* len */
            ifle 4
         3: .line 239
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTByte:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a byte vector"
         6: .line 238
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 241
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 8
            astore 2 /* res */
        start local 2 // byte[] res
         8: .line 242
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 243
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getByteSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 244
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 245
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int byte[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJByteAt:(J)B
            bastore
        13: .line 244
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 247
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // byte[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [B
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public short[] shortArrayValue();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 251
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 252
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 253
            iload 1 /* len */
            ifle 4
         3: .line 254
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTShort:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a short vector"
         6: .line 253
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 256
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 9
            astore 2 /* res */
        start local 2 // short[] res
         8: .line 257
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 258
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getShortSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 259
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 260
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int short[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJShortAt:(J)S
            sastore
        13: .line 259
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 262
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // short[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [S
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public int[] intArrayValue();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 266
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 267
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 268
            iload 1 /* len */
            ifle 4
         3: .line 269
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not an int vector"
         6: .line 268
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 271
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 10
            astore 2 /* res */
        start local 2 // int[] res
         8: .line 272
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 273
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getIntSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 274
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 275
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int int[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJIntAt:(J)I
            iastore
        13: .line 274
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 277
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // int[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [I
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public long[] longArrayValue();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 281
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 282
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 283
            iload 1 /* len */
            ifle 4
         3: .line 284
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTLong:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a long vector"
         6: .line 283
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 286
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 11
            astore 2 /* res */
        start local 2 // long[] res
         8: .line 287
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 288
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getLongSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 289
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 290
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int long[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJLongAt:(J)J
            lastore
        13: .line 289
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 292
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // long[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [J
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public float[] floatArrayValue();
    descriptor: ()[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 296
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 297
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 298
            iload 1 /* len */
            ifle 4
         3: .line 299
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTFloat:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a float vector"
         6: .line 298
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 301
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 6
            astore 2 /* res */
        start local 2 // float[] res
         8: .line 302
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 303
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getFloatSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 304
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 305
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int float[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJFloatAt:(J)F
            fastore
        13: .line 304
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 307
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // float[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [F
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public double[] doubleArrayValue();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 311
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 1 /* len */
        start local 1 // int len
         1: .line 312
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 7
         2: .line 313
            iload 1 /* len */
            ifle 4
         3: .line 314
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTDouble:()I
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "not a double vector"
         6: .line 313
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         7: .line 316
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            newarray 7
            astore 2 /* res */
        start local 2 // double[] res
         8: .line 317
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            istore 3 /* off */
        start local 3 // int off
         9: .line 318
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.getHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.getDoubleSize:()J
            lstore 4 /* size */
        start local 4 // long size
        10: .line 319
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        11: goto 14
        12: .line 320
      StackMap locals: sun.jvm.hotspot.runtime.PerfDataEntry int double[] int long int
      StackMap stack:
            aload 2 /* res */
            iload 6 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* off */
            i2l
            iload 6 /* i */
            i2l
            lload 4 /* size */
            lmul
            ladd
            invokeinterface sun.jvm.hotspot.debugger.Address.getJDoubleAt:(J)D
            dastore
        13: .line 319
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* i */
            iload 1 /* len */
            if_icmplt 12
        end local 6 // int i
        15: .line 322
            aload 2 /* res */
            areturn
        end local 4 // long size
        end local 3 // int off
        end local 2 // double[] res
        end local 1 // int len
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1   16     1   len  I
            8   16     2   res  [D
            9   16     3   off  I
           10   16     4  size  J
           11   15     6     i  I

  public java.lang.String valueAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 327
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataType:()I
            istore 1 /* dataType */
        start local 1 // int dataType
         1: .line 328
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.vectorLength:()I
            istore 2 /* len */
        start local 2 // int len
         2: .line 329
            aconst_null
            astore 3 /* str */
        start local 3 // java.lang.String str
         3: .line 330
            iload 2 /* len */
            ifne 30
         4: .line 331
            iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTBoolean:()I
            if_icmpne 7
         5: .line 332
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.booleanValue:()Z
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            astore 3 /* str */
         6: .line 333
            goto 117
      StackMap locals: int int java.lang.String
      StackMap stack:
         7: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTChar:()I
            if_icmpne 10
         8: .line 334
            new java.lang.StringBuilder
            dup
            ldc "'"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.charValue:()C
            invokestatic java.lang.Character.toString:(C)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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* str */
         9: .line 335
            goto 117
      StackMap locals:
      StackMap stack:
        10: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTByte:()I
            if_icmpne 13
        11: .line 336
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.byteValue:()B
            invokestatic java.lang.Byte.toString:(B)Ljava/lang/String;
            astore 3 /* str */
        12: .line 337
            goto 117
      StackMap locals:
      StackMap stack:
        13: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTShort:()I
            if_icmpne 16
        14: .line 338
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.shortValue:()S
            invokestatic java.lang.Short.toString:(S)Ljava/lang/String;
            astore 3 /* str */
        15: .line 339
            goto 117
      StackMap locals:
      StackMap stack:
        16: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 19
        17: .line 340
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.intValue:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            astore 3 /* str */
        18: .line 341
            goto 117
      StackMap locals:
      StackMap stack:
        19: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTLong:()I
            if_icmpne 22
        20: .line 342
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.longValue:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            astore 3 /* str */
        21: .line 343
            goto 117
      StackMap locals:
      StackMap stack:
        22: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTFloat:()I
            if_icmpne 25
        23: .line 344
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.floatValue:()F
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            astore 3 /* str */
        24: .line 345
            goto 117
      StackMap locals:
      StackMap stack:
        25: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTDouble:()I
            if_icmpne 28
        26: .line 346
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.doubleValue:()D
            invokestatic java.lang.Double.toString:(D)Ljava/lang/String;
            astore 3 /* str */
        27: .line 347
            goto 117
        28: .line 348
      StackMap locals:
      StackMap stack:
            ldc "<unknown scalar value>"
            astore 3 /* str */
        29: .line 350
            goto 117
        30: .line 351
      StackMap locals:
      StackMap stack:
            iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTBoolean:()I
            if_icmpne 43
        31: .line 352
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.booleanArrayValue:()[Z
            astore 4 /* res */
        start local 4 // boolean[] res
        32: .line 353
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        33: .line 354
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        34: .line 355
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        35: goto 39
        36: .line 356
      StackMap locals: boolean[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            baload
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        37: .line 357
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        38: .line 355
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 36
        end local 6 // int i
        40: .line 359
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        41: .line 360
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // boolean[] res
        42: .line 361
            goto 117
      StackMap locals:
      StackMap stack:
        43: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTChar:()I
            if_icmpne 46
        44: .line 363
            new java.lang.String
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.charArrayValue:()[C
            invokespecial java.lang.String.<init>:([C)V
            astore 3 /* str */
        45: .line 364
            goto 117
      StackMap locals:
      StackMap stack:
        46: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTByte:()I
            if_icmpne 51
        47: .line 366
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataEntry.addr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
        48: .line 367
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
        49: .line 366
            invokestatic sun.jvm.hotspot.utilities.CStringUtilities.getString:(Lsun/jvm/hotspot/debugger/Address;Ljava/nio/charset/Charset;)Ljava/lang/String;
            astore 3 /* str */
        50: .line 368
            goto 117
      StackMap locals:
      StackMap stack:
        51: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTShort:()I
            if_icmpne 64
        52: .line 369
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.shortArrayValue:()[S
            astore 4 /* res */
        start local 4 // short[] res
        53: .line 370
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        54: .line 371
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        55: .line 372
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        56: goto 60
        57: .line 373
      StackMap locals: short[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            saload
            invokestatic java.lang.Short.toString:(S)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        58: .line 374
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        59: .line 372
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        60: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 57
        end local 6 // int i
        61: .line 376
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        62: .line 377
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // short[] res
        63: .line 378
            goto 117
      StackMap locals:
      StackMap stack:
        64: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTInt:()I
            if_icmpne 77
        65: .line 379
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.intArrayValue:()[I
            astore 4 /* res */
        start local 4 // int[] res
        66: .line 380
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        67: .line 381
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        68: .line 382
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        69: goto 73
        70: .line 383
      StackMap locals: int[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            iaload
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        71: .line 384
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        72: .line 382
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 70
        end local 6 // int i
        74: .line 386
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        75: .line 387
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // int[] res
        76: .line 388
            goto 117
      StackMap locals:
      StackMap stack:
        77: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTLong:()I
            if_icmpne 90
        78: .line 389
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.longArrayValue:()[J
            astore 4 /* res */
        start local 4 // long[] res
        79: .line 390
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        80: .line 391
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        81: .line 392
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        82: goto 86
        83: .line 393
      StackMap locals: long[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            laload
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        84: .line 394
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        85: .line 392
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        86: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 83
        end local 6 // int i
        87: .line 396
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        88: .line 397
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // long[] res
        89: .line 398
            goto 117
      StackMap locals:
      StackMap stack:
        90: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTFloat:()I
            if_icmpne 103
        91: .line 399
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.floatArrayValue:()[F
            astore 4 /* res */
        start local 4 // float[] res
        92: .line 400
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
        93: .line 401
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        94: .line 402
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        95: goto 99
        96: .line 403
      StackMap locals: float[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            faload
            invokestatic java.lang.Float.toString:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        97: .line 404
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        98: .line 402
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        99: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 96
        end local 6 // int i
       100: .line 406
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
       101: .line 407
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // float[] res
       102: .line 408
            goto 117
      StackMap locals:
      StackMap stack:
       103: iload 1 /* dataType */
            invokestatic sun.jvm.hotspot.runtime.BasicType.getTDouble:()I
            if_icmpne 116
       104: .line 409
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.doubleArrayValue:()[D
            astore 4 /* res */
        start local 4 // double[] res
       105: .line 410
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // java.lang.StringBuffer buf
       106: .line 411
            aload 5 /* buf */
            bipush 91
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
       107: .line 412
            iconst_0
            istore 6 /* i */
        start local 6 // int i
       108: goto 112
       109: .line 413
      StackMap locals: double[] java.lang.StringBuffer int
      StackMap stack:
            aload 5 /* buf */
            aload 4 /* res */
            iload 6 /* i */
            daload
            invokestatic java.lang.Double.toString:(D)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
       110: .line 414
            aload 5 /* buf */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
       111: .line 412
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
       112: iload 6 /* i */
            aload 4 /* res */
            arraylength
            if_icmplt 109
        end local 6 // int i
       113: .line 416
            aload 5 /* buf */
            bipush 93
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
       114: .line 417
            aload 5 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 3 /* str */
        end local 5 // java.lang.StringBuffer buf
        end local 4 // double[] res
       115: .line 418
            goto 117
       116: .line 419
      StackMap locals:
      StackMap stack:
            ldc "<unknown vector value>"
            astore 3 /* str */
       117: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.dataUnits:()I
            istore 4 /* dataUnitsValue */
        start local 4 // int dataUnitsValue
       118: .line 426
            iload 4 /* dataUnitsValue */
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits.U_Bytes:I
            if_icmpne 121
       119: .line 427
            new java.lang.StringBuilder
            dup
            aload 3 /* str */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " byte(s)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* str */
       120: .line 428
            goto 129
      StackMap locals: int
      StackMap stack:
       121: iload 4 /* dataUnitsValue */
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits.U_Ticks:I
            if_icmpne 124
       122: .line 429
            new java.lang.StringBuilder
            dup
            aload 3 /* str */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " tick(s)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* str */
       123: .line 430
            goto 129
      StackMap locals:
      StackMap stack:
       124: iload 4 /* dataUnitsValue */
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits.U_Events:I
            if_icmpne 127
       125: .line 431
            new java.lang.StringBuilder
            dup
            aload 3 /* str */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " event(s)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* str */
       126: .line 432
            goto 129
      StackMap locals:
      StackMap stack:
       127: iload 4 /* dataUnitsValue */
            getstatic sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits.U_Hertz:I
            if_icmpne 129
       128: .line 433
            new java.lang.StringBuilder
            dup
            aload 3 /* str */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Hz"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 3 /* str */
       129: .line 436
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            areturn
        end local 4 // int dataUnitsValue
        end local 3 // java.lang.String str
        end local 2 // int len
        end local 1 // int dataType
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  130     0            this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
            1  130     1        dataType  I
            2  130     2             len  I
            3  130     3             str  Ljava/lang/String;
           32   42     4             res  [Z
           33   42     5             buf  Ljava/lang/StringBuffer;
           35   40     6               i  I
           53   63     4             res  [S
           54   63     5             buf  Ljava/lang/StringBuffer;
           56   61     6               i  I
           66   76     4             res  [I
           67   76     5             buf  Ljava/lang/StringBuffer;
           69   74     6               i  I
           79   89     4             res  [J
           80   89     5             buf  Ljava/lang/StringBuffer;
           82   87     6               i  I
           92  102     4             res  [F
           93  102     5             buf  Ljava/lang/StringBuffer;
           95  100     6               i  I
          105  115     4             res  [D
          106  115     5             buf  Ljava/lang/StringBuffer;
          108  113     6               i  I
          118  130     4  dataUnitsValue  I

  private sun.jvm.hotspot.oops.ObjectHeap getHeap();
    descriptor: ()Lsun/jvm/hotspot/oops/ObjectHeap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
         0: .line 441
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataEntry;
}
SourceFile: "PerfDataEntry.java"
NestMembers:
  sun.jvm.hotspot.runtime.PerfDataEntry$1  sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits  sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits$1
InnerClasses:
  sun.jvm.hotspot.runtime.PerfDataEntry$1
  private PerfDataUnits = sun.jvm.hotspot.runtime.PerfDataEntry$PerfDataUnits of sun.jvm.hotspot.runtime.PerfDataEntry