JDK-8247909 : Improve PrimitiveConversions::cast using C++14
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-19
  • Updated: 2024-11-22
  • Resolved: 2020-09-15
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 16
16 b16Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
The integral conversions of PrimitiveConversions::cast can be made constexpr.  Other simplifications or cleanups may also be possible.

Comments
Changeset: 7eb4d4aa Author: Kim Barrett <kbarrett@openjdk.org> Date: 2020-09-15 10:52:50 +0000 URL: https://git.openjdk.java.net/jdk/commit/7eb4d4aa
15-09-2020