-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 8
-
Component/s: core-libs
ADDITIONAL SYSTEM INFORMATION :
Ubuntu / Java_1.8
A DESCRIPTION OF THE PROBLEM :
Tried to run Arrays.sort on a sample test and it failed with
Exception in thread "main" java.lang.StackOverflowError
at java.util.DualPivotQuicksort.sort(DualPivotQuicksort.java:399)
at java.util.DualPivotQuicksort.sort(DualPivotQuicksort.java:472)
But if you do Collections.sort() it works
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
HOW TO SUBMIT MY SAMPLE TEST CASE ??
Ubuntu / Java_1.8
A DESCRIPTION OF THE PROBLEM :
Tried to run Arrays.sort on a sample test and it failed with
Exception in thread "main" java.lang.StackOverflowError
at java.util.DualPivotQuicksort.sort(DualPivotQuicksort.java:399)
at java.util.DualPivotQuicksort.sort(DualPivotQuicksort.java:472)
But if you do Collections.sort() it works
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
HOW TO SUBMIT MY SAMPLE TEST CASE ??