Re: Swing Dev [9] Review Request for 8078514: Nightly: api/javax_swing/DefaultRowSorter/index_ModelStructChanged failure

2015-05-26 Thread Alexander Scherbatiy
On 5/21/2015 5:34 PM, Semyon Sadetsky wrote: Hello, I have decided to remake the fix. The reason for that is sun.swing.FilePane class. One of its inner classes extends DefaultRowSorter and relays on lazy initialization of the DefaultRowSorter in unsorted state. After removing the lazy init

Swing Dev RFR: 8081231: JDK9 client build broken on Windows

2015-05-26 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8081231 ShellFolder2 only gets a definition of DASSERT if DEBUG is defined. Proposed fix :- diff --git a/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp b/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp ---

Re: Swing Dev AWT Dev RFR: 8081231: JDK9 client build broken on Windows

2015-05-26 Thread Alexander Zvegintsev
Looks fine -- Thanks, Alexander. On 26.05.2015 21:48, Phil Race wrote: https://bugs.openjdk.java.net/browse/JDK-8081231 ShellFolder2 only gets a definition of DASSERT if DEBUG is defined. Proposed fix :- diff --git a/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp

Re: Swing Dev AWT Dev RFR: 8081231: JDK9 client build broken on Windows

2015-05-26 Thread Phil Race
Actually no it wasn't :-) I'd overlooked the line escapes. So I'll try the following approach :- (but I am waiting for my build to complete) :- diff --git a/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp b/src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp ---

Re: Swing Dev AWT Dev RFR: 8081231: JDK9 client build broken on Windows

2015-05-26 Thread Alexander Zvegintsev
Oh, I see :) +1 -- Thanks, Alexander. On 26.05.2015 23:41, Phil Race wrote: Actually no it wasn't :-) I'd overlooked the line escapes. So I'll try the following approach :- (but I am waiting for my build to complete) :- diff --git

Re: Swing Dev [8u-dev] Review request for 8080628: No mnemonics on Open and Save buttons in JFileChooser

2015-05-26 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 5/26/2015 4:54 PM, Alexey Ivanov wrote: Hello Swing team, Could you please review the fix for JDK 8: bug: https://bugs.openjdk.java.net/browse/JDK-8080628 webrev: http://cr.openjdk.java.net/~aivanov/8080628/jdk8/webrev.00/ JDK9

Swing Dev [8u-dev] Review request for 8080628: No mnemonics on Open and Save buttons in JFileChooser

2015-05-26 Thread Alexey Ivanov
Hello Swing team, Could you please review the fix for JDK 8: bug: https://bugs.openjdk.java.net/browse/JDK-8080628 webrev: http://cr.openjdk.java.net/~aivanov/8080628/jdk8/webrev.00/ JDK9 code review: http://mail.openjdk.java.net/pipermail/swing-dev/2015-May/004547.html The changes