-
Bug
-
Resolution: Fixed
-
P2
-
8, 9
-
b85
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142248 | emb-9 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | team |
The only field considered at method visitTypeVar() of visitor Types.hashCode is t.tsym. This field is shared by all the type variables cloned from a given one. Thus they all will have the same hashCode provoking a lot of collisions in any hash table storing them.
- backported by
-
JDK-8142248 javac, method visitTypeVar() at visitor Types.hashCode generates the same hash code for different type variables
-
- Resolved
-