Integrated: 8273550: Replace os::cgc_thread/pgc_thread with os::gc_thread
Per Liden
pliden at openjdk.java.net
Thu Sep 9 19:26:09 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.
This pull request has now been integrated.
Changeset: 4020a60c
Author: Per Liden <pliden at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4020a60cbb3db0458262212d46515c8c11492a5b
Stats: 14 lines in 5 files changed: 0 ins; 9 del; 5 mod
8273550: Replace os::cgc_thread/pgc_thread with os::gc_thread
Reviewed-by: stefank, coleenp
-------------
PR: https://git.openjdk.java.net/jdk/pull/5444
More information about the hotspot-dev
mailing list