RFR: 8273550: Replace os::cgc_thread/pgc_thread with os::gc_thread

Coleen Phillimore coleenp at openjdk.java.net
Thu Sep 9 14:11:01 UTC 2021


On Thu, 9 Sep 2021 13:16:11 GMT, Per Liden <pliden at openjdk.org> wrote:

> The os thread types `cgc_thread` and `pgc_thread` might have been treated differently at some point in the past, but today they are not. So I suggest we replace those two types with a single `gc_thread` type.

Looks good. Seems trivially correct.

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

Marked as reviewed by coleenp (Reviewer).

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


More information about the hotspot-dev mailing list