JDK-6263951 : Java does not use fast AA text loops when regular AA hint is set
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6,6u22
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_xp
  • CPU: generic,x86
  • Submitted: 2005-04-30
  • Updated: 2013-10-02
  • Resolved: 2011-03-08
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 b17Fixed
Related Reports
Duplicate :  
Relates :  
Description
When the TEXT_ANTIALIAS hint is set to ON, then optimized
text antialiasing loops are used to render the text.

But, when the regular ANTIALIASING hint is set to ON, a
general path is used to render the text from gray-bits
masks.

The results are visually the same, but the optimized text
antialiasing loops go through much less code to produce
those results.

This can be seen by running J2DBench with the various
combinations of the Graphics AA and Text AA hints.  The
performance is nearly 4x faster with the Text AA hint
on Solaris/Sparc.

###@###.### 2005-04-30 02:54:47 GMT

Comments
EVALUATION We need to update the loop selection when we do pipe validation. ###@###.### 2005-06-15 00:15:56 GMT
15-06-2005