JDK-8199777 : Deprecate -XX:+AggressiveOpts
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-03-19
  • Updated: 2018-04-04
  • Resolved: 2018-03-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.

To download the current JDK release, click here.
JDK 11
11 b07Fixed
Related Reports
Blocks :  
CSR :  
Sub Tasks
JDK-8199847 :  
Description
The flag will be removed in JDK 12 (see JDK-8150552) and should therefore be deprecated in JDK 11.

The only effect that the flag currently has is setting AutoBoxCacheMax = 20000 and BiasedLockingStartupDelay = 500. Both can be done manually.
Comments
http://cr.openjdk.java.net/~thartmann/8199777/webrev.00/
20-03-2018