public class org.joni.bench.BenchSeveralRegexps extends org.joni.bench.AbstractBench
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.joni.bench.BenchSeveralRegexps
  super_class: org.joni.bench.AbstractBench
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.bench.BenchSeveralRegexps this
         0: .line 3
            aload 0 /* this */
            invokespecial org.joni.bench.AbstractBench.<init>:()V
            return
        end local 0 // org.joni.bench.BenchSeveralRegexps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/bench/BenchSeveralRegexps;

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 5
            ldc 1000000
            istore 1 /* BASE */
        start local 1 // int BASE
         1: .line 7
            new org.joni.bench.BenchSeveralRegexps
            dup
            invokespecial org.joni.bench.BenchSeveralRegexps.<init>:()V
            ldc "a"
            ldc " a"
            bipush 10
            iconst_4
            iload 1 /* BASE */
            imul
            invokevirtual org.joni.bench.BenchSeveralRegexps.benchBestOf:(Ljava/lang/String;Ljava/lang/String;II)V
         2: .line 9
            new org.joni.bench.BenchSeveralRegexps
            dup
            invokespecial org.joni.bench.BenchSeveralRegexps.<init>:()V
            ldc ".*?="
            ldc "_petstore_session_id=1b341ffe23b5298676d535fcabd3d0d7; path=/"
            bipush 10
            iload 1 /* BASE */
            invokevirtual org.joni.bench.BenchSeveralRegexps.benchBestOf:(Ljava/lang/String;Ljava/lang/String;II)V
         3: .line 11
            new org.joni.bench.BenchSeveralRegexps
            dup
            invokespecial org.joni.bench.BenchSeveralRegexps.<init>:()V
            ldc "^(.*?)=(.*?);"
            ldc "_petstore_session_id=1b341ffe23b5298676d535fcabd3d0d7; path=/"
            bipush 10
            iload 1 /* BASE */
            invokevirtual org.joni.bench.BenchSeveralRegexps.benchBestOf:(Ljava/lang/String;Ljava/lang/String;II)V
         4: .line 13
            new org.joni.bench.BenchSeveralRegexps
            dup
            invokespecial org.joni.bench.BenchSeveralRegexps.<init>:()V
            ldc ".*_p"
            ldc "_petstore_session_id=1b341ffe23b5298676d535fcabd3d0d7; path=/"
            bipush 10
            iconst_4
            iload 1 /* BASE */
            imul
            invokevirtual org.joni.bench.BenchSeveralRegexps.benchBestOf:(Ljava/lang/String;Ljava/lang/String;II)V
         5: .line 15
            new org.joni.bench.BenchSeveralRegexps
            dup
            invokespecial org.joni.bench.BenchSeveralRegexps.<init>:()V
            ldc ".*="
            ldc "_petstore_session_id=1b341ffe23b5298676d535fcabd3d0d7; path=/"
            bipush 10
            iconst_4
            iload 1 /* BASE */
            imul
            invokevirtual org.joni.bench.BenchSeveralRegexps.benchBestOf:(Ljava/lang/String;Ljava/lang/String;II)V
         6: .line 16
            return
        end local 1 // int BASE
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  args  [Ljava/lang/String;
            1    7     1  BASE  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "BenchSeveralRegexps.java"