final class sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.ui.classbrowser.HTMLGenerator this$0;
    descriptor: Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$stack0;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.classbrowser.HTMLGenerator, int);
    descriptor: (Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator this
         0: .line 1179
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.this$0:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            aload 0 /* this */
            iload 2
            putfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.val$stack0:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator$1OopMapValueIterator;
    MethodParameters:
            Name  Flags
      this$0      final
      val$stack0  final

  final sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter iterate(sun.jvm.hotspot.compiler.OopMapStream, java.lang.String, boolean);
    descriptor: (Lsun/jvm/hotspot/compiler/OopMapStream;Ljava/lang/String;Z)Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator$Formatter;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=11, args_size=4
        start local 0 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator this
        start local 1 // sun.jvm.hotspot.compiler.OopMapStream oms
        start local 2 // java.lang.String type
        start local 3 // boolean printContentReg
         0: .line 1181
            new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.this$0:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTML:Z
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.<init>:(Z)V
            astore 4 /* tmpBuf */
        start local 4 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter tmpBuf
         1: .line 1182
            iconst_0
            istore 5 /* found */
        start local 5 // boolean found
         2: .line 1183
            aload 4 /* tmpBuf */
            ldc "tr"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.beginTag:(Ljava/lang/String;)V
         3: .line 1184
            aload 4 /* tmpBuf */
            ldc "td"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.beginTag:(Ljava/lang/String;)V
         4: .line 1185
            aload 4 /* tmpBuf */
            aload 2 /* type */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
         5: .line 1186
            goto 30
         6: .line 1187
      StackMap locals: sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter int
      StackMap stack:
            aload 1 /* 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
         7: .line 1188
            aload 6 /* omv */
            ifnonnull 9
         8: .line 1189
            goto 29
         9: .line 1191
      StackMap locals: sun.jvm.hotspot.compiler.OopMapValue
      StackMap stack:
            iconst_1
            istore 5 /* found */
        10: .line 1192
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getReg:()Lsun/jvm/hotspot/runtime/VMReg;
            astore 7 /* vmReg */
        start local 7 // sun.jvm.hotspot.runtime.VMReg vmReg
        11: .line 1193
            aload 7 /* vmReg */
            invokevirtual sun.jvm.hotspot.runtime.VMReg.getValue:()I
            istore 8 /* reg */
        start local 8 // int reg
        12: .line 1194
            iload 8 /* reg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.val$stack0:I
            if_icmpge 15
        13: .line 1195
            aload 4 /* tmpBuf */
            iload 8 /* reg */
            invokestatic sun.jvm.hotspot.code.VMRegImpl.getRegisterName:(I)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        14: .line 1196
            goto 18
        15: .line 1197
      StackMap locals: sun.jvm.hotspot.runtime.VMReg int
      StackMap stack:
            aload 4 /* tmpBuf */
            bipush 91
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(C)V
        16: .line 1198
            aload 4 /* tmpBuf */
            iload 8 /* reg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.val$stack0:I
            isub
            iconst_4
            imul
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        17: .line 1199
            aload 4 /* tmpBuf */
            bipush 93
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(C)V
        18: .line 1201
      StackMap locals:
      StackMap stack:
            iload 3 /* printContentReg */
            ifeq 28
        19: .line 1202
            aload 4 /* tmpBuf */
            ldc " = "
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        20: .line 1203
            aload 6 /* omv */
            invokevirtual sun.jvm.hotspot.compiler.OopMapValue.getContentReg:()Lsun/jvm/hotspot/runtime/VMReg;
            astore 9 /* vmContentReg */
        start local 9 // sun.jvm.hotspot.runtime.VMReg vmContentReg
        21: .line 1204
            aload 9 /* vmContentReg */
            invokevirtual sun.jvm.hotspot.runtime.VMReg.getValue:()I
            istore 10 /* contentReg */
        start local 10 // int contentReg
        22: .line 1205
            iload 10 /* contentReg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.val$stack0:I
            if_icmpge 25
        23: .line 1206
            aload 4 /* tmpBuf */
            iload 10 /* contentReg */
            invokestatic sun.jvm.hotspot.code.VMRegImpl.getRegisterName:(I)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        24: .line 1207
            goto 28
        25: .line 1208
      StackMap locals: sun.jvm.hotspot.runtime.VMReg int
      StackMap stack:
            aload 4 /* tmpBuf */
            bipush 91
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(C)V
        26: .line 1209
            aload 4 /* tmpBuf */
            iload 10 /* contentReg */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.val$stack0:I
            isub
            iconst_4
            imul
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        27: .line 1210
            aload 4 /* tmpBuf */
            bipush 93
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(C)V
        end local 10 // int contentReg
        end local 9 // sun.jvm.hotspot.runtime.VMReg vmContentReg
        28: .line 1213
      StackMap locals:
      StackMap stack:
            aload 4 /* tmpBuf */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.this$0:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.spaces:Ljava/lang/String;
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.append:(Ljava/lang/String;)V
        end local 8 // int reg
        end local 7 // sun.jvm.hotspot.runtime.VMReg vmReg
        end local 6 // sun.jvm.hotspot.compiler.OopMapValue omv
        29: .line 1186
      StackMap locals:
      StackMap stack:
            aload 1 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.next:()V
      StackMap locals:
      StackMap stack:
        30: aload 1 /* oms */
            invokevirtual sun.jvm.hotspot.compiler.OopMapStream.isDone:()Z
            ifeq 6
        31: .line 1215
            aload 4 /* tmpBuf */
            ldc "td"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.endTag:(Ljava/lang/String;)V
        32: .line 1216
            aload 4 /* tmpBuf */
            ldc "tr"
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.endTag:(Ljava/lang/String;)V
        33: .line 1217
            iload 5 /* found */
            ifeq 34
            aload 4 /* tmpBuf */
            goto 35
      StackMap locals:
      StackMap stack:
        34: new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator.this$0:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
            getfield sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTML:Z
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter.<init>:(Z)V
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter
        35: areturn
        end local 5 // boolean found
        end local 4 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter tmpBuf
        end local 3 // boolean printContentReg
        end local 2 // java.lang.String type
        end local 1 // sun.jvm.hotspot.compiler.OopMapStream oms
        end local 0 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   36     0             this  Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator$1OopMapValueIterator;
            0   36     1              oms  Lsun/jvm/hotspot/compiler/OopMapStream;
            0   36     2             type  Ljava/lang/String;
            0   36     3  printContentReg  Z
            1   36     4           tmpBuf  Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator$Formatter;
            2   36     5            found  Z
            7   29     6              omv  Lsun/jvm/hotspot/compiler/OopMapValue;
           11   29     7            vmReg  Lsun/jvm/hotspot/runtime/VMReg;
           12   29     8              reg  I
           21   28     9     vmContentReg  Lsun/jvm/hotspot/runtime/VMReg;
           22   28    10       contentReg  I
    MethodParameters:
                 Name  Flags
      oms              
      type             
      printContentReg  
}
SourceFile: "HTMLGenerator.java"
EnclosingMethod: sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForOopMap:(Lsun/jvm/hotspot/compiler/ImmutableOopMap;)Ljava/lang/String;
NestHost: sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
InnerClasses:
  final OopMapValueIterator = sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$1OopMapValueIterator
  Formatter = sun.jvm.hotspot.ui.classbrowser.HTMLGenerator$Formatter of sun.jvm.hotspot.ui.classbrowser.HTMLGenerator