JDK-7172430 : [macosx] debug message in non debug jdk build
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-05-29
  • Updated: 2012-07-20
  • Resolved: 2012-07-20
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 JDK 8
7u6 b17Fixed 8Fixed
Description
Debug message "IM does not want to handle event" in non debug jdk build
Steps to reproduce:
1 Run attached test
2 Click on the window
3 "IM does not want to handle event" will be printed to console.

Comments
EVALUATION For some reason debug output is not surrounded with the usual #if/#endif fence. Luckily situation that triggers this output is rare but nevertheless it should be properly guarded.
19-06-2012