RFR: 8217450: Add PackageEntry::locked_lookup_only
Claes Redestad
claes.redestad at oracle.com
Tue Jan 22 22:18:55 UTC 2019
On 2019-01-22 23:00, Lois Foltan wrote:
> One more minor note though, you could remove the check in the assert for
> pkg != NULL, since the locked_lookup_only will always indicate if a
> PackageEntry was found whether it was already there or just newly created.
> Lois
Right, we went back and forth on this elsewhere in the review thread and
ended up putting the pkg != NULL check back in to not unnecessarily
penalize fastdebug build performance.
/Claes
More information about the hotspot-runtime-dev
mailing list