public class sun.jvm.hotspot.gc.g1.PrintRegionClosure implements sun.jvm.hotspot.gc.g1.HeapRegionClosure
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.gc.g1.PrintRegionClosure
  super_class: java.lang.Object
{
  private java.io.PrintStream tty;
    descriptor: Ljava/io/PrintStream;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.g1.PrintRegionClosure this
        start local 1 // java.io.PrintStream tty
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* tty */
            putfield sun.jvm.hotspot.gc.g1.PrintRegionClosure.tty:Ljava/io/PrintStream;
         2: .line 35
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.gc.g1.PrintRegionClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/gc/g1/PrintRegionClosure;
            0    3     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public void doHeapRegion(sun.jvm.hotspot.gc.g1.HeapRegion);
    descriptor: (Lsun/jvm/hotspot/gc/g1/HeapRegion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.g1.PrintRegionClosure this
        start local 1 // sun.jvm.hotspot.gc.g1.HeapRegion hr
         0: .line 38
            aload 1 /* hr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.PrintRegionClosure.tty:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.gc.g1.HeapRegion.printOn:(Ljava/io/PrintStream;)V
         1: .line 39
            return
        end local 1 // sun.jvm.hotspot.gc.g1.HeapRegion hr
        end local 0 // sun.jvm.hotspot.gc.g1.PrintRegionClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/gc/g1/PrintRegionClosure;
            0    2     1    hr  Lsun/jvm/hotspot/gc/g1/HeapRegion;
    MethodParameters:
      Name  Flags
      hr    
}
SourceFile: "PrintRegionClosure.java"