class com.sun.tools.jdi.ModuleReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.ModuleReference
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.ModuleReferenceImpl
  super_class: com.sun.tools.jdi.ObjectReferenceImpl
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.ClassLoaderReference classLoader;
    descriptor: Lcom/sun/jdi/ClassLoaderReference;
    flags: (0x0002) ACC_PRIVATE

  private boolean cachedName;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean cachedClassLoader;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 35
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 45
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ModuleReferenceImpl.cachedName:Z
         2: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ModuleReferenceImpl.cachedClassLoader:Z
         3: .line 36
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ModuleReferenceImpl;
            0    4     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    4     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  protected java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
         0: .line 39
            new java.lang.StringBuilder
            dup
            ldc "ModuleReference "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ModuleReferenceImpl.ref:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ModuleReferenceImpl;

  public synchronized java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.cachedName:Z
            ifeq 2
         1: .line 51
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ModuleReference$Name.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ModuleReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ModuleReference$Name;
            getfield com.sun.tools.jdi.JDWP$ModuleReference$Name.name:Ljava/lang/String;
            putfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
         5: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ModuleReferenceImpl.cachedName:Z
         6: .line 60
            goto 9
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 1 /* ex */
        start local 1 // com.sun.tools.jdi.JDWPException ex
         8: .line 61
            aload 1 /* ex */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException ex
         9: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.name:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/ModuleReferenceImpl;
            8    9     1    ex  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     6       7  Class com.sun.tools.jdi.JDWPException

  public synchronized com.sun.jdi.ClassLoaderReference classLoader();
    descriptor: ()Lcom/sun/jdi/ClassLoaderReference;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
         0: .line 67
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.cachedClassLoader:Z
            ifeq 2
         1: .line 68
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
            areturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 72
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ModuleReference$ClassLoader.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ModuleReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ModuleReference$ClassLoader;
            getfield com.sun.tools.jdi.JDWP$ModuleReference$ClassLoader.classLoader:Lcom/sun/tools/jdi/ClassLoaderReferenceImpl;
         4: .line 71
            putfield com.sun.tools.jdi.ModuleReferenceImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
         5: .line 73
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ModuleReferenceImpl.cachedClassLoader:Z
         6: .line 74
            goto 9
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 1 /* ex */
        start local 1 // com.sun.tools.jdi.JDWPException ex
         8: .line 75
            aload 1 /* ex */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException ex
         9: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ModuleReferenceImpl.classLoader:Lcom/sun/jdi/ClassLoaderReference;
            areturn
        end local 0 // com.sun.tools.jdi.ModuleReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/ModuleReferenceImpl;
            8    9     1    ex  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     6       7  Class com.sun.tools.jdi.JDWPException
}
SourceFile: "ModuleReferenceImpl.java"
InnerClasses:
  ModuleReference = com.sun.tools.jdi.JDWP$ModuleReference of com.sun.tools.jdi.JDWP
  ClassLoader = com.sun.tools.jdi.JDWP$ModuleReference$ClassLoader of com.sun.tools.jdi.JDWP$ModuleReference
  Name = com.sun.tools.jdi.JDWP$ModuleReference$Name of com.sun.tools.jdi.JDWP$ModuleReference