public class sun.jvm.hotspot.compiler.OopMapStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.compiler.OopMapStream
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.code.CompressedReadStream stream;
    descriptor: Lsun/jvm/hotspot/code/CompressedReadStream;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.compiler.ImmutableOopMap oopMap;
    descriptor: Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    flags: (0x0002) ACC_PRIVATE

  private int mask;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.compiler.OopMapValue omv;
    descriptor: Lsun/jvm/hotspot/compiler/OopMapValue;
    flags: (0x0002) ACC_PRIVATE

  private boolean omvValid;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap);
    descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
        start local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
         0: .line 39
            aload 0 /* this */
            aload 1 /* oopMap */
            aconst_null
            invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
         1: .line 40
            return
        end local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/compiler/OopMapStream;
            0    2     1  oopMap  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    MethodParameters:
        Name  Flags
      oopMap  

  public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap, sun.jvm.hotspot.compiler.OopMapValue$OopTypes);
    descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
        start local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
        start local 2 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes type
         0: .line 43
            aload 0 /* this */
            aload 1 /* oopMap */
            aconst_null
            invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
         1: .line 44
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
            putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
         2: .line 45
            return
        end local 2 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes type
        end local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/compiler/OopMapStream;
            0    3     1  oopMap  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            0    3     2    type  Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    MethodParameters:
        Name  Flags
      oopMap  
      type    

  public void <init>(sun.jvm.hotspot.compiler.ImmutableOopMap, sun.jvm.hotspot.compiler.OopMapValue$OopTypes[]);
    descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
        start local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
        start local 2 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] types
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            new sun.jvm.hotspot.code.CompressedReadStream
            dup
            aload 1 /* oopMap */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMap.getData:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.code.CompressedReadStream.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            putfield sun.jvm.hotspot.compiler.OopMapStream.stream:Lsun/jvm/hotspot/code/CompressedReadStream;
         2: .line 49
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* types */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.computeMask:([Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)I
            putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
         3: .line 50
            aload 0 /* this */
            aload 1 /* oopMap */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMap.getCount:()J
            l2i
            putfield sun.jvm.hotspot.compiler.OopMapStream.size:I
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.compiler.OopMapStream.position:I
         5: .line 52
            aload 0 /* this */
            new sun.jvm.hotspot.compiler.OopMapValue
            dup
            invokespecial sun.jvm.hotspot.compiler.OopMapValue.<init>:()V
            putfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
         6: .line 53
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
         7: .line 54
            return
        end local 2 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] types
        end local 1 // sun.jvm.hotspot.compiler.ImmutableOopMap oopMap
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/jvm/hotspot/compiler/OopMapStream;
            0    8     1  oopMap  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            0    8     2   types  [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
    MethodParameters:
        Name  Flags
      oopMap  
      types   

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
         0: .line 57
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
            ifne 2
         1: .line 58
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.findNext:()V
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
            ifeq 3
            iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/compiler/OopMapStream;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
         0: .line 64
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.findNext:()V
         1: .line 65
            return
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/compiler/OopMapStream;

  public sun.jvm.hotspot.compiler.OopMapValue getCurrent();
    descriptor: ()Lsun/jvm/hotspot/compiler/OopMapValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
         0: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
            areturn
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/OopMapStream;

  private int computeMask(sun.jvm.hotspot.compiler.OopMapValue$OopTypes[]);
    descriptor: ([Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
        start local 1 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] types
         0: .line 76
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
         1: .line 77
            aload 1 /* types */
            ifnull 7
         2: .line 78
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 79
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
            aload 1 /* types */
            iload 2 /* i */
            aaload
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
            ior
            putfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
         5: .line 78
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* types */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
            ireturn
        end local 1 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] types
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/jvm/hotspot/compiler/OopMapStream;
            0    8     1  types  [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            3    7     2      i  I
    MethodParameters:
       Name  Flags
      types  

  private void findNext();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.OopMapStream this
         0: .line 86
            goto 5
         1: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.stream:Lsun/jvm/hotspot/code/CompressedReadStream;
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.readFrom:(Lsun/jvm/hotspot/code/CompressedReadStream;)V
         2: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.omv:Lsun/jvm/hotspot/compiler/OopMapValue;
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue$OopTypes.getValue:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.mask:I
            iand
            ifle 5
         3: .line 89
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
         4: .line 90
            return
         5: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.compiler.OopMapStream.position:I
            dup_x1
            iconst_1
            iadd
            putfield sun.jvm.hotspot.compiler.OopMapStream.position:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.OopMapStream.size:I
            if_icmplt 1
         6: .line 93
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.compiler.OopMapStream.omvValid:Z
         7: .line 94
            return
        end local 0 // sun.jvm.hotspot.compiler.OopMapStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/jvm/hotspot/compiler/OopMapStream;
}
SourceFile: "OopMapStream.java"
InnerClasses:
  public abstract OopTypes = sun.jvm.hotspot.compiler.OopMapValue$OopTypes of sun.jvm.hotspot.compiler.OopMapValue