public class sun.jvm.hotspot.oops.InstanceMirrorKlass extends sun.jvm.hotspot.oops.InstanceKlass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.InstanceMirrorKlass
  super_class: sun.jvm.hotspot.oops.InstanceKlass
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            new sun.jvm.hotspot.oops.InstanceMirrorKlass$1
            dup
            invokespecial sun.jvm.hotspot.oops.InstanceMirrorKlass$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 46
            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=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 50
            aload 0 /* db */
            ldc "InstanceMirrorKlass"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         1: .line 51
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

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

  public long getObjectSize(sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Oop;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.InstanceMirrorKlass this
        start local 1 // sun.jvm.hotspot.oops.Oop o
         0: .line 58
            aload 1 /* o */
            invokestatic sun.jvm.hotspot.oops.java_lang_Class.getOopSize:(Lsun/jvm/hotspot/oops/Oop;)J
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getAddressSize:()J
            lmul
            lreturn
        end local 1 // sun.jvm.hotspot.oops.Oop o
        end local 0 // sun.jvm.hotspot.oops.InstanceMirrorKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/InstanceMirrorKlass;
            0    1     1     o  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
      Name  Flags
      o     

  public void iterateNonStaticFields(sun.jvm.hotspot.oops.OopVisitor, sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/OopVisitor;Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.oops.InstanceMirrorKlass this
        start local 1 // sun.jvm.hotspot.oops.OopVisitor visitor
        start local 2 // sun.jvm.hotspot.oops.Oop obj
         0: .line 62
            aload 0 /* this */
            aload 1 /* visitor */
            aload 2 /* obj */
            invokespecial sun.jvm.hotspot.oops.InstanceKlass.iterateNonStaticFields:(Lsun/jvm/hotspot/oops/OopVisitor;Lsun/jvm/hotspot/oops/Oop;)V
         1: .line 64
            aload 2 /* obj */
            invokestatic sun.jvm.hotspot.oops.java_lang_Class.asKlass:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Klass;
            astore 3 /* klass */
        start local 3 // sun.jvm.hotspot.oops.Klass klass
         2: .line 65
            aload 3 /* klass */
            instanceof sun.jvm.hotspot.oops.InstanceKlass
            ifeq 4
         3: .line 66
            aload 3 /* klass */
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            aload 1 /* visitor */
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.iterateStaticFields:(Lsun/jvm/hotspot/oops/OopVisitor;)V
         4: .line 68
      StackMap locals: sun.jvm.hotspot.oops.Klass
      StackMap stack:
            return
        end local 3 // sun.jvm.hotspot.oops.Klass klass
        end local 2 // sun.jvm.hotspot.oops.Oop obj
        end local 1 // sun.jvm.hotspot.oops.OopVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.InstanceMirrorKlass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/jvm/hotspot/oops/InstanceMirrorKlass;
            0    5     1  visitor  Lsun/jvm/hotspot/oops/OopVisitor;
            0    5     2      obj  Lsun/jvm/hotspot/oops/Oop;
            2    5     3    klass  Lsun/jvm/hotspot/oops/Klass;
    MethodParameters:
         Name  Flags
      visitor  
      obj      
}
SourceFile: "InstanceMirrorKlass.java"
NestMembers:
  sun.jvm.hotspot.oops.InstanceMirrorKlass$1
InnerClasses:
  sun.jvm.hotspot.oops.InstanceMirrorKlass$1