RFR: CODETOOLS-7902947: jcstress: Skip affinity initialization when non-local affinity mode is requested [v2]
Aleksey Shipilev
shade at openjdk.java.net
Tue Jun 1 08:34:58 UTC 2021
> Currently, we eagerly initialize affinity support in ForkedMain, even when local affinity mode is not enabled. This eats precious time that we spend on doing unnecessary work.
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Avoid dumping local affinity map when local affinity is disabled
-------------
Changes:
- all: https://git.openjdk.java.net/jcstress/pull/55/files
- new: https://git.openjdk.java.net/jcstress/pull/55/files/d42e1bcf..199a8e42
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jcstress&pr=55&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jcstress&pr=55&range=00-01
Stats: 16 lines in 2 files changed: 6 ins; 0 del; 10 mod
Patch: https://git.openjdk.java.net/jcstress/pull/55.diff
Fetch: git fetch https://git.openjdk.java.net/jcstress pull/55/head:pull/55
PR: https://git.openjdk.java.net/jcstress/pull/55
More information about the jcstress-dev
mailing list