JDK-8158694 : IOOBE in DefaultRowSorter.convertRowIndexToModel
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: External
  • Submitted: 2016-06-05
  • Updated: 2016-06-06
  • Resolved: 2016-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Relates :  
Description
We are getting an IndexOutOfBoundsException in DefaultRowSorter.convertRowIndexToModel.
This is not a problem in JDK8.
Since the DefaultRowSorter was modified in 9 to fix https://bugs.openjdk.java.net/browse/JDK-6894632
its usage was changed a bit. 
As example sun.swing.FilePane needed to change because of that (http://hg.openjdk.java.net/jdk9/client/jdk/rev/96582115ded2).

Comments
Stack trace
05-06-2016