Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
8
-
b61
-
unknown
-
generic
-
Not verified
Description
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.
Attachments
Issue Links
- relates to
-
JDK-8000233 Fix issues in recent push
- Closed