RFR: 8074101: Add verification that all tasks are actually claimed during roots processing [v3]

Albert Mingkun Yang ayang at openjdk.java.net
Wed Jan 13 09:11:59 UTC 2021


On Wed, 13 Jan 2021 08:37:24 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Albert Mingkun Yang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
>
> src/hotspot/share/gc/shared/workgroup.hpp line 29:
> 
>> 27: 
>> 28: #include "memory/allocation.hpp"
>> 29: #include "metaprogramming/logical.hpp"
> 
> Should also add metaprogramming/enableIf.hpp, to avoid implicit include dependency.

Should I include both `enableIf.hpp` and `logical.hpp`, or only `enableIf.hpp` since it includes `logical.hpp` already?

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

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



More information about the hotspot-gc-dev mailing list