-
Enhancement
-
Resolution: Fixed
-
P3
-
None
Somewhat surprisingly, ArrayList sublist sort is not specialized and will thus fall back to slower default method of List.sort() instead of quickly sorting a range of the backing array. This seems like an easy performance win, similar to e.g. JDK-8202685
- relates to
-
JDK-8340572 ConcurrentModificationException when sorting ArrayList sublists
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/c7d15f1f
-
Review(master) openjdk/jdk/17818