JDK-2156231 : InputContext may cause loading of swing classes even for non-Swing applets
  • Type: Backport
  • Backport of: JDK-6607310
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2007-11-29
  • Updated: 2010-07-29
  • Resolved: 2007-12-17
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 6 JDK 7
6u10 b09Fixed 7Fixed
Comments
EVALUATION Use if ("sun.awt.im.CompositionArea".equals(source.getClass().getName())) { instead of instanceof. Please refer to the evaluation for jdk 7 for the detail.
05-12-2007