RFR: 8307346 - Add missing gc+phases logging for ObjectCount(AfterGC) JFR event collection code

Albert Mingkun Yang ayang at openjdk.org
Wed May 3 10:25:14 UTC 2023


On Wed, 3 May 2023 10:04:14 GMT, olivergillespie <duke at openjdk.org> wrote:

> single threaded STW full heap scan

`HeapInspection::populate_table` can use multiple threads. Could `report_object_count_after_gc` invoke the parallel version?

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

PR Comment: https://git.openjdk.org/jdk/pull/13772#issuecomment-1532783089


More information about the hotspot-gc-dev mailing list