RFR: 8307348 - Parallelize heap walk for ObjectCount(AfterGC) JFR event collection [v4]

Thomas Schatzl tschatzl at openjdk.org
Thu May 4 15:12:18 UTC 2023


On Thu, 4 May 2023 13:25:34 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> I looked if there might be a better option, like passing the `WorkerThreads*` from callers to actually figure out the number of active workers from the GC itself, but all of this cuts rather deep. I would say that should be done in a separate PR. `ParallelGCThreads` should work well meanwhile.
> 
> @albertnetymk, @tschatzl might have an opinion here.

As you suggested, the typical way is passing the `WorkerThreads*` along instead of passing a thread number and the code selecting the `WorkerThread*` by itself. Actually I'm not sure why safepoint_workers are used at all.

The changes to do that does not seem to be that significant to me actually, so I would prefer that. The current change is an improvement already though.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13774#issuecomment-1534953027


More information about the hotspot-gc-dev mailing list