class sun.jvm.hotspot.tools.JSnap$1 implements sun.jvm.hotspot.runtime.PerfMemory$PerfDataEntryVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.tools.JSnap$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.tools.JSnap this$0;
    descriptor: Lsun/jvm/hotspot/tools/JSnap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.io.PrintStream val$out;
    descriptor: Ljava/io/PrintStream;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public boolean visit(sun.jvm.hotspot.runtime.PerfDataEntry);
    descriptor: (Lsun/jvm/hotspot/runtime/PerfDataEntry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.tools.JSnap$1 this
        start local 1 // sun.jvm.hotspot.runtime.PerfDataEntry pde
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.tools.JSnap$1.this$0:Lsun/jvm/hotspot/tools/JSnap;
            getfield sun.jvm.hotspot.tools.JSnap.all:Z
            ifne 1
            aload 1 /* pde */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.supported:()Z
            ifeq 4
         1: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.tools.JSnap$1.val$out:Ljava/io/PrintStream;
            aload 1 /* pde */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.name:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 54
            aload 0 /* this */
            getfield sun.jvm.hotspot.tools.JSnap$1.val$out:Ljava/io/PrintStream;
            bipush 61
            invokevirtual java.io.PrintStream.print:(C)V
         3: .line 55
            aload 0 /* this */
            getfield sun.jvm.hotspot.tools.JSnap$1.val$out:Ljava/io/PrintStream;
            aload 1 /* pde */
            invokevirtual sun.jvm.hotspot.runtime.PerfDataEntry.valueAsString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 58
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // sun.jvm.hotspot.runtime.PerfDataEntry pde
        end local 0 // sun.jvm.hotspot.tools.JSnap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/tools/JSnap$1;
            0    5     1   pde  Lsun/jvm/hotspot/runtime/PerfDataEntry;
    MethodParameters:
      Name  Flags
      pde   
}
SourceFile: "JSnap.java"
EnclosingMethod: sun.jvm.hotspot.tools.JSnap.run:()V
NestHost: sun.jvm.hotspot.tools.JSnap
InnerClasses:
  public abstract PerfDataEntryVisitor = sun.jvm.hotspot.runtime.PerfMemory$PerfDataEntryVisitor of sun.jvm.hotspot.runtime.PerfMemory
  sun.jvm.hotspot.tools.JSnap$1