public class sun.jvm.hotspot.classfile.ClassLoaderDataGraph
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.classfile.ClassLoaderDataGraph
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.types.AddressField headField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    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 39
            new sun.jvm.hotspot.classfile.ClassLoaderDataGraph$1
            dup
            invokespecial sun.jvm.hotspot.classfile.ClassLoaderDataGraph$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;

  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 47
            aload 0 /* db */
            ldc "ClassLoaderDataGraph"
            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 49
            aload 1 /* type */
            ldc "_head"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.classfile.ClassLoaderDataGraph.headField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 50
            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    3     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    3     1  type  Lsun/jvm/hotspot/types/Type;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public sun.jvm.hotspot.classfile.ClassLoaderData getClassLoaderGraphHead();
    descriptor: ()Lsun/jvm/hotspot/classfile/ClassLoaderData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
         0: .line 55
            getstatic sun.jvm.hotspot.classfile.ClassLoaderDataGraph.headField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.classfile.ClassLoaderData.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/classfile/ClassLoaderData;
            areturn
        end local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;

  public sun.jvm.hotspot.oops.Klass find(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
        start local 1 // java.lang.String className
         0: .line 60
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderDataGraph.getClassLoaderGraphHead:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
        start local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         1: goto 6
         2: .line 61
      StackMap locals: sun.jvm.hotspot.classfile.ClassLoaderData
      StackMap stack:
            aload 2 /* cld */
            aload 1 /* className */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.find:(Ljava/lang/String;)Lsun/jvm/hotspot/oops/Klass;
            astore 3 /* k */
        start local 3 // sun.jvm.hotspot.oops.Klass k
         3: .line 62
            aload 3 /* k */
            ifnull 5
         4: .line 63
            aload 3 /* k */
            areturn
        end local 3 // sun.jvm.hotspot.oops.Klass k
         5: .line 60
      StackMap locals:
      StackMap stack:
            aload 2 /* cld */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.next:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* cld */
            ifnonnull 2
        end local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         7: .line 66
            aconst_null
            areturn
        end local 1 // java.lang.String className
        end local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;
            0    8     1  className  Ljava/lang/String;
            1    7     2        cld  Lsun/jvm/hotspot/classfile/ClassLoaderData;
            3    5     3          k  Lsun/jvm/hotspot/oops/Klass;
    MethodParameters:
           Name  Flags
      className  

  public void classesDo(sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor);
    descriptor: (Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
        start local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor v
         0: .line 83
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderDataGraph.getClassLoaderGraphHead:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
        start local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         1: goto 4
         2: .line 84
      StackMap locals: sun.jvm.hotspot.classfile.ClassLoaderData
      StackMap stack:
            aload 2 /* cld */
            aload 1 /* v */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.classesDo:(Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassVisitor;)V
         3: .line 83
            aload 2 /* cld */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.next:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
      StackMap locals:
      StackMap stack:
         4: aload 2 /* cld */
            ifnonnull 2
        end local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         5: .line 86
            return
        end local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor v
        end local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;
            0    6     1     v  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassVisitor;
            1    5     2   cld  Lsun/jvm/hotspot/classfile/ClassLoaderData;
    MethodParameters:
      Name  Flags
      v     

  public void allEntriesDo(sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor);
    descriptor: (Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
        start local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor v
         0: .line 91
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderDataGraph.getClassLoaderGraphHead:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
        start local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         1: goto 4
         2: .line 92
      StackMap locals: sun.jvm.hotspot.classfile.ClassLoaderData
      StackMap stack:
            aload 2 /* cld */
            aload 1 /* v */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.allEntriesDo:(Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;)V
         3: .line 91
            aload 2 /* cld */
            invokevirtual sun.jvm.hotspot.classfile.ClassLoaderData.next:()Lsun/jvm/hotspot/classfile/ClassLoaderData;
            astore 2 /* cld */
      StackMap locals:
      StackMap stack:
         4: aload 2 /* cld */
            ifnonnull 2
        end local 2 // sun.jvm.hotspot.classfile.ClassLoaderData cld
         5: .line 94
            return
        end local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor v
        end local 0 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph;
            0    6     1     v  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;
            1    5     2   cld  Lsun/jvm/hotspot/classfile/ClassLoaderData;
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "ClassLoaderDataGraph.java"
NestMembers:
  sun.jvm.hotspot.classfile.ClassLoaderDataGraph$1  sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor  sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor
InnerClasses:
  sun.jvm.hotspot.classfile.ClassLoaderDataGraph$1
  public abstract ClassAndLoaderVisitor = sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor of sun.jvm.hotspot.classfile.ClassLoaderDataGraph
  public abstract ClassVisitor = sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassVisitor of sun.jvm.hotspot.classfile.ClassLoaderDataGraph