-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b93
-
generic
-
generic
MemberName::hashCode is called during startup of jake, and is currently implemented using Objects.hash(...), which allocates Object[]'s and force early initialization of Byte$ByteCache (getReferenceKind()).
Inlining the equivalent hashCode method should be considered.
Inlining the equivalent hashCode method should be considered.