JDK-8275047 : Optimize existing fill stubs for AVX-512 target
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:18
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:x86_64
Submitted:2021-10-11
Updated:2022-12-21
Resolved:2021-10-26
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.
- Optimize existing macro assembly routine MacroAssembler::generate_fill called from fill stubs for various primitive types.
- Enable JVM flag -XX:OptimizeFill by default over X86.