-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
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.