JDK-8104577 : Remove debugging message from Font2DTest demo
  • Type: Bug
  • Component: client-libs
  • Sub-Component: demo
  • Affected Version: 8u60
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-06-16
  • Updated: 2015-09-29
  • Resolved: 2015-06-16
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
8u60 b22Fixed
Description
The 8u60 backport of 8064833 inadvertently pushed a debugging change in a demo
along with the fix.
"System.out.println("USING FONT " + testFont + " "+testFont.getPSName());"

it needs to be removed.