mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 18:50:07 +00:00
8374910: Use of containsTypeEquivalent in array type equality test seems bogus
Reviewed-by: liach
This commit is contained in:
parent
b13a291667
commit
82ff0255c5
@ -1436,7 +1436,7 @@ public class Types {
|
||||
return visit(s, t);
|
||||
|
||||
return s.hasTag(ARRAY)
|
||||
&& containsTypeEquivalent(t.elemtype, elemtype(s));
|
||||
&& visit(t.elemtype, elemtype(s));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user