class sun.jvm.hotspot.gc.shared.GenerationIsInClosure implements sun.jvm.hotspot.gc.shared.SpaceClosure
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.gc.shared.GenerationIsInClosure
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.Address p;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.gc.shared.Space sp;
    descriptor: Lsun/jvm/hotspot/gc/shared/Space;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
        start local 1 // sun.jvm.hotspot.debugger.Address p
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* p */
            putfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.p:Lsun/jvm/hotspot/debugger/Address;
         2: .line 37
            return
        end local 1 // sun.jvm.hotspot.debugger.Address p
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
            0    3     1     p  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      p     

  public void doSpace(sun.jvm.hotspot.gc.shared.Space);
    descriptor: (Lsun/jvm/hotspot/gc/shared/Space;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
        start local 1 // sun.jvm.hotspot.gc.shared.Space s
         0: .line 40
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.p:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.gc.shared.Space.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 2
         1: .line 41
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.sp:Lsun/jvm/hotspot/gc/shared/Space;
         2: .line 43
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.gc.shared.Space s
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
            0    3     1     s  Lsun/jvm/hotspot/gc/shared/Space;
    MethodParameters:
      Name  Flags
      s     

  sun.jvm.hotspot.gc.shared.Space space();
    descriptor: ()Lsun/jvm/hotspot/gc/shared/Space;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
         0: .line 46
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.sp:Lsun/jvm/hotspot/gc/shared/Space;
            areturn
        end local 0 // sun.jvm.hotspot.gc.shared.GenerationIsInClosure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
}
SourceFile: "GenerationIsInClosure.java"