JDK-8228710 : Disable AggressiveUnboxing until JDK-8224957 is fixed
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:13
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2019-07-29
Updated:2019-08-15
Resolved:2019-07-30
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.
JDK-8217919 enabled AggressiveUnboxing by default in JDK 13 which triggered JDK-8224957. We should therefore disable AggressiveUnboxing until JDK-8224957 is properly fixed.
Fix Request
JDK-8217919 enabled AggressiveUnboxing by default in JDK 13 which triggered JDK-8224957. We need to disable AggressiveUnboxing in JDK 13 until all related issues are fixed. The fix is low risk (it just reverts JDK-8217919) and has already been reviewed by Roland Westrelin.
http://cr.openjdk.java.net/~thartmann/8228710/webrev.00/