JDK-8257772 : Vectorizing clear memory operation using AVX-512 masked operations
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2020-12-04
  • Updated: 2024-03-15
  • Resolved: 2020-12-17
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 17
17 b03Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Accelerate clear memory operation for system initialization of newly allocated objects.
Currently for constant number of heap words less than InitArrayShortSize  C2 compiler emits initialization sequence using 8 byte stores. 
This can accelerated using vector store operations.
Comments
Changeset: c11525a4 Author: Jatin Bhateja <jbhateja@openjdk.org> Date: 2020-12-17 04:42:19 +0000 URL: https://git.openjdk.java.net/jdk/commit/c11525a4
17-12-2020