Integrated: 8268647: Generation::expand_and_allocate has unused "parallel" argument

Kim Barrett kbarrett at openjdk.java.net
Tue Jun 15 22:09:34 UTC 2021


On Mon, 14 Jun 2021 14:36:15 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this simplification of the Generation class and the classes
> derived from it.  There are no callers of expand_and_allocate that pass the
> third argument explicitly, so its value is always the default (false) value.
> 
> This change removes the argument and updates the two implementations of this
> virtual function accordingly.
> 
> [The "parallel" argument is probably a leftover from CMS support.]
> 
> Testing:
> mach5 tier1.

This pull request has now been integrated.

Changeset: 00e33a45
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/00e33a45feee1544a9d5be8b2fd1e0987ef1dfc5
Stats:     42 lines in 5 files changed: 0 ins; 31 del; 11 mod

8268647: Generation::expand_and_allocate has unused "parallel" argument

Reviewed-by: ayang, tschatzl

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

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



More information about the hotspot-gc-dev mailing list