-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
b73
-
Not verified
There are two problems with ambiguity errors in javac:
*) if more than 2 ambiguous symbols are found, ambiguities are nested - leading to suboptimal performances
*) Signatures of ambiguous abstracts are merged on the fly instead of waiting until after overload resolution
*) if more than 2 ambiguous symbols are found, ambiguities are nested - leading to suboptimal performances
*) Signatures of ambiguous abstracts are merged on the fly instead of waiting until after overload resolution
- relates to
-
JDK-8041663 Sensitive dependence on location of nested interface
-
- Closed
-