It is unclear if Tj <: A constraints are used outside assignment conversion contexts.
See CR 6556624 and JLS3 15.12.2.8; Inferring Unresolved Type Arguments.
Comments
EVALUATION
As noted in 6556624, a constraint of the form Tj<:A can arise during type inference in 15.12.2.7 way before the assignment conversion context comes into play. Such a constraint is not used further in inference of Tj. 15.12.2.7 basically ignores them. I don't see what's unclear. They're used in glb() in 15.12.2.8 as the title notes.