final class jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo
  super_class: java.lang.Object
{
  static final int OPT_EXACT_MAXLEN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 24

  final jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen mmd;
    descriptor: Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
    flags: (0x0010) ACC_FINAL

  final jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo anchor;
    descriptor: Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
    flags: (0x0010) ACC_FINAL

  boolean reachEnd;
    descriptor: Z
    flags: (0x0000) 

  boolean ignoreCase;
    descriptor: Z
    flags: (0x0000) 

  final char[] chars;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  int length;
    descriptor: I
    flags: (0x0000) 

  private static final int COMP_EM_BASE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 25
            aload 0 /* this */
            new jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.<init>:()V
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
         2: .line 26
            aload 0 /* this */
            new jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.<init>:()V
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
         3: .line 31
            aload 0 /* this */
            bipush 24
            newarray 5
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
         4: .line 22
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;

  boolean isFull();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
         0: .line 35
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            bipush 24
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
         0: .line 39
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.clear:()V
         1: .line 40
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.clear:()V
         2: .line 42
            aload 0 /* this */
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
         3: .line 43
            aload 0 /* this */
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
         4: .line 44
            aload 0 /* this */
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
         5: .line 45
            return
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;

  void copy(jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
         0: .line 48
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;)V
         1: .line 49
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;)V
         2: .line 50
            aload 0 /* this */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
         3: .line 51
            aload 0 /* this */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
         4: .line 52
            aload 0 /* this */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
         5: .line 54
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iconst_0
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iconst_0
            bipush 24
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 55
            return
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0    7     1  other  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
    MethodParameters:
       Name  Flags
      other  final

  void concat(jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
         0: .line 58
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ifne 4
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ifeq 4
         1: .line 59
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            if_icmplt 3
         2: .line 60
            return
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
         4: .line 65
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* p */
        start local 2 // int p
         5: .line 66
            iload 2 /* p */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            iadd
            istore 3 /* end */
        start local 3 // int end
         6: .line 69
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            istore 4 /* i */
        start local 4 // int i
         7: goto 11
         8: .line 70
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* i */
            iconst_1
            iadd
            bipush 24
            if_icmple 10
         9: .line 71
            goto 12
        10: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iload 2 /* p */
            iinc 2 /* p */ 1
            caload
            castore
        11: .line 69
      StackMap locals:
      StackMap stack:
            iload 2 /* p */
            iload 3 /* end */
            if_icmplt 8
        12: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
        13: .line 77
            aload 0 /* this */
            iload 2 /* p */
            iload 3 /* end */
            if_icmpne 14
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
            goto 15
      StackMap locals:
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo
        14: iconst_0
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo int int int
      StackMap stack: jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo int
        15: putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
        16: .line 79
            new jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo
            dup
            invokespecial jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.<init>:()V
            astore 5 /* tmp */
        start local 5 // jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo tmp
        17: .line 80
            aload 5 /* tmp */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            iconst_1
            iconst_1
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.concat:(Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;II)V
        18: .line 81
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
            ifne 20
        19: .line 82
            aload 5 /* tmp */
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.rightAnchor:I
        20: .line 84
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            aload 5 /* tmp */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;)V
        21: .line 85
            return
        end local 5 // jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo tmp
        end local 4 // int i
        end local 3 // int end
        end local 2 // int p
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0   22     1  other  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            5   22     2      p  I
            6   22     3    end  I
            7   22     4      i  I
           17   22     5    tmp  Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
    MethodParameters:
       Name  Flags
      other  final

  void concatStr(char[], int, int, boolean);
    descriptor: ([CIIZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // char[] lchars
        start local 2 // int pp
        start local 3 // int end
        start local 4 // boolean raw
         0: .line 90
            iload 2 /* pp */
            istore 6 /* p */
        start local 6 // int p
         1: .line 91
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            istore 5 /* i */
        start local 5 // int i
         2: goto 6
         3: .line 92
      StackMap locals: int int
      StackMap stack:
            iload 5 /* i */
            iconst_1
            iadd
            bipush 24
            if_icmple 5
         4: .line 93
            goto 7
         5: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iload 5 /* i */
            iinc 5 /* i */ 1
            aload 1 /* lchars */
            iload 6 /* p */
            iinc 6 /* p */ 1
            caload
            castore
         6: .line 91
      StackMap locals:
      StackMap stack:
            iload 6 /* p */
            iload 3 /* end */
            if_icmpge 7
            iload 5 /* i */
            bipush 24
            if_icmplt 3
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
         8: .line 99
            return
        end local 6 // int p
        end local 5 // int i
        end local 4 // boolean raw
        end local 3 // int end
        end local 2 // int pp
        end local 1 // char[] lchars
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0    9     1  lchars  [C
            0    9     2      pp  I
            0    9     3     end  I
            0    9     4     raw  Z
            2    9     5       i  I
            1    9     6       p  I
    MethodParameters:
        Name  Flags
      lchars  final
      pp      final
      end     final
      raw     final

  void altMerge(jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo, jdk.nashorn.internal.runtime.regexp.joni.OptEnvironment);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;Ljdk/nashorn/internal/runtime/regexp/joni/OptEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
        start local 2 // jdk.nashorn.internal.runtime.regexp.joni.OptEnvironment env
         0: .line 102
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            ifeq 1
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            ifne 3
         1: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.clear:()V
         2: .line 104
            return
         3: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.equal:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;)Z
            ifne 6
         4: .line 108
            aload 0 /* this */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.clear:()V
         5: .line 109
            return
         6: .line 113
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 114
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iload 3 /* i */
            caload
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iload 3 /* i */
            caload
            if_icmpeq 10
         9: .line 115
            goto 12
        10: .line 113
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            if_icmpge 12
            iload 3 /* i */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            if_icmplt 8
        12: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
            ifeq 13
            iload 3 /* i */
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            if_icmplt 13
            iload 3 /* i */
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            if_icmpge 14
        13: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
        14: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
        15: .line 124
            aload 0 /* this */
            dup
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ior
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
        16: .line 126
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.altMerge:(Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;)V
        17: .line 128
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
            ifne 19
        18: .line 129
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
            iconst_0
            putfield jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.rightAnchor:I
        19: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int i
        end local 2 // jdk.nashorn.internal.runtime.regexp.joni.OptEnvironment env
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo other
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0   20     1  other  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0   20     2    env  Ljdk/nashorn/internal/runtime/regexp/joni/OptEnvironment;
            7   20     3      i  I
    MethodParameters:
       Name  Flags
      other  final
      env    final

  void select(jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo alt
         0: .line 135
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            istore 2 /* v1 */
        start local 2 // int v1
         1: .line 136
            aload 1 /* alt */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            istore 3 /* v2 */
        start local 3 // int v2
         2: .line 138
            iload 3 /* v2 */
            ifne 4
         3: .line 139
            return
         4: .line 140
      StackMap locals: int int
      StackMap stack:
            iload 2 /* v1 */
            ifne 7
         5: .line 141
            aload 0 /* this */
            aload 1 /* alt */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
         6: .line 142
            return
         7: .line 143
      StackMap locals:
      StackMap stack:
            iload 2 /* v1 */
            iconst_2
            if_icmpgt 14
            iload 3 /* v2 */
            iconst_2
            if_icmpgt 14
         8: .line 145
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iconst_0
            caload
            sipush 255
            iand
            invokestatic jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.positionValue:(I)I
            istore 3 /* v2 */
         9: .line 146
            aload 1 /* alt */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
            iconst_0
            caload
            sipush 255
            iand
            invokestatic jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.positionValue:(I)I
            istore 2 /* v1 */
        10: .line 148
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            iconst_1
            if_icmple 12
        11: .line 149
            iinc 2 /* v1 */ 5
        12: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* alt */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            iconst_1
            if_icmple 14
        13: .line 152
            iinc 3 /* v2 */ 5
        14: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ifne 16
        15: .line 157
            iload 2 /* v1 */
            iconst_2
            imul
            istore 2 /* v1 */
        16: .line 159
      StackMap locals:
      StackMap stack:
            aload 1 /* alt */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ifne 18
        17: .line 160
            iload 3 /* v2 */
            iconst_2
            imul
            istore 3 /* v2 */
        18: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            aload 1 /* alt */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            iload 2 /* v1 */
            iload 3 /* v2 */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.compareDistanceValue:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;II)I
            ifle 20
        19: .line 164
            aload 0 /* this */
            aload 1 /* alt */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
        20: .line 166
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int v2
        end local 2 // int v1
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo alt
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0   21     1   alt  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            1   21     2    v1  I
            2   21     3    v2  I
    MethodParameters:
      Name  Flags
      alt   final

  int compare(jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo);
    descriptor: (Ljdk/nashorn/internal/runtime/regexp/joni/OptMapInfo;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
        start local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo m
         0: .line 171
            aload 1 /* m */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.value:I
            ifgt 2
         1: .line 172
            iconst_m1
            ireturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            bipush 20
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
            imul
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_2
      StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo
      StackMap stack: int int
         4: imul
            istore 2 /* ve */
        start local 2 // int ve
         5: .line 176
            sipush 200
            aload 1 /* m */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.value:I
            idiv
            istore 3 /* vm */
        start local 3 // int vm
         6: .line 178
            aload 0 /* this */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            aload 1 /* m */
            getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
            iload 2 /* ve */
            iload 3 /* vm */
            invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.compareDistanceValue:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;II)I
            ireturn
        end local 3 // int vm
        end local 2 // int ve
        end local 1 // jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo m
        end local 0 // jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;
            0    7     1     m  Ljdk/nashorn/internal/runtime/regexp/joni/OptMapInfo;
            5    7     2    ve  I
            6    7     3    vm  I
    MethodParameters:
      Name  Flags
      m     final
}
SourceFile: "OptExactInfo.java"