<AWT Dev> [8u] Review request: 8048549 [macosx] Disable usage of system menu bar if AWT is embedded in FX

Petr Pchelko petr.pchelko at oracle.com
Tue Jul 15 10:01:52 UTC 2014


Hello, AWT team.

Please review the fix for the issue:
https://bugs.openjdk.java.net/browse/JDK-8048549
The 8u version is available here:
http://cr.openjdk.java.net/~pchelko/9/8048549/webrev.8u/
For reference, the 9 version is available here:
http://cr.openjdk.java.net/~pchelko/9/8048549/webrev/

The 8u version is different, so a new review is needed. In 9 we've moved AWT initialization from awt.m to LWCToolkit.m, so we did not need to use ThreadUtilities. 
In 8u we need to use ThreadUtilities to figure out if AWT is running embedded or not. All the rest of the fix is the same as in 9.

Thank you.
With best regards. Petr.


More information about the awt-dev mailing list