JDK-8314694 : Separate checked_cast from globalDefinitions.hpp
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-22
  • Updated: 2023-08-28
  • Resolved: 2023-08-23
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 22
22 masterFixed
Related Reports
Relates :  
Description
checked_cast is currently defined in globalDefinitions.hpp. However, the very small and simple definition provided there is significantly deficient, and needs to be improved (JDK-8314258). Correcting it is going to require a non-trivial amount of code, significantly cluttering globalDefinitions.hpp.  The corrected definition should be placed in its own file.

Comments
Changeset: c077be47 Author: Kim Barrett <kbarrett@openjdk.org> Date: 2023-08-23 22:32:37 +0000 URL: https://git.openjdk.org/jdk/commit/c077be47688a845e99bce444f2354f1d819783a6
23-08-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15377 Date: 2023-08-22 04:13:13 +0000
22-08-2023