RFR: 8280705: Parallel: Full gc mark stack draining should prefer to make work available to other threads
Thomas Schatzl
tschatzl at openjdk.java.net
Thu Jan 27 14:36:33 UTC 2022
On Thu, 27 Jan 2022 13:34:03 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> `transfer_from_overflow_stack` tries to publish any many items as possible to the global queue (eligible for work stealing), and returns whether we have successfully popped an item from the local overflow queue. How about `publish_or_pop_overflow`?
I will do the name change separately with the same renaming for G1. It would be nice to keep these in sync.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7244
More information about the hotspot-gc-dev
mailing list