JDK-8059611 : Improve logic of 'Arguments::set_tiered_flags'
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-10-02
  • Updated: 2015-11-03
  • Resolved: 2015-11-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.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The logic of 'Arguments::set_tiered_flags' is very fragile and should be refactored (see JDK-8059653).

To improve usability of the segmented code cache it should be possible to set only one code heap size while the other code heap sizes are adapted according to the reserved code cache size. 

I suggest moving this logic to 'CodeCache::initialize_heaps'.


Comments
Closed. I will fix this with JDK-8061436.
03-11-2015