JDK-4943127 : Update StrictMath regression tests to use hexadecimal floating-point literals
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 5.0
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-10-24
  • Updated: 2004-11-06
  • Resolved: 2004-11-06
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 6
6 b12Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Since hexadecimal floating-point literal support has been added to the language, the idiom of exact input-output pairs of floating-point numbers written using Double.longBitsToDouble in the StrictMath regression tests is an ideal candidate for replacement with hexadecimal floating-point literals.

Comments
EVALUATION A fine idea. ###@###.### 2003-10-23
23-10-2003