public class org.jruby.runtime.load.LoadService$BailoutSearcher implements org.jruby.runtime.load.LoadService$LoadSearcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.load.LoadService$BailoutSearcher
  super_class: java.lang.Object
{
  final org.jruby.runtime.load.LoadService this$0;
    descriptor: Lorg/jruby/runtime/load/LoadService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jruby.runtime.load.LoadService);
    descriptor: (Lorg/jruby/runtime/load/LoadService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
         0: .line 678
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.load.LoadService$BailoutSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/load/LoadService$BailoutSearcher;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean shouldTrySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
        start local 1 // org.jruby.runtime.load.LoadService$SearchState state
         0: .line 680
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.library:Lorg/jruby/runtime/load/Library;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.jruby.runtime.load.LoadService$SearchState state
        end local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/load/LoadService$BailoutSearcher;
            0    2     1  state  Lorg/jruby/runtime/load/LoadService$SearchState;
    MethodParameters:
       Name  Flags
      state  

  protected boolean trySearch(java.lang.String, org.jruby.runtime.load.LoadService$SuffixType);
    descriptor: (Ljava/lang/String;Lorg/jruby/runtime/load/LoadService$SuffixType;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
        start local 1 // java.lang.String file
        start local 2 // org.jruby.runtime.load.LoadService$SuffixType suffixType
         0: .line 684
            aload 2 /* suffixType */
            invokevirtual org.jruby.runtime.load.LoadService$SuffixType.getSuffixes:()[Ljava/lang/String;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: org.jruby.runtime.load.LoadService$BailoutSearcher java.lang.String org.jruby.runtime.load.LoadService$SuffixType top int int java.lang.String[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* suffix */
        start local 3 // java.lang.String suffix
         2: .line 685
            new java.lang.StringBuilder
            dup
            aload 1 /* file */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* suffix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 7 /* searchName */
        start local 7 // java.lang.String searchName
         3: .line 686
            aload 0 /* this */
            getfield org.jruby.runtime.load.LoadService$BailoutSearcher.this$0:Lorg/jruby/runtime/load/LoadService;
            aload 7 /* searchName */
            invokevirtual org.jruby.runtime.load.LoadService.featureAlreadyLoaded:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 687
            iconst_0
            ireturn
        end local 7 // java.lang.String searchName
        end local 3 // java.lang.String suffix
         5: .line 684
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 1
         7: .line 690
            iconst_1
            ireturn
        end local 2 // org.jruby.runtime.load.LoadService$SuffixType suffixType
        end local 1 // java.lang.String file
        end local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jruby/runtime/load/LoadService$BailoutSearcher;
            0    8     1        file  Ljava/lang/String;
            0    8     2  suffixType  Lorg/jruby/runtime/load/LoadService$SuffixType;
            2    5     3      suffix  Ljava/lang/String;
            3    5     7  searchName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      file        
      suffixType  

  public boolean trySearch(org.jruby.runtime.load.LoadService$SearchState);
    descriptor: (Lorg/jruby/runtime/load/LoadService$SearchState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
        start local 1 // org.jruby.runtime.load.LoadService$SearchState state
         0: .line 694
            aload 0 /* this */
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.searchFile:Ljava/lang/String;
            aload 1 /* state */
            getfield org.jruby.runtime.load.LoadService$SearchState.suffixType:Lorg/jruby/runtime/load/LoadService$SuffixType;
            invokevirtual org.jruby.runtime.load.LoadService$BailoutSearcher.trySearch:(Ljava/lang/String;Lorg/jruby/runtime/load/LoadService$SuffixType;)Z
            ireturn
        end local 1 // org.jruby.runtime.load.LoadService$SearchState state
        end local 0 // org.jruby.runtime.load.LoadService$BailoutSearcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/runtime/load/LoadService$BailoutSearcher;
            0    1     1  state  Lorg/jruby/runtime/load/LoadService$SearchState;
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "LoadService.java"
NestHost: org.jruby.runtime.load.LoadService
InnerClasses:
  public BailoutSearcher = org.jruby.runtime.load.LoadService$BailoutSearcher of org.jruby.runtime.load.LoadService
  public abstract LoadSearcher = org.jruby.runtime.load.LoadService$LoadSearcher of org.jruby.runtime.load.LoadService
  public SearchState = org.jruby.runtime.load.LoadService$SearchState of org.jruby.runtime.load.LoadService
  public final SuffixType = org.jruby.runtime.load.LoadService$SuffixType of org.jruby.runtime.load.LoadService
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()