-
Bug
-
Resolution: Fixed
-
P3
-
1.1.4
-
1.1.6
-
sparc
-
solaris_2.5.1
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017132 | 1.2.0 | John Oconner | P3 | Resolved | Fixed | 1.2beta3 |
A sort of 135 strings of average length 19 characters takes 195x longer
to sort using Collator.compare() versus String.compare(). Most of the time
is spent in DecompositionIterator.
to sort using Collator.compare() versus String.compare(). Most of the time
is spent in DecompositionIterator.
- backported by
-
JDK-2017132 DecompositionIterator is painfully slow
- Resolved
- relates to
-
JDK-4081866 Adjacent combining characters in different combining classes don't sort
- Closed