RFR: 8286303: Serial: Remove reference to ParGCRareEvent_lock
openjdk-notifier[bot]
duke at openjdk.java.net
Tue May 10 08:59:37 UTC 2022
On Fri, 6 May 2022 13:39:22 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for this removal of an unused reference of ParGCRareEvent_lock in serial gc code - it is the only user of this BOT code, the other collectors have their own, completely separate one as far as I can tell.
>
> Testing: gha, tier1-5
>
> Thanks,
> Thomas
The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork:
git checkout submit/8286303-pargcrareeventlock-remove-serial
git fetch https://git.openjdk.java.net/jdk master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push
-------------
PR: https://git.openjdk.java.net/jdk/pull/8576
More information about the hotspot-dev
mailing list