-
Enhancement
-
Resolution: Fixed
-
P3
-
7
-
1.4
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2207324 | 7 | Joe Wang | P3 | Closed | Fixed | b112 |
Current implementation of QName.equals(...) is correct but can be made faster by:
1) comparing objectToTest with this
2) changing the order of the compare of namespace and localpart. Since the
localpart of a FQ-name changes more frequently then the namespace we can gain
performance by changing this order.
1) comparing objectToTest with this
2) changing the order of the compare of namespace and localpart. Since the
localpart of a FQ-name changes more frequently then the namespace we can gain
performance by changing this order.
- backported by
-
JDK-2207324 JAXP issue 61 : Perf. optimization for QName.equals(...)
- Closed