JDK-6815946 : regression: failed to build MToolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2009-03-11
  • Updated: 2011-05-18
  • Resolved: 2011-05-18
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
7 b55Fixed
Related Reports
Relates :  
Description
The fix for 6806217 introduced the following build error:

../../../src/solaris/classes/sun/awt/motif/MToolkit.java:77: sun.awt.motif.MToolkit is not abstract and does not override abstract method createKeyboardFocusManagerPeer(java.awt.KeyboardFocusManager) in sun.awt.SunToolkit
public class MToolkit extends UNIXToolkit implements Runnable {
       ^

Comments
EVALUATION The method createKeyboardFocusManagerPeer() should be overriden.
11-03-2009