JDK-8213414 : Fix incorrect copy constructors in hotspot
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-11-06
  • Updated: 2023-12-07
  • Resolved: 2018-11-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 b19Fixed
Related Reports
Relates :  
Sub Tasks
JDK-8213481 :  
JDK-8213487 :  
Description
In JDK-8211073, an attempt was made to add -Wextra to hotspot. That patch was not accepted at the time being, but it did dig out some bugs in the code.

While we await JDK-8211073 to be included in the code base (so -Wextra is always on), we can at least fix the bugs it found in some copy constructors.
Comments
Backed out under JDK-8213487
07-11-2018

URL: http://hg.openjdk.java.net/jdk/jdk/rev/44f34d2c3243 User: ihse Date: 2018-11-07 09:14:03 +0000
07-11-2018