-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: tools
-
b141
-
Verified
Some specific areas to look into:
- Are subtype returns preferred over return-type-substitutable returns?
- Is the most specific method (and the source of the return type) required to have a subsignature of all others?
- Is anything about the algorithm encounter-order dependent?
- If there is no preferred method (as defined), does an ambiguity error occur?
- Are type variables adapted before making comparisons?
- Is there any difference from the function type algorithm (9.9)? Is the code shared?
The tests appearing in
- relates to
-
JDK-7034913 15.12.2.5: Resolution of call to abstract methods is nondeterministic
-
- Closed
-