Integrated: 8273062: Generation::refs_discovery_is_xxx functions are unused

Kim Barrett kbarrett at openjdk.java.net
Fri Aug 27 10:36:33 UTC 2021


On Fri, 27 Aug 2021 08:47:24 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this trivial cleanup, removing a couple of unused virtual
> function declarations from the Generation class:
> 
>   virtual bool refs_discovery_is_atomic() const { return true;  }
>   virtual bool refs_discovery_is_mt()     const { return false; }
> 
> These functions are not called or overridden.
> 
> Testing:
> local (linux-x64) build.

This pull request has now been integrated.

Changeset: a49a0c58
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a49a0c58662bef48d02246193d86cc89fb9d030b
Stats:     5 lines in 1 file changed: 0 ins; 5 del; 0 mod

8273062: Generation::refs_discovery_is_xxx functions are unused

Reviewed-by: ayang

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

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



More information about the hotspot-gc-dev mailing list