Integrated: 8257082: ZGC: Clean up ZRuntimeWorkers and ZWorkers

Per Liden pliden at openjdk.java.net
Thu Nov 26 11:00:57 UTC 2020


On Wed, 25 Nov 2020 14:23:51 GMT, Per Liden <pliden at openjdk.org> wrote:

> Found some additional stuff in ZRuntimeWorkers and ZWorkers that could be cleaned up.
> * `ZThread::set_runtime_worker()` and friends are no longer used, and can be remove
> * Fixed obsolete comment
> * Added a missing `zTask.hpp` include
> * Replaced `Monitor` with `ZConditionLock`

This pull request has now been integrated.

Changeset: 7946c941
Author:    Per Liden <pliden at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7946c941
Stats:     54 lines in 5 files changed: 3 ins; 31 del; 20 mod

8257082: ZGC: Clean up ZRuntimeWorkers and ZWorkers

Reviewed-by: stefank

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

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



More information about the hotspot-gc-dev mailing list