-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b12
In Arrays.deepHashCode, the common case should be non-array leaf elements, but those are only reached in the code after an exhaustive search of rare primitive array types. Also, avoid using instanceof when identity comparison of Class objects is possible.