JDK-8214376 : Don't use memset to initialize array of Bundle in output.cpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-27
  • Updated: 2018-12-14
  • Resolved: 2018-12-07
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 12
12 b24Fixed
Related Reports
Relates :  
Description
GCC 8 reports Werror=class-memaccess for clearing in Scheduling::Scheduling().

Placement new can be used instead of memset().
Comments
http://cr.openjdk.java.net/~dchuyko/8214376/webrev.00/
07-12-2018