JDK-8229485 : Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-08-13
  • Updated: 2019-08-29
  • Resolved: 2019-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 14
14 b12Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Relates :  
Description
In the patch for JDK-8022109 the methods decrementExact(), incrementExact(), and negateExact() were added to java.lang.Math. For consistency they should have been added to java.lang.StrictMath as well. The verbiage of StrictMath will also need to be adjusted per JDK-8229337. 
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/36f5e20be69a User: dfuchs Date: 2019-08-23 18:58:06 +0000
23-08-2019

Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-August/061824.html
19-08-2019

Please plan to fix in JDK 14; the implementation can just delegate to the existing methods.
19-08-2019