RFR: 8331341: secondary_super_cache does not scale well: C1 and interpreter [v23]

Andrew Haley aph at openjdk.org
Thu Oct 10 11:03:17 UTC 2024


On Thu, 10 Oct 2024 00:03:33 GMT, Dean Long <dlong at openjdk.org> wrote:

> Or even better, can't we rotate right and then TBZ on bit 0?

No, because we need to count the bits in the shifted value.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19989#discussion_r1795207113


More information about the hotspot-dev mailing list