Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4671025

Java input methods should not prevent AWT from auto shutdown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 5.0
    • 1.4.1
    • client-libs
    • None
    • tiger
    • generic
    • generic

      AWT has a feature named auto shutdown which terminates AWT event thread in case there is no platform peer existing. But current IMF SPI spec does not force input methods to dispose native peers even when they are no longer needed. These remaining peers prevent AWT from performing auto shutdown, which is manifested in 4515058.

      To fix this, we propose to change SPI to force input methods to conform either the following two options:

      1) Specify 'daemon property' (cf. 4670707) for displayable components, or
      2) Explicitly make displayable components undisplayable

      ###@###.### 2002-04-18

            naoto Naoto Sato
            naoto Naoto Sato
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: