RFR [9] 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly

Chris Hegarty chris.hegarty at oracle.com
Fri Jan 31 16:23:37 UTC 2014


Trivial change to CopyOnWriteArrayList.COWSubList.subList to catch the 
case where the fromIndex is greater that the toIndex.

http://cr.openjdk.java.net/~chegar/8011645/webrev.00/webrev/

-Chris.



More information about the core-libs-dev mailing list