On Sun, 28 Jul 2024 04:13:30 GMT, Loay Ghreeb <d...@openjdk.org> wrote:
> Fix an issue in `SortedList` where the sorting became incorrect when adding > new items that are equal to existing items according to the comparator. The > `SortedList` should consider the insertion index of these items to maintain > the correct order. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jfx/pull/1519