JDK-7033534 : Two tests fail just against jdk7 b136
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-04-04
  • Updated: 2011-05-25
  • Resolved: 2011-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 7
7 b140Fixed
Related Reports
Relates :  
Description
See comments

Comments
SUGGESTED FIX http://sa.sfbay.sun.com/projects/java2d_data/7/7033534
05-04-2011

EVALUATION These test failures are caused by the fix for CR 6989760, In particular, this fix defines JAVACMM via the makefile in order to eliminate kcms functionality which is not needed in a jdk snapshot (file input/output, registry manipulation, acceleration libraries lookup and etc.). However, this define also affects the calculation process, what results in these test failures. This usage of the define have to be eliminated, because we want to preserve the calculation flow untouched. So, suggested fix just eliminates JAVACMM usage in configuration of the calculation routines. There is no regression tests, because this change can be verified by existing regression tests.
05-04-2011