RFR: 8316180: Thread-local backoff for secondary_super_cache updates [v5]
Aleksey Shipilev
shade at openjdk.org
Wed Sep 27 18:27:02 UTC 2023
On Wed, 27 Sep 2023 17:34:19 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> A better question to ask is "Why do I have to specify -XX:+UnlockExperimentalVMOptions to turn the feature OFF?". Diagnosing a performance anomaly may involve both turning the logic off or increasing the limit. So, I do think that diagnostic is a better fit here.
>
> Another question: should the flag be platform-specific? I'd expect different platforms may eventually settle on different defaults (e.g., platforms w/o support should set it to 0 right away) and, also, it would be better to print warnings when users try to explicitly set the flag to non-zero value when proper support is missing.
All right, diagnostic platform-dependent it is.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15718#discussion_r1339026024
More information about the hotspot-dev
mailing list