I or rather my clients are experiencing seemingly random errors when using SendToBack.
The error begins
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.ComparableTimSort.mergeHi(ComparableTimSort.java:831)
I would like to try and implement
-Djava.util.Arrays.useLegacyMergeSort=true
to see if that fixes the issue. Can anyone help me figure out how to do this? I assume it needs reflection.
Thanks!
The error begins
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.ComparableTimSort.mergeHi(ComparableTimSort.java:831)
I would like to try and implement
-Djava.util.Arrays.useLegacyMergeSort=true
to see if that fixes the issue. Can anyone help me figure out how to do this? I assume it needs reflection.
Thanks!