Integrated: 8151594: Move concurrent refinement thread activation logging out of GC pause

Kim Barrett kbarrett at openjdk.java.net
Tue Nov 30 22:48:48 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

This pull request has now been integrated.

Changeset: 65251f76
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/65251f76937d1844e2235ce64b42b17f4492d20e
Stats:     9 lines in 1 file changed: 4 ins; 4 del; 1 mod

8151594: Move concurrent refinement thread activation logging out of GC pause

Reviewed-by: tschatzl, ayang

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

PR: https://git.openjdk.java.net/jdk/pull/6551



More information about the hotspot-gc-dev mailing list