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

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

  public void process(sun.jvm.hotspot.oops.GenerateOopMap, int, int[]);
    descriptor: (Lsun/jvm/hotspot/oops/GenerateOopMap;I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.oops.GenerateOopMap$2 this
        start local 1 // sun.jvm.hotspot.oops.GenerateOopMap c
        start local 2 // int bcpDelta
        start local 3 // int[] data
         0: .line 819
            aload 1 /* c */
            iload 2 /* bcpDelta */
            aload 3 /* data */
            invokevirtual sun.jvm.hotspot.oops.GenerateOopMap.mergeState:(I[I)V
         1: .line 820
            return
        end local 3 // int[] data
        end local 2 // int bcpDelta
        end local 1 // sun.jvm.hotspot.oops.GenerateOopMap c
        end local 0 // sun.jvm.hotspot.oops.GenerateOopMap$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/oops/GenerateOopMap$2;
            0    2     1         c  Lsun/jvm/hotspot/oops/GenerateOopMap;
            0    2     2  bcpDelta  I
            0    2     3      data  [I
    MethodParameters:
          Name  Flags
      c         
      bcpDelta  
      data      
}
SourceFile: "GenerateOopMap.java"
EnclosingMethod: sun.jvm.hotspot.oops.GenerateOopMap.interpBB:(Lsun/jvm/hotspot/oops/GenerateOopMap$BasicBlock;)V
NestHost: sun.jvm.hotspot.oops.GenerateOopMap
InnerClasses:
  sun.jvm.hotspot.oops.GenerateOopMap$2
  BasicBlock = sun.jvm.hotspot.oops.GenerateOopMap$BasicBlock of sun.jvm.hotspot.oops.GenerateOopMap
  abstract JumpClosure = sun.jvm.hotspot.oops.GenerateOopMap$JumpClosure of sun.jvm.hotspot.oops.GenerateOopMap