public class sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader extends sun.jvm.hotspot.runtime.VMObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  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.memory.FileMapInfo$FileMapHeader this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 150
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 151
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/memory/FileMapInfo$FileMapHeader;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public boolean inCopiedVtableSpace(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader this
        start local 1 // sun.jvm.hotspot.debugger.Address vptrAddress
         0: .line 154
            aload 1 /* vptrAddress */
            ifnonnull 2
         1: .line 155
            iconst_0
            ireturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* vptrAddress */
            getstatic sun.jvm.hotspot.memory.FileMapInfo.mcRegionBaseAddress:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 5
         3: .line 158
            aload 1 /* vptrAddress */
            getstatic sun.jvm.hotspot.memory.FileMapInfo.mcRegionEndAddress:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 5
         4: .line 159
            iconst_1
            ireturn
         5: .line 161
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address vptrAddress
        end local 0 // sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/jvm/hotspot/memory/FileMapInfo$FileMapHeader;
            0    6     1  vptrAddress  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
             Name  Flags
      vptrAddress  

  public void createVtableTypeMapping();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader this
         0: .line 165
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.jvm.hotspot.memory.FileMapInfo.vTableTypeMap:Ljava/util/Map;
         1: .line 166
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lstore 1 /* addressSize */
        start local 1 // long addressSize
         2: .line 182
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 183
      StackMap locals: long int
      StackMap stack:
            getstatic sun.jvm.hotspot.memory.FileMapInfo.vtablesIndex:Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* i */
            i2l
            lload 1 /* addressSize */
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* vtableInfoAddress */
        start local 4 // sun.jvm.hotspot.debugger.Address vtableInfoAddress
         5: .line 184
            aload 4 /* vtableInfoAddress */
            lload 1 /* addressSize */
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 5 /* vtableAddress */
        start local 5 // sun.jvm.hotspot.debugger.Address vtableAddress
         6: .line 185
            getstatic sun.jvm.hotspot.memory.FileMapInfo.vTableTypeMap:Ljava/util/Map;
            aload 5 /* vtableAddress */
            getstatic sun.jvm.hotspot.memory.FileMapInfo.metadataTypeArray:[Lsun/jvm/hotspot/types/Type;
            iload 3 /* i */
            aaload
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // sun.jvm.hotspot.debugger.Address vtableAddress
        end local 4 // sun.jvm.hotspot.debugger.Address vtableInfoAddress
         7: .line 182
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            getstatic sun.jvm.hotspot.memory.FileMapInfo.metadataTypeArray:[Lsun/jvm/hotspot/types/Type;
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 187
            return
        end local 1 // long addressSize
        end local 0 // sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lsun/jvm/hotspot/memory/FileMapInfo$FileMapHeader;
            2   10     1        addressSize  J
            3    9     3                  i  I
            5    7     4  vtableInfoAddress  Lsun/jvm/hotspot/debugger/Address;
            6    7     5      vtableAddress  Lsun/jvm/hotspot/debugger/Address;
}
SourceFile: "FileMapInfo.java"
NestHost: sun.jvm.hotspot.memory.FileMapInfo
InnerClasses:
  public FileMapHeader = sun.jvm.hotspot.memory.FileMapInfo$FileMapHeader of sun.jvm.hotspot.memory.FileMapInfo