Re: [9] Review Request: 8063066 Test api/javax_swing/interactive/JSliderTests.html#JSlider [JSliderTest0010] fails with MotifLookAndFeel

2015-02-03 Thread Anton V. Tarasov
Looks fine to me. Regards Anton. On 02.02.2015 18:47, Sergey Bylokhov wrote: Hello. Please review a fix for jdk 9. Specification is updated according current behavior CCC request will be filed after review. Bug: https://bugs.openjdk.java.net/browse/JDK-8063066 Webrev can be found at: http://cr

[9-client] Review Request: 8068518: IllegalArgumentException in JTree.AccessibleJTree

2015-02-03 Thread Vivi An
Hello, Please review a fix for JDK 9. Description: Since TreePath(Object[] path) throws /IllegalArgumentException /in case the passed in "path" is null or last element of the array is null. We need to make sure the result of TreeModel.getRoot() is not null before using it to create TreePath.

Re: [9] Review Request: 8063066 Test api/javax_swing/interactive/JSliderTests.html#JSlider [JSliderTest0010] fails with MotifLookAndFeel

2015-02-03 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. 02.02.2015 19:06, Alexander Zvegintsev пишет: Hi Sergey, the fix looks good to me. Thanks, Alexander. On 02/02/2015 06:47 PM, Sergey Bylokhov wrote: Hello. Please review a fix for jdk 9. Specification is updated according current behavior CCC