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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
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: aload 0
bipush 24
newarray 5
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
4: return
end local 0 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 0: aload 0
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 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 0: aload 0
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: aload 0
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: aload 0
iconst_0
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
3: aload 0
iconst_0
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
4: aload 0
iconst_0
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
5: return
end local 0 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 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
aload 1
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: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
aload 1
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: aload 0
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
3: aload 0
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
4: aload 0
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
5: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iconst_0
aload 0
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: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
ifne 4
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
ifeq 4
1: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
if_icmplt 3
2: return
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
4: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 5: iload 2
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
iadd
istore 3
start local 3 6: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
istore 4
start local 4 7: goto 11
8: StackMap locals: int int int
StackMap stack:
iload 4
iconst_1
iadd
bipush 24
if_icmple 10
9: goto 12
10: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iload 4
iinc 4 1
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iload 2
iinc 2 1
caload
castore
11: StackMap locals:
StackMap stack:
iload 2
iload 3
if_icmplt 8
12: StackMap locals:
StackMap stack:
aload 0
iload 4
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
13: aload 0
iload 2
iload 3
if_icmpne 14
aload 1
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: new jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo
dup
invokespecial jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.<init>:()V
astore 5
start local 5 17: aload 5
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
aload 1
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: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
ifne 20
19: aload 5
iconst_0
putfield jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.rightAnchor:I
20: StackMap locals: jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
aload 5
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptAnchorInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;)V
21: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: iload 2
istore 6
start local 6 1: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
istore 5
start local 5 2: goto 6
3: StackMap locals: int int
StackMap stack:
iload 5
iconst_1
iadd
bipush 24
if_icmple 5
4: goto 7
5: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iload 5
iinc 5 1
aload 1
iload 6
iinc 6 1
caload
castore
6: StackMap locals:
StackMap stack:
iload 6
iload 3
if_icmpge 7
iload 5
bipush 24
if_icmplt 3
7: StackMap locals:
StackMap stack:
aload 0
iload 5
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
8: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
ifeq 1
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
ifne 3
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.clear:()V
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
aload 1
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: aload 0
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.clear:()V
5: return
6: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 7: goto 11
8: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iload 3
caload
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.chars:[C
iload 3
caload
if_icmpeq 10
9: goto 12
10: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
11: iload 3
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
if_icmpge 12
iload 3
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
if_icmplt 8
12: StackMap locals:
StackMap stack:
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
ifeq 13
iload 3
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
if_icmplt 13
iload 3
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
if_icmpge 14
13: StackMap locals:
StackMap stack:
aload 0
iconst_0
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
14: StackMap locals:
StackMap stack:
aload 0
iload 3
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
15: aload 0
dup
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
ior
putfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
16: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.anchor:Ljdk/nashorn/internal/runtime/regexp/joni/OptAnchorInfo;
aload 1
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: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.reachEnd:Z
ifne 19
18: aload 0
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: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
istore 2
start local 2 1: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
istore 3
start local 3 2: iload 3
ifne 4
3: return
4: StackMap locals: int int
StackMap stack:
iload 2
ifne 7
5: aload 0
aload 1
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
6: return
7: StackMap locals:
StackMap stack:
iload 2
iconst_2
if_icmpgt 14
iload 3
iconst_2
if_icmpgt 14
8: aload 0
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
9: aload 1
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
10: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
iconst_1
if_icmple 12
11: iinc 2 5
12: StackMap locals:
StackMap stack:
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
iconst_1
if_icmple 14
13: iinc 3 5
14: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
ifne 16
15: iload 2
iconst_2
imul
istore 2
16: StackMap locals:
StackMap stack:
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.ignoreCase:Z
ifne 18
17: iload 3
iconst_2
imul
istore 3
18: StackMap locals:
StackMap stack:
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
iload 2
iload 3
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.compareDistanceValue:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;II)I
ifle 20
19: aload 0
aload 1
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.copy:(Ljdk/nashorn/internal/runtime/regexp/joni/OptExactInfo;)V
20: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.value:I
ifgt 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
bipush 20
aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.length:I
imul
aload 0
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
start local 2 5: sipush 200
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.value:I
idiv
istore 3
start local 3 6: aload 0
getfield jdk.nashorn.internal.runtime.regexp.joni.OptExactInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
aload 1
getfield jdk.nashorn.internal.runtime.regexp.joni.OptMapInfo.mmd:Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;
iload 2
iload 3
invokevirtual jdk.nashorn.internal.runtime.regexp.joni.MinMaxLen.compareDistanceValue:(Ljdk/nashorn/internal/runtime/regexp/joni/MinMaxLen;II)I
ireturn
end local 3 end local 2 end local 1 end local 0 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"