Hello, Could you review the fix for jdk9, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8042465 webrev: http://cr.openjdk.java.net/~dmarkov/8042465/jdk9/webrev.00/Problem description: On Mac OS X when a browser is in full screen mode, applet's popup is displayed behind the browser's window. Fix: It is necessary to change the collection behavior for the popup windows to make them visible when the browser runs in full screen mode.
Thanks, Dmitry