RFR: 8255213: Shenandoah build fails without JFR after JDK-8255036 [v2]
Jie Fu
jiefu at openjdk.java.net
Thu Oct 22 06:09:21 UTC 2020
On Thu, 22 Oct 2020 05:25:02 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove #include "gc/shenandoah/shenandoahHeap.hpp
>
> src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp line 33:
>
>> 31: #include "gc/shenandoah/shenandoahAsserts.hpp"
>> 32: #include "gc/shenandoah/shenandoahHeap.hpp"
>> 33: #include "gc/shenandoah/shenandoahHeap.inline.hpp"
>
> I think you can drop the `#include "gc/shenandoah/shenandoahHeap.hpp"` then, as `.inline.hpp` is supposed to transitively include it.
Good idea.
Updated.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/794
More information about the hotspot-gc-dev
mailing list