RFR: 8277560: Remove WorkerDataArray::_is_serial [v2]
Albert Mingkun Yang
ayang at openjdk.java.net
Mon Nov 22 15:07:22 UTC 2021
On Mon, 22 Nov 2021 14:40:39 GMT, Stefan Johansson <sjohanss at openjdk.org> wrote:
>> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review
>
> src/hotspot/share/gc/shared/workerDataArray.inline.hpp line 173:
>
>> 171: if (start < _length) {
>> 172: if (_is_serial) {
>> 173: WDAPrinter::summary(out, get(0));
>
> From what I can tell these two function will no longer be used after your change:
>
> WDAPrinter::summary(outputStream* out, double time);
> WDAPrinter::summary(outputStream* out, size_t value);
>
> Please remove them.
Removed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6502
More information about the hotspot-gc-dev
mailing list