class sun.jvm.hotspot.runtime.VM$2 extends sun.jvm.hotspot.oops.DefaultOopVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VM$2
  super_class: sun.jvm.hotspot.oops.DefaultOopVisitor
{
  sun.jvm.hotspot.utilities.ObjectReader objReader;
    descriptor: Lsun/jvm/hotspot/utilities/ObjectReader;
    flags: (0x0000) 

  final sun.jvm.hotspot.runtime.VM this$0;
    descriptor: Lsun/jvm/hotspot/runtime/VM;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.runtime.VM);
    descriptor: (Lsun/jvm/hotspot/runtime/VM;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VM$2 this
         0: .line 951
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.runtime.VM$2.this$0:Lsun/jvm/hotspot/runtime/VM;
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.oops.DefaultOopVisitor.<init>:()V
         1: .line 952
            aload 0 /* this */
            new sun.jvm.hotspot.utilities.ObjectReader
            dup
            invokespecial sun.jvm.hotspot.utilities.ObjectReader.<init>:()V
            putfield sun.jvm.hotspot.runtime.VM$2.objReader:Lsun/jvm/hotspot/utilities/ObjectReader;
         2: .line 951
            return
        end local 0 // sun.jvm.hotspot.runtime.VM$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void doOop(sun.jvm.hotspot.oops.OopField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/OopField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.VM$2 this
        start local 1 // sun.jvm.hotspot.oops.OopField field
        start local 2 // boolean isVMField
         0: .line 954
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.OopField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            invokevirtual sun.jvm.hotspot.oops.FieldIdentifier.getName:()Ljava/lang/String;
            ldc "props"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 956
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$2.this$0:Lsun/jvm/hotspot/runtime/VM;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$2.objReader:Lsun/jvm/hotspot/utilities/ObjectReader;
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$2.getObj:()Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            checkcast java.util.Properties
            putfield sun.jvm.hotspot.runtime.VM.sysProps:Ljava/util/Properties;
         2: .line 957
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 3 /* e */
        start local 3 // java.lang.Exception e
         4: .line 958
            aload 3 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        end local 3 // java.lang.Exception e
         5: .line 961
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.OopField field
        end local 0 // sun.jvm.hotspot.runtime.VM$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lsun/jvm/hotspot/runtime/VM$2;
            0    6     1      field  Lsun/jvm/hotspot/oops/OopField;
            0    6     2  isVMField  Z
            4    5     3          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "VM.java"
EnclosingMethod: sun.jvm.hotspot.runtime.VM.readSystemProperties:()V
NestHost: sun.jvm.hotspot.runtime.VM
InnerClasses:
  sun.jvm.hotspot.runtime.VM$2