RFR: 8304711: Combine G1 root region abort and wait into a single method
Thomas Schatzl
tschatzl at openjdk.org
Wed Mar 22 16:20:54 UTC 2023
Hi all,
merge root region scan and abort calls into a single method as they are used together twice; this also helps with [JDK-8300770](https://bugs.openjdk.org/browse/JDK-8300770) later.
Testing: gha
Thanks,
Thomas
-------------
Commit messages:
- 8304711
Changes: https://git.openjdk.org/jdk/pull/13145/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13145&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8304711
Stats: 16 lines in 3 files changed: 8 ins; 2 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/13145.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13145/head:pull/13145
PR: https://git.openjdk.org/jdk/pull/13145
More information about the hotspot-gc-dev
mailing list