JDK-8183173 : Add private constructors to Fdlibm-internal classes
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 9,10
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2017-06-28
  • Updated: 2017-12-14
  • Resolved: 2017-06-29
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 10
10 b14Fixed
Related Reports
Relates :  
Relates :  
Description
As a small matter of code hygiene, the static nested classes in java.lang.Fdlibm used to host the code to implement particular methods should have private constructors which throw exceptions.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2017-June/048415.html
28-06-2017