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

NullPointerException during init of KeyboardFocusPeer

XMLWordPrintable

    • b30
    • x86
    • linux
    • Verified

      JDK : JDK1.5.0 b14 swat (pass in JDK1.4.2)
      Platform[s] : SuSE SLES 8 (powered by UnitedLinux 1.0) (AMD64)
      Kernel : 2.4.19 (3).
      switch/Mode : -client -Xmixed, -client -Xcomp (pass with -server -Xcomp)

      How to reproduce:
      1. Launch Java2D demo by running "linux32 bin/java -jar demo/jfc/Java2D/*jar" (same results when running without linux32)
      2. Open Options/RunWindow and click on Run to start the auto tests.
      After a few minutes, AMD machine will become hung. keyboard/mouse don't work. need to reboot it.

      We have 2 AMD64 machines in our lab. This test fails only on sigle cpu machine (hostname: brain) and pass on dual cpu machine(hostname: bunt).

      ###@###.### 2003-08-06
      ===================================================
      The same tests pass on non-AMD machine SuSE8.2 .

      I also did test with different modes and found it passes with "-Xint", but cannot start with "-Xcomp" on AMD64 single cpu machine.

      brain:/net/cady/export/dtf/unified/jdk/linux-i586 # linux32 bin/java -Xcomp -jar demo/jfc/Java2D/*jar
      Exception in thread "main" java.lang.ExceptionInInitializerError
      Caused by: java.lang.NullPointerException
              at java.awt.KeyboardFocusManager.initPeer(KeyboardFocusManager.java:374)
              at java.awt.KeyboardFocusManager.<init>(KeyboardFocusManager.java:370)
              at java.awt.DefaultKeyboardFocusManager.<init>(DefaultKeyboardFocusManager.java:38)
              at java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager(KeyboardFocusManager.java:154)
              at java.awt.KeyboardFocusManager.getCurrentKeyboardFocusManager(KeyboardFocusManager.java:145)
              at java.awt.Component.hasFocus(Component.java:6568)
              at java.awt.Component.isFocusOwner(Component.java:6581)
              at javax.swing.AbstractButton.setFocusPainted(AbstractButton.java:1279)
              at javax.swing.JMenuItem.init(JMenuItem.java:170)
              at javax.swing.JMenuItem.<init>(JMenuItem.java:122)
              at javax.swing.JCheckBoxMenuItem.<init>(JCheckBoxMenuItem.java:136)
              at javax.swing.JCheckBoxMenuItem.<init>(JCheckBoxMenuItem.java:94)
              at java2d.Java2Demo.<clinit>(Java2Demo.java:71)

      This test failed with -client -Xcomp, pass with -server -Xcomp. I'm changing category to hotspot/c1.

      ###@###.### 2003-08-07

            never Tom Rodriguez
            schien Suchen Chien (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: