JDK-7091682 : Move sun.misc.FpUtils code into java.lang.Math
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-17
  • Updated: 2012-05-09
  • Resolved: 2012-05-09
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 8
8 b08Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The implementation of many of the methods in java.lang.Math reside in the JDK-private sun.misc.FpUtils.  Unless there is a good reason not to, this code should be migrated directly to java.lang and calls to methods available in both sun.misc.FpUtils and java.lang should use the java.lang entry point.

Comments
PUBLIC COMMENTS See http://mail.openjdk.java.net/pipermail/core-libs-dev/2011-September/007706.html http://hg.openjdk.java.net/jdk8/tl/jdk/rev/418628a08ae7
19-09-2011

EVALUATION A fine idea.
17-09-2011