RFR: 8276618: Pad cacheline for Thread::_rcu_counter
Hamlin Li
mli at openjdk.java.net
Thu Nov 4 08:38:19 UTC 2021
On Thu, 4 Nov 2021 05:09:48 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Currently, Thread::_rcu_counter is not padded by cacheline, it should be beneficail to do so.
>
> The initial spebjbb test shows about 10.5% improvement of critical, and 0.7% improvement of max in specjbb2015, specjbb arguments:
> GROUP_COUNT=4
> TI_JVM_COUNT=1
> JAVA_OPTS_BE="-server -XX:+UseG1GC -Xms32g -Xmx32g"
> MODE_ARGS="-ikv"
Thanks a lot Thomas. :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/6246
More information about the hotspot-gc-dev
mailing list