JDK-8182981 : Need tests for missing coverage in java.lang.Math
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 10
  • Priority: P4
  • Status: Closed
  • Resolution: Other
  • Submitted: 2017-06-27
  • Updated: 2017-06-29
  • Resolved: 2017-06-29
Related Reports
Relates :  
Relates :  
Description
For instance, there is no test for  long multiplyFull(int,int). It is necessary to have a test for this.
Comments
ANC (acceptable non-coverage) for current implementation status (trivial). Will revisit when implementation improved.
29-06-2017

Joe, thanks for the input, I will close this item as won't fix
29-06-2017

The multiplyFull method was added as part of JDK-5100935 and its implementation is trivial,
28-06-2017