JDK-8226409 : Enable argument profiling for sun.misc.Unsafe.put*/get*
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:11,13,14
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2019-06-19
Updated:2022-06-27
Resolved:2019-07-05
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-8181211 enabled argument profiling for jdk.internal.misc.Unsafe.
Since sun.misc.Unsafe delegates to jdk.internal.misc.Unsafe, profiling info is mostly useless there since it is almost always polluted.
Comments
Fix request (13u):
The change applies cleanly, tested with tier1.
15-05-2020
Fix Request: change applies cleanly. Tested with tier1. This simple change helps performance and mirror a change that already exists for jdk.internal.misc.Unsafe. The change was pushed earlier this month. There was no follow up issues that I'm aware of.