JDK-8233724 : Remove -Wc++14-compat warning suppression in operator_new.cpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-06
  • Updated: 2021-10-21
  • Resolved: 2021-10-20
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 18
18 b20Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Description
JDK-8233530 added a warning suppression pragma for -Wc++14-compat to operator_new.cpp, to quiet complaints about the sized deletion operators added by JDK-8233359.  That warning suppression can be removed once C++14 is supported.

Comments
Changeset: a91a0a52 Author: Harold Seigel <hseigel@openjdk.org> Date: 2021-10-20 12:20:50 +0000 URL: https://git.openjdk.java.net/jdk/commit/a91a0a523a8d781d35950941cd87cdc430d32a71
20-10-2021