mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 13:25:34 +00:00
Some internal implementation classes in Jaxp were redefining equals() without redefining hashCode(). This patch adds hashCode() methods that are consistent with equals(). Reviewed-by: chegar, joehw