class sun.jvm.hotspot.memory.SystemDictionary$2 implements sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.memory.SystemDictionary$2
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.memory.SystemDictionary this$0;
    descriptor: Lsun/jvm/hotspot/memory/SystemDictionary;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor val$v;
    descriptor: Lsun/jvm/hotspot/memory/SystemDictionary$ClassVisitor;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.memory.SystemDictionary, sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor);
    descriptor: (Lsun/jvm/hotspot/memory/SystemDictionary;Lsun/jvm/hotspot/memory/SystemDictionary$ClassVisitor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.memory.SystemDictionary$2 this
         0: .line 176
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.memory.SystemDictionary$2.this$0:Lsun/jvm/hotspot/memory/SystemDictionary;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.memory.SystemDictionary$2.val$v:Lsun/jvm/hotspot/memory/SystemDictionary$ClassVisitor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.memory.SystemDictionary$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/SystemDictionary$2;
    MethodParameters:
        Name  Flags
      this$0  final
      val$v   final

  public void visit(sun.jvm.hotspot.oops.Klass);
    descriptor: (Lsun/jvm/hotspot/oops/Klass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.memory.SystemDictionary$2 this
        start local 1 // sun.jvm.hotspot.oops.Klass k
         0: .line 178
            aload 1 /* k */
            astore 2 /* l */
        start local 2 // sun.jvm.hotspot.oops.Klass l
         1: goto 4
         2: .line 179
      StackMap locals: sun.jvm.hotspot.oops.Klass
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.memory.SystemDictionary$2.val$v:Lsun/jvm/hotspot/memory/SystemDictionary$ClassVisitor;
            aload 2 /* l */
            invokeinterface sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor.visit:(Lsun/jvm/hotspot/oops/Klass;)V
         3: .line 178
            aload 2 /* l */
            invokevirtual sun.jvm.hotspot.oops.Klass.arrayKlassOrNull:()Lsun/jvm/hotspot/oops/Klass;
            astore 2 /* l */
      StackMap locals:
      StackMap stack:
         4: aload 2 /* l */
            ifnonnull 2
        end local 2 // sun.jvm.hotspot.oops.Klass l
         5: .line 181
            return
        end local 1 // sun.jvm.hotspot.oops.Klass k
        end local 0 // sun.jvm.hotspot.memory.SystemDictionary$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/memory/SystemDictionary$2;
            0    6     1     k  Lsun/jvm/hotspot/oops/Klass;
            1    5     2     l  Lsun/jvm/hotspot/oops/Klass;
    MethodParameters:
      Name  Flags
      k     
}
SourceFile: "SystemDictionary.java"
EnclosingMethod: sun.jvm.hotspot.memory.SystemDictionary.allClassesDo:(Lsun/jvm/hotspot/memory/SystemDictionary$ClassVisitor;)V
NestHost: sun.jvm.hotspot.memory.SystemDictionary
InnerClasses:
  sun.jvm.hotspot.memory.SystemDictionary$2
  public abstract ClassVisitor = sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor of sun.jvm.hotspot.memory.SystemDictionary