JDK-7159136 : JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-04-04
  • Updated: 2012-05-18
  • Resolved: 2012-05-18
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 b36Fixed
Related Reports
Relates :  
Relates :  
Description
6795908 : Refactor FontManager in JDK 7 b74
moved a lot of code around and we now 
- generate and include sun_font_FontManager.h even though its not needed.
- fail to generate and include the new sun_font_SunFontManager.h. 
   This hasn't mattered as the signature is correct, but we can't verify
  that without the include.

Comments
EVALUATION Fix as described.
04-04-2012