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 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.this$0:Lcom/sun/tools/javac/comp/Infer;
1: aload 0
aload 1
aload 2
aload 3
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
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: return
end local 4 end local 3 end local 2 end local 0 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 start local 1 0: new com.sun.tools.javac.comp.Infer$EqCheckLegacy
dup
aload 0
getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.this$0:Lcom/sun/tools/javac/comp/Infer;
aload 1
aload 0
getfield com.sun.tools.javac.comp.Infer$EqCheckLegacy.t:Lcom/sun/tools/javac/code/Type;
aload 0
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 end local 0 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 0: aload 0
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: ldc Lcom/sun/tools/javac/code/Type$UndetVar$InferenceBound;
invokestatic java.util.EnumSet.allOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
goto 3
2: 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: StackMap locals:
StackMap stack: java.util.EnumSet
areturn
end local 0 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