Hello, Please review fix for JDK10:
bug: https://bugs.openjdk.java.net/browse/JDK-8177758 webrev: http://cr.openjdk.java.net/~ssadetsky/8177758/webrev.00/In 8075516 it was not taken into account that yet another global reference to the file dialog peer is created inside the called AwtFileDialog::Show(), so there one more global reference that prevents file dialog to be collected by GC. In the fix the second reference is eliminated.
--Semyon
