RFR: 8333962: Obsolete OldSize [v2]
David Holmes
dholmes at openjdk.org
Mon Jun 17 04:53:12 UTC 2024
On Sat, 15 Jun 2024 08:51:56 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> 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?
>
> `Arguments::set_heap_size` accesses `OldSize`, which is declared in this header.
Got it. Thanks
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19647#discussion_r1642158519
More information about the hotspot-gc-dev
mailing list