JDK-8033442 : javac, cache Infer.incorporationCache is misused
Type:Sub-task
Component:tools
Sub-Component:javac
Affected Version:8,9
Priority:P3
Status:Resolved
Resolution:Not an Issue
Submitted:2014-02-03
Updated:2015-08-03
Resolved:2015-08-03
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
New elements are create all the time and added to the cache, so the cache never has a match. The cache should be fixed or removed. See for example IncorporationStep.doIncorporationOp()