RFR: 8151594: Move concurrent refinement thread activation logging out of GC pause
Thomas Schatzl
tschatzl at openjdk.java.net
Thu Nov 25 19:28:06 UTC 2021
On Thu, 25 Nov 2021 05:56:30 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this move of the thread activation logging by concurrent
> refinment threads to be within the suspendible thread set context, rather
> than before it. This prevents the logging for the thread activation
> sometimes being intermixed with GC pause-time logging.
>
> Testing:
> mach5 tier1
Lgtm.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6551
More information about the hotspot-gc-dev
mailing list