RFR: 8333962: Obsolete OldSize [v2]

David Holmes dholmes at openjdk.org
Sat Jun 15 05:12:15 UTC 2024


On Fri, 14 Jun 2024 10:19:47 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

>> Obsolete OldSize and related code. An internal variable `OldSize` is kept to capture the capacity of old-gen size.
>
> Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   obsolete-old-size

Marked as reviewed by dholmes (Reviewer).

src/hotspot/share/runtime/arguments.cpp line 37:

> 35: #include "gc/shared/gcArguments.hpp"
> 36: #include "gc/shared/gcConfig.hpp"
> 37: #include "gc/shared/genArguments.hpp"

Why is this needed?

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

PR Review: https://git.openjdk.org/jdk/pull/19647#pullrequestreview-2120074670
PR Review Comment: https://git.openjdk.org/jdk/pull/19647#discussion_r1640761871


More information about the hotspot-gc-dev mailing list