On 10/19/2016 09:16 AM, Sergey Bylokhov wrote:
Did you check this fix on other platforms? For example what about WindowsFileChooserUI.java: DirectoryComboBoxRenderer createDirectoryComboBoxRenderer() Note than DirectoryComboBoxRenderer is not public.
I looked at those the other day and I didn't see anything that needed to be done.
The Win L&F classes are not exported from java.desktop
is it necessary to add "exports" to "-Xlint:"? I assumed that it should be added somewhere else and disabled if necessary per module.
Alexander is just reversing the previous change and that is per module http://hg.openjdk.java.net/jdk9/dev/rev/81435a812f59 It is tagged ton to the variable "java.desktop_ADD_JAVAC_FLAGS" -phil