-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: tools
-
b61
-
unknown
-
generic
-
Not verified
The Resolve.findMethod routine is structured as two nested loop - the outer loop scans for supertypes, the inner loop scans for superinterfaces of a given supertype. This makes it very hard to optimize the logic when there are possible optimizations that depends on whether i.e. a method has been found in the superclass hierarchy.
- relates to
-
JDK-8000233 Fix issues in recent push
-
- Closed
-