public class sun.jvm.hotspot.compiler.ImmutableOopMapSet extends sun.jvm.hotspot.runtime.VMObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.compiler.ImmutableOopMapSet
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  private static final boolean DEBUG;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static sun.jvm.hotspot.types.CIntegerField countField;
    descriptor: Lsun/jvm/hotspot/types/CIntegerField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.CIntegerField sizeField;
    descriptor: Lsun/jvm/hotspot/types/CIntegerField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.AddressField omDataField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int REG_COUNT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int SAVED_ON_ENTRY_REG_COUNT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int C_SAVED_ON_ENTRY_REG_COUNT;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static long classSize;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            ldc "sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            ifnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG:Z
         3: .line 78
            new sun.jvm.hotspot.compiler.ImmutableOopMapSet$1
            dup
            invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapSet$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         4: .line 83
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 86
            aload 0 /* db */
            ldc "ImmutableOopMapSet"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 88
            aload 1 /* type */
            ldc "_count"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.countField:Lsun/jvm/hotspot/types/CIntegerField;
         2: .line 89
            aload 1 /* type */
            ldc "_size"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.sizeField:Lsun/jvm/hotspot/types/CIntegerField;
         3: .line 90
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.classSize:J
         4: .line 92
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifne 9
         5: .line 93
            aload 0 /* db */
            ldc "REG_COUNT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
         6: .line 94
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 9
         7: .line 95
            aload 0 /* db */
            ldc "SAVED_ON_ENTRY_REG_COUNT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.SAVED_ON_ENTRY_REG_COUNT:I
         8: .line 96
            aload 0 /* db */
            ldc "C_SAVED_ON_ENTRY_REG_COUNT"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.C_SAVED_ON_ENTRY_REG_COUNT:I
         9: .line 99
      StackMap locals: sun.jvm.hotspot.types.Type
      StackMap stack:
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   10     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 102
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 103
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
         0: .line 108
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.countField:Lsun/jvm/hotspot/types/CIntegerField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;

  private sun.jvm.hotspot.debugger.Address dataStart();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
         0: .line 111
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairStart:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapPair.classSize:()J
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            i2l
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;

  private sun.jvm.hotspot.debugger.Address pairStart();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
         0: .line 115
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.classSize:J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;

  public sun.jvm.hotspot.compiler.ImmutableOopMapPair pairAt(int);
    descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // int index
         0: .line 119
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "bad index"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         3: .line 120
            new sun.jvm.hotspot.compiler.ImmutableOopMapPair
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairStart:()Lsun/jvm/hotspot/debugger/Address;
            iload 1 /* index */
            i2l
            invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapPair.classSize:()J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapPair.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.compiler.ImmutableOopMap getMapAt(int);
    descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // int index
         0: .line 127
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 128
            iload 1 /* index */
            iflt 2
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            if_icmpgt 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "bad index"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            astore 2 /* immutableOopMapPair */
        start local 2 // sun.jvm.hotspot.compiler.ImmutableOopMapPair immutableOopMapPair
         5: .line 132
            aload 0 /* this */
            aload 2 /* immutableOopMapPair */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMap:(Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            areturn
        end local 2 // sun.jvm.hotspot.compiler.ImmutableOopMapPair immutableOopMapPair
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    6     0                 this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0    6     1                index  I
            5    6     2  immutableOopMapPair  Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
    MethodParameters:
       Name  Flags
      index  

  public sun.jvm.hotspot.compiler.ImmutableOopMap findMapAtOffset(long, boolean);
    descriptor: (JZ)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // long pcOffset
        start local 3 // boolean debugging
         0: .line 137
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            istore 5 /* len */
        start local 5 // int len
         1: .line 138
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 139
            iload 5 /* len */
            ifle 3
            iconst_1
            goto 4
      StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet long int top int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "must have pointer maps"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 144
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 10
         7: .line 145
      StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet long int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
            i2l
            lload 1 /* pcOffset */
            lcmp
            iflt 9
         8: .line 146
            goto 11
         9: .line 144
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 5 /* len */
            if_icmplt 7
        11: .line 150
      StackMap locals:
      StackMap stack:
            iload 3 /* debugging */
            ifne 20
        12: .line 151
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 31
        13: .line 152
            iload 4 /* i */
            iload 5 /* len */
            if_icmpge 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: new java.lang.StringBuilder
            dup
            ldc "oopmap not found for pcOffset = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* pcOffset */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "; len = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        16: .line 153
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
            i2l
            lload 1 /* pcOffset */
            lcmp
            ifne 17
            iconst_1
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_0
      StackMap locals:
      StackMap stack: int
        18: ldc "oopmap not found"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        19: .line 155
            goto 31
        20: .line 156
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iload 5 /* len */
            if_icmpne 31
        21: .line 157
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.DEBUG:Z
            ifeq 29
        22: .line 158
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "can't find oopmap at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* pcOffset */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        23: .line 159
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Oopmap offsets are [ "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        24: .line 160
            iconst_0
            istore 4 /* i */
            goto 27
        25: .line 161
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getPC:()I
            invokevirtual java.io.PrintStream.print:(I)V
        26: .line 160
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 4 /* i */
            iload 5 /* len */
            if_icmplt 25
        28: .line 163
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "]"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        29: .line 165
      StackMap locals:
      StackMap stack:
            iload 5 /* len */
            iconst_1
            isub
            istore 4 /* i */
        30: .line 166
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMapAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            areturn
        31: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getMapAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            astore 6 /* m */
        start local 6 // sun.jvm.hotspot.compiler.ImmutableOopMap m
        32: .line 171
            aload 6 /* m */
            areturn
        end local 6 // sun.jvm.hotspot.compiler.ImmutableOopMap m
        end local 5 // int len
        end local 4 // int i
        end local 3 // boolean debugging
        end local 1 // long pcOffset
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0   33     1   pcOffset  J
            0   33     3  debugging  Z
            6   33     4          i  I
            1   33     5        len  I
           32   33     6          m  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    MethodParameters:
           Name  Flags
      pcOffset   
      debugging  

  public static void oopsDo(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.runtime.AddressVisitor, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/runtime/AddressVisitor;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.Frame fr
        start local 1 // sun.jvm.hotspot.code.CodeBlob cb
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 3 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        start local 4 // boolean debugging
         0: .line 181
            aload 0 /* fr */
            aload 1 /* cb */
            aload 2 /* regMap */
            new sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor
            dup
            aload 3 /* oopVisitor */
            invokespecial sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.<init>:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
            iload 4 /* debugging */
            invokestatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.allDo:(Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/compiler/OopMapVisitor;Z)V
         1: .line 182
            return
        end local 4 // boolean debugging
        end local 3 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        end local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 1 // sun.jvm.hotspot.code.CodeBlob cb
        end local 0 // sun.jvm.hotspot.runtime.Frame fr
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0          fr  Lsun/jvm/hotspot/runtime/Frame;
            0    2     1          cb  Lsun/jvm/hotspot/code/CodeBlob;
            0    2     2      regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0    2     3  oopVisitor  Lsun/jvm/hotspot/runtime/AddressVisitor;
            0    2     4   debugging  Z
    MethodParameters:
            Name  Flags
      fr          
      cb          
      regMap      
      oopVisitor  
      debugging   

  public static void allDo(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, sun.jvm.hotspot.compiler.OopMapVisitor, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Lsun/jvm/hotspot/compiler/OopMapVisitor;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.Frame fr
        start local 1 // sun.jvm.hotspot.code.CodeBlob cb
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 3 // sun.jvm.hotspot.compiler.OopMapVisitor visitor
        start local 4 // boolean debugging
         0: .line 189
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         1: .line 190
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getCodeCache:()Lsun/jvm/hotspot/code/CodeCache;
            aload 0 /* fr */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.code.CodeCache.findBlob:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/code/CodeBlob;
            astore 5 /* tmpCB */
        start local 5 // sun.jvm.hotspot.code.CodeBlob tmpCB
         2: .line 191
            aload 5 /* tmpCB */
            ifnull 3
            aload 1 /* cb */
            aload 5 /* tmpCB */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: sun.jvm.hotspot.code.CodeBlob
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "wrong codeblob passed in"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        end local 5 // sun.jvm.hotspot.code.CodeBlob tmpCB
         5: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            pop
         6: .line 195
            aload 1 /* cb */
            aload 0 /* fr */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            iload 4 /* debugging */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMapForReturnAddress:(Lsun/jvm/hotspot/debugger/Address;Z)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            astore 5 /* map */
        start local 5 // sun.jvm.hotspot.compiler.ImmutableOopMap map
         7: .line 196
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 11
         8: .line 197
            aload 5 /* map */
            ifnull 9
            iconst_1
            goto 10
      StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMap
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: ldc "no ptr map found"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        11: .line 204
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.compiler.OopMapStream
            dup
            aload 5 /* map */
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.DERIVED_OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
            astore 7 /* oms */
        start local 7 // sun.jvm.hotspot.compiler.OopMapStream oms
        12: goto 22
        13: .line 205
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 15
        14: .line 206
            iconst_0
            ldc "should not reach here"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        15: .line 208
      StackMap locals:
      StackMap stack:
            aload 7 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
            astore 6 /* omv */
        start local 6 // sun.jvm.hotspot.compiler.OopMapValue omv
        16: .line 209
            aload 0 /* fr */
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
            aload 2 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
            astore 8 /* loc */
        start local 8 // sun.jvm.hotspot.debugger.Address loc
        17: .line 210
            aload 8 /* loc */
            ifnull 21
        18: .line 211
            aload 0 /* fr */
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getContentReg:()Lsun/jvm/hotspot/runtime/VMReg;
            aload 2 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* baseLoc */
        start local 9 // sun.jvm.hotspot.debugger.Address baseLoc
        19: .line 212
            aload 8 /* loc */
            astore 10 /* derivedLoc */
        start local 10 // sun.jvm.hotspot.debugger.Address derivedLoc
        20: .line 213
            aload 3 /* visitor */
            aload 9 /* baseLoc */
            aload 10 /* derivedLoc */
            invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitDerivedOopLocation:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
        end local 10 // sun.jvm.hotspot.debugger.Address derivedLoc
        end local 9 // sun.jvm.hotspot.debugger.Address baseLoc
        end local 8 // sun.jvm.hotspot.debugger.Address loc
        21: .line 204
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
            aload 7 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
        end local 6 // sun.jvm.hotspot.compiler.OopMapValue omv
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
        22: aload 7 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
            ifeq 13
        end local 7 // sun.jvm.hotspot.compiler.OopMapStream oms
        23: .line 219
            iconst_2
            anewarray sun.jvm.hotspot.compiler.OopMapValue$OopTypes
            dup
            iconst_0
        24: .line 220
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            aastore
            dup
            iconst_1
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.NARROWOOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            aastore
        25: .line 219
            astore 7 /* values */
        start local 7 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] values
        26: .line 224
            new sun.jvm.hotspot.compiler.OopMapStream
            dup
            aload 5 /* map */
            aload 7 /* values */
            invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;[Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
            astore 8 /* oms */
        start local 8 // sun.jvm.hotspot.compiler.OopMapStream oms
        27: goto 37
        28: .line 225
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
            aload 8 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
            astore 6 /* omv */
        start local 6 // sun.jvm.hotspot.compiler.OopMapValue omv
        29: .line 226
            aload 0 /* fr */
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
            aload 2 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
            astore 9 /* loc */
        start local 9 // sun.jvm.hotspot.debugger.Address loc
        30: .line 227
            aload 9 /* loc */
            ifnull 36
        31: .line 228
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.OOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            if_acmpne 34
        32: .line 232
            aload 3 /* visitor */
            aload 9 /* loc */
            invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitOopLocation:(Lsun/jvm/hotspot/debugger/Address;)V
        33: .line 233
            goto 36
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream sun.jvm.hotspot.debugger.Address
      StackMap stack:
        34: aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getType:()Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.NARROWOOP_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            if_acmpne 36
        35: .line 234
            aload 3 /* visitor */
            aload 9 /* loc */
            invokeinterface sun.jvm.hotspot.compiler.OopMapVisitor.visitNarrowOopLocation:(Lsun/jvm/hotspot/debugger/Address;)V
        end local 9 // sun.jvm.hotspot.debugger.Address loc
        36: .line 224
      StackMap locals:
      StackMap stack:
            aload 8 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
        end local 6 // sun.jvm.hotspot.compiler.OopMapValue omv
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap sun.jvm.hotspot.compiler.OopMapVisitor int sun.jvm.hotspot.compiler.ImmutableOopMap top sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
        37: aload 8 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
            ifeq 28
        end local 8 // sun.jvm.hotspot.compiler.OopMapStream oms
        38: .line 239
            return
        end local 7 // sun.jvm.hotspot.compiler.OopMapValue$OopTypes[] values
        end local 5 // sun.jvm.hotspot.compiler.ImmutableOopMap map
        end local 4 // boolean debugging
        end local 3 // sun.jvm.hotspot.compiler.OopMapVisitor visitor
        end local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 1 // sun.jvm.hotspot.code.CodeBlob cb
        end local 0 // sun.jvm.hotspot.runtime.Frame fr
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0          fr  Lsun/jvm/hotspot/runtime/Frame;
            0   39     1          cb  Lsun/jvm/hotspot/code/CodeBlob;
            0   39     2      regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0   39     3     visitor  Lsun/jvm/hotspot/compiler/OopMapVisitor;
            0   39     4   debugging  Z
            2    5     5       tmpCB  Lsun/jvm/hotspot/code/CodeBlob;
            7   39     5         map  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
           16   22     6         omv  Lsun/jvm/hotspot/compiler/OopMapValue;
           29   37     6         omv  Lsun/jvm/hotspot/compiler/OopMapValue;
           12   23     7         oms  Lsun/jvm/hotspot/compiler/OopMapStream;
           17   21     8         loc  Lsun/jvm/hotspot/debugger/Address;
           19   21     9     baseLoc  Lsun/jvm/hotspot/debugger/Address;
           20   21    10  derivedLoc  Lsun/jvm/hotspot/debugger/Address;
           26   39     7      values  [Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
           27   38     8         oms  Lsun/jvm/hotspot/compiler/OopMapStream;
           30   36     9         loc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
           Name  Flags
      fr         
      cb         
      regMap     
      visitor    
      debugging  

  public static void updateRegisterMap(sun.jvm.hotspot.runtime.Frame, sun.jvm.hotspot.code.CodeBlob, sun.jvm.hotspot.runtime.RegisterMap, boolean);
    descriptor: (Lsun/jvm/hotspot/runtime/Frame;Lsun/jvm/hotspot/code/CodeBlob;Lsun/jvm/hotspot/runtime/RegisterMap;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // sun.jvm.hotspot.runtime.Frame fr
        start local 1 // sun.jvm.hotspot.code.CodeBlob cb
        start local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        start local 3 // boolean debugging
         0: .line 246
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 247
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isCore:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ldc "non-core builds only"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 250
      StackMap locals:
      StackMap stack:
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isDebugging:()Z
            ifne 11
         5: .line 251
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 14
         6: .line 252
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            astore 4 /* maps */
        start local 4 // sun.jvm.hotspot.compiler.ImmutableOopMapSet maps
         7: .line 253
            aload 4 /* maps */
            ifnull 8
            aload 4 /* maps */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            ifle 8
            iconst_1
            goto 9
      StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: ldc "found null or empty ImmutableOopMapSet for CodeBlob"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        end local 4 // sun.jvm.hotspot.compiler.ImmutableOopMapSet maps
        10: .line 255
            goto 14
        11: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMaps:()Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            astore 4 /* maps */
        start local 4 // sun.jvm.hotspot.compiler.ImmutableOopMapSet maps
        12: .line 260
            aload 4 /* maps */
            ifnull 13
            aload 4 /* maps */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            ifne 14
        13: .line 261
      StackMap locals: sun.jvm.hotspot.compiler.ImmutableOopMapSet
      StackMap stack:
            return
        end local 4 // sun.jvm.hotspot.compiler.ImmutableOopMapSet maps
        14: .line 266
      StackMap locals:
      StackMap stack:
            aload 2 /* regMap */
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.callerMustGCArguments:()Z
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setIncludeArgumentOops:(Z)V
        15: .line 268
            iconst_0
            istore 4 /* nofCallee */
        start local 4 // int nofCallee
        16: .line 269
            iconst_2
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
            imul
            iconst_1
            iadd
            anewarray sun.jvm.hotspot.debugger.Address
            astore 5 /* locs */
        start local 5 // sun.jvm.hotspot.debugger.Address[] locs
        17: .line 270
            iconst_2
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
            imul
            iconst_1
            iadd
            anewarray sun.jvm.hotspot.runtime.VMReg
            astore 6 /* regs */
        start local 6 // sun.jvm.hotspot.runtime.VMReg[] regs
        18: .line 275
            aload 1 /* cb */
            aload 0 /* fr */
            invokevirtual sun.jvm.hotspot.runtime.Frame.getPC:()Lsun/jvm/hotspot/debugger/Address;
            iload 3 /* debugging */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.getOopMapForReturnAddress:(Lsun/jvm/hotspot/debugger/Address;Z)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
            astore 7 /* map */
        start local 7 // sun.jvm.hotspot.compiler.ImmutableOopMap map
        19: .line 276
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 23
        20: .line 277
            aload 7 /* map */
            ifnull 21
            iconst_1
            goto 22
      StackMap locals: sun.jvm.hotspot.runtime.Frame sun.jvm.hotspot.code.CodeBlob sun.jvm.hotspot.runtime.RegisterMap int int sun.jvm.hotspot.debugger.Address[] sun.jvm.hotspot.runtime.VMReg[] sun.jvm.hotspot.compiler.ImmutableOopMap
      StackMap stack:
        21: iconst_0
      StackMap locals:
      StackMap stack: int
        22: ldc "no ptr map found"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        23: .line 280
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 8 /* omv */
        start local 8 // sun.jvm.hotspot.compiler.OopMapValue omv
        24: .line 281
            new sun.jvm.hotspot.compiler.OopMapStream
            dup
            aload 7 /* map */
            getstatic sun.jvm.hotspot.compiler.OopMapValue$OopTypes.CALLEE_SAVED_VALUE:Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;
            invokespecial sun.jvm.hotspot.compiler.OopMapStream.<init>:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;Lsun/jvm/hotspot/compiler/OopMapValue$OopTypes;)V
            astore 9 /* oms */
        start local 9 // sun.jvm.hotspot.compiler.OopMapStream oms
        25: goto 35
        26: .line 282
      StackMap locals: sun.jvm.hotspot.compiler.OopMapValue sun.jvm.hotspot.compiler.OopMapStream
      StackMap stack:
            aload 9 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.getCurrent:()Lsun/jvm/hotspot/compiler/OopMapValue;
            astore 8 /* omv */
        27: .line 283
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 31
        28: .line 284
            iload 4 /* nofCallee */
            iconst_2
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.REG_COUNT:I
            imul
            if_icmpge 29
            iconst_1
            goto 30
      StackMap locals:
      StackMap stack:
        29: iconst_0
      StackMap locals:
      StackMap stack: int
        30: ldc "overflow"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        31: .line 286
      StackMap locals:
      StackMap stack:
            aload 6 /* regs */
            iload 4 /* nofCallee */
            aload 8 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getContentReg:()Lsun/jvm/hotspot/runtime/VMReg;
            aastore
        32: .line 287
            aload 5 /* locs */
            iload 4 /* nofCallee */
            aload 0 /* fr */
            aload 8 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
            aload 2 /* regMap */
            invokevirtual sun.jvm.hotspot.runtime.Frame.oopMapRegToLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/runtime/RegisterMap;)Lsun/jvm/hotspot/debugger/Address;
            aastore
        33: .line 288
            iinc 4 /* nofCallee */ 1
        34: .line 281
            aload 9 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
      StackMap locals:
      StackMap stack:
        35: aload 9 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
            ifeq 26
        end local 9 // sun.jvm.hotspot.compiler.OopMapStream oms
        36: .line 293
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 43
        37: .line 294
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 43
        38: .line 295
            aload 1 /* cb */
            invokevirtual sun.jvm.hotspot.code.CodeBlob.isRuntimeStub:()Z
            ifeq 40
        39: .line 296
            iload 4 /* nofCallee */
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.SAVED_ON_ENTRY_REG_COUNT:I
            if_icmpge 40
            iload 4 /* nofCallee */
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.C_SAVED_ON_ENTRY_REG_COUNT:I
            if_icmpge 40
            iconst_0
            goto 41
      StackMap locals:
      StackMap stack:
        40: iconst_1
        41: .line 297
      StackMap locals:
      StackMap stack: int
            ldc "must save all"
        42: .line 295
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        43: .line 302
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        44: goto 47
        45: .line 303
      StackMap locals: int
      StackMap stack:
            aload 2 /* regMap */
            aload 6 /* regs */
            iload 9 /* i */
            aaload
            aload 5 /* locs */
            iload 9 /* i */
            aaload
            invokevirtual sun.jvm.hotspot.runtime.RegisterMap.setLocation:(Lsun/jvm/hotspot/runtime/VMReg;Lsun/jvm/hotspot/debugger/Address;)V
        46: .line 302
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        47: iload 9 /* i */
            iload 4 /* nofCallee */
            if_icmplt 45
        end local 9 // int i
        48: .line 305
            return
        end local 8 // sun.jvm.hotspot.compiler.OopMapValue omv
        end local 7 // sun.jvm.hotspot.compiler.ImmutableOopMap map
        end local 6 // sun.jvm.hotspot.runtime.VMReg[] regs
        end local 5 // sun.jvm.hotspot.debugger.Address[] locs
        end local 4 // int nofCallee
        end local 3 // boolean debugging
        end local 2 // sun.jvm.hotspot.runtime.RegisterMap regMap
        end local 1 // sun.jvm.hotspot.code.CodeBlob cb
        end local 0 // sun.jvm.hotspot.runtime.Frame fr
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   49     0         fr  Lsun/jvm/hotspot/runtime/Frame;
            0   49     1         cb  Lsun/jvm/hotspot/code/CodeBlob;
            0   49     2     regMap  Lsun/jvm/hotspot/runtime/RegisterMap;
            0   49     3  debugging  Z
            7   10     4       maps  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
           12   14     4       maps  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
           16   49     4  nofCallee  I
           17   49     5       locs  [Lsun/jvm/hotspot/debugger/Address;
           18   49     6       regs  [Lsun/jvm/hotspot/runtime/VMReg;
           19   49     7        map  Lsun/jvm/hotspot/compiler/ImmutableOopMap;
           24   49     8        omv  Lsun/jvm/hotspot/compiler/OopMapValue;
           25   36     9        oms  Lsun/jvm/hotspot/compiler/OopMapStream;
           44   48     9          i  I
    MethodParameters:
           Name  Flags
      fr         
      cb         
      regMap     
      debugging  

  public sun.jvm.hotspot.compiler.ImmutableOopMapPair getPairAt(int);
    descriptor: (I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // int index
         0: .line 308
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.pairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private int getSize();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
         0: .line 312
            getstatic sun.jvm.hotspot.compiler.ImmutableOopMapSet.sizeField:Lsun/jvm/hotspot/types/CIntegerField;
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;

  public sun.jvm.hotspot.compiler.ImmutableOopMap getMap(sun.jvm.hotspot.compiler.ImmutableOopMapPair);
    descriptor: (Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;)Lsun/jvm/hotspot/compiler/ImmutableOopMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
        start local 1 // sun.jvm.hotspot.compiler.ImmutableOopMapPair pair
         0: .line 316
            aload 1 /* pair */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getOffset:()I
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getSize:()I
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: new java.lang.StringBuilder
            dup
            ldc "boundary check: this: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " offset: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* pair */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         3: .line 317
            new sun.jvm.hotspot.compiler.ImmutableOopMap
            dup
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.dataStart:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* pair */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapPair.getOffset:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.compiler.ImmutableOopMap.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // sun.jvm.hotspot.compiler.ImmutableOopMapPair pair
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            0    4     1  pair  Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
    MethodParameters:
      Name  Flags
      pair  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
         0: .line 321
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* builder */
        start local 1 // java.lang.StringBuilder builder
         1: .line 322
            aload 1 /* builder */
            ldc "Set{ "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 323
            ldc "addr = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet.addr:Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 324
            ldc ", count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 325
            ldc ", size = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getSize:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 326
            ldc ", pairs = ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 328
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 10
         8: .line 329
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* builder */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getPairAt:(I)Lsun/jvm/hotspot/compiler/ImmutableOopMapPair;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 328
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet.getCount:()I
            if_icmplt 8
        end local 2 // int i
        11: .line 332
            aload 1 /* builder */
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 333
            aload 1 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder builder
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet;
            1   13     1  builder  Ljava/lang/StringBuilder;
            7   11     2        i  I
}
SourceFile: "ImmutableOopMapSet.java"
NestMembers:
  sun.jvm.hotspot.compiler.ImmutableOopMapSet$1  sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor
InnerClasses:
  sun.jvm.hotspot.compiler.ImmutableOopMapSet$1
  private MyVisitor = sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor of sun.jvm.hotspot.compiler.ImmutableOopMapSet
  public abstract OopTypes = sun.jvm.hotspot.compiler.OopMapValue$OopTypes of sun.jvm.hotspot.compiler.OopMapValue