JDK-8012371 : Adjust Tiered compile threshold according to available space in codecache
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2013-04-16
Updated:2013-11-21
Resolved:2013-05-22
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.
Current compilation threshold for Tier1 is 100 invocations. As result compilations never stops and fill up codecahce. We should adjust this threshold according to the available space in codecache.