class com.sun.tools.javac.comp.Infer$EqCheckLegacy extends com.sun.tools.javac.comp.Infer$CheckBounds
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.comp.Infer$EqCheckLegacy
  super_class: com.sun.tools.javac.comp.Infer$CheckBounds
{
  final com.sun.tools.javac.comp.Infer this$0;
    descriptor: Lcom/sun/tools/javac/comp/Infer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.comp.Infer, com.sun.tools.javac.code.Type$UndetVar, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Type$UndetVar$InferenceBound);
    descriptor: (Lcom/sun/tools/javac/comp/Infer;Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
        start local 2 // com.sun.tools.javac.code.Type$UndetVar uv
        start local 3 // com.sun.tools.javac.code.Type t
        start local 4 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound from
         0: .line 827
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.this$0:Lcom/sun/tools/javac/comp/Infer;
         1: .line 828
            aload 0 /* this */
            aload 1
            aload 2 /* uv */
            aload 3 /* t */
            invokedynamic apply()Ljava/util/function/BiFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/comp/InferenceContext.asInstType(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type; (5)
                  (Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokedynamic test()Ljava/util/function/BiPredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)Z
                  com/sun/tools/javac/comp/InferenceContext.free(Lcom/sun/tools/javac/code/Type;)Z (5)
                  (Lcom/sun/tools/javac/comp/InferenceContext;Lcom/sun/tools/javac/code/Type;)Z
            aload 4 /* from */
            invokespecial com.sun.tools.javac.comp.Infer$CheckBounds.<init>:(Lcom/sun/tools/javac/comp/Infer;Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type;Ljava/util/function/BiFunction;Ljava/util/function/BiPredicate;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;)V
         2: .line 829
            return
        end local 4 // com.sun.tools.javac.code.Type$UndetVar$InferenceBound from
        end local 3 // com.sun.tools.javac.code.Type t
        end local 2 // com.sun.tools.javac.code.Type$UndetVar uv
        end local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/comp/Infer$EqCheckLegacy;
            0    3     2    uv  Lcom/sun/tools/javac/code/Type$UndetVar;
            0    3     3     t  Lcom/sun/tools/javac/code/Type;
            0    3     4  from  Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
    MethodParameters:
        Name  Flags
      this$0  final
      uv      
      t       
      from    

  public com.sun.tools.javac.comp.Infer$IncorporationAction dup(com.sun.tools.javac.code.Type$UndetVar);
    descriptor: (Lcom/sun/tools/javac/code/Type$UndetVar;)Lcom/sun/tools/javac/comp/Infer$IncorporationAction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
        start local 1 // com.sun.tools.javac.code.Type$UndetVar that
         0: .line 833
            new com.sun.tools.javac.comp.Infer$EqCheckLegacy
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.this$0:Lcom/sun/tools/javac/comp/Infer;
            aload 1 /* that */
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.t:Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.from:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokespecial com.sun.tools.javac.comp.Infer$EqCheckLegacy.<init>:(Lcom/sun/tools/javac/comp/Infer;Lcom/sun/tools/javac/code/Type$UndetVar;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;)V
            areturn
        end local 1 // com.sun.tools.javac.code.Type$UndetVar that
        end local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/comp/Infer$EqCheckLegacy;
            0    1     1  that  Lcom/sun/tools/javac/code/Type$UndetVar;
    MethodParameters:
      Name  Flags
      that  

  java.util.EnumSet<com.sun.tools.javac.code.Type$UndetVar$InferenceBound> boundsToCheck();
    descriptor: ()Ljava/util/EnumSet;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
         0: .line 838
            aload 0 /* this */
            getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.from:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.EQ:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            if_acmpne 2
         1: .line 839
            ldc Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokestatic java.util.EnumSet.allOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
            goto 3
         2: .line 840
      StackMap locals:
      StackMap stack:
            getstatic com.sun.tools.javac.code.Type$UndetVar$InferenceBound.EQ:Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
         3: .line 838
      StackMap locals:
      StackMap stack: java.util.EnumSet
            areturn
        end local 0 // com.sun.tools.javac.comp.Infer$EqCheckLegacy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/comp/Infer$EqCheckLegacy;
    Signature: ()Ljava/util/EnumSet<Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;>;
}
SourceFile: "Infer.java"
NestHost: com.sun.tools.javac.comp.Infer
InnerClasses:
  public UndetVar = com.sun.tools.javac.code.Type$UndetVar of com.sun.tools.javac.code.Type
  public abstract InferenceBound = com.sun.tools.javac.code.Type$UndetVar$InferenceBound of com.sun.tools.javac.code.Type$UndetVar
  CheckBounds = com.sun.tools.javac.comp.Infer$CheckBounds of com.sun.tools.javac.comp.Infer
  EqCheckLegacy = com.sun.tools.javac.comp.Infer$EqCheckLegacy of com.sun.tools.javac.comp.Infer
  public abstract IncorporationAction = com.sun.tools.javac.comp.Infer$IncorporationAction of com.sun.tools.javac.comp.Infer
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles