public class sun.jvm.hotspot.runtime.PerfDataPrologue 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.PerfDataPrologue
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  private static sun.jvm.hotspot.types.JIntField magicField;
    descriptor: Lsun/jvm/hotspot/types/JIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

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

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

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

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

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

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

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

  private static sun.jvm.hotspot.types.JIntField numEntriesField;
    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.PerfDataPrologue$1
            dup
            invokespecial sun.jvm.hotspot.runtime.PerfDataPrologue$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 "PerfDataPrologue"
            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 "magic"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.magicField:Lsun/jvm/hotspot/types/JIntField;
         2: .line 55
            aload 1 /* type */
            ldc "byte_order"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.byteOrderField:Lsun/jvm/hotspot/types/JByteField;
         3: .line 56
            aload 1 /* type */
            ldc "major_version"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.majorVersionField:Lsun/jvm/hotspot/types/JByteField;
         4: .line 57
            aload 1 /* type */
            ldc "minor_version"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.minorVersionField:Lsun/jvm/hotspot/types/JByteField;
         5: .line 58
            aload 1 /* type */
            ldc "accessible"
            invokeinterface sun.jvm.hotspot.types.Type.getJByteField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JByteField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.accessibleField:Lsun/jvm/hotspot/types/JByteField;
         6: .line 59
            aload 1 /* type */
            ldc "used"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.usedField:Lsun/jvm/hotspot/types/JIntField;
         7: .line 60
            aload 1 /* type */
            ldc "overflow"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.overflowField:Lsun/jvm/hotspot/types/JIntField;
         8: .line 61
            aload 1 /* type */
            ldc "mod_time_stamp"
            invokeinterface sun.jvm.hotspot.types.Type.getJLongField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JLongField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.modTimeStampField:Lsun/jvm/hotspot/types/JLongField;
         9: .line 62
            aload 1 /* type */
            ldc "entry_offset"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.entryOffsetField:Lsun/jvm/hotspot/types/JIntField;
        10: .line 63
            aload 1 /* type */
            ldc "num_entries"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            putstatic sun.jvm.hotspot.runtime.PerfDataPrologue.numEntriesField:Lsun/jvm/hotspot/types/JIntField;
        11: .line 64
            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   12     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   12     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.PerfDataPrologue this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 67
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 68
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public int magic();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 72
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.magicField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public byte byteOrder();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 76
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.byteOrderField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public byte majorVersion();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 80
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.majorVersionField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public boolean accessible();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 84
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.accessibleField:Lsun/jvm/hotspot/types/JByteField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JByteField.getValue:(Lsun/jvm/hotspot/debugger/Address;)B
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public int used();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 88
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.usedField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public int overflow();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 92
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.overflowField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public long modTimeStamp();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 96
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.modTimeStampField:Lsun/jvm/hotspot/types/JLongField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.JLongField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public int entryOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 100
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.entryOffsetField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;

  public int numEntries();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.PerfDataPrologue this
         0: .line 104
            getstatic sun.jvm.hotspot.runtime.PerfDataPrologue.numEntriesField:Lsun/jvm/hotspot/types/JIntField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.PerfDataPrologue.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.PerfDataPrologue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/PerfDataPrologue;
}
SourceFile: "PerfDataPrologue.java"
NestMembers:
  sun.jvm.hotspot.runtime.PerfDataPrologue$1
InnerClasses:
  sun.jvm.hotspot.runtime.PerfDataPrologue$1