RFR: 8260574: Remove parallel constructs in GenCollectedHeap::process_roots [v3]
Albert Mingkun Yang
ayang at openjdk.java.net
Sat Jan 30 11:35:44 UTC 2021
On Sat, 30 Jan 2021 00:12:10 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Albert Mingkun Yang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove srs argument
>
> src/hotspot/share/gc/shared/genCollectedHeap.cpp line 803:
>
>> 801: assert(code_roots != NULL, "code root closure should always be set");
>> 802:
>> 803: {
>
> I'd prefer these unneeded scoping brackets were removed too.
Done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2280
More information about the hotspot-gc-dev
mailing list