RFR: 8255213: Shenandoah build fails without JFR after JDK-8255036
Aleksey Shipilev
shade at openjdk.java.net
Thu Oct 22 05:29:12 UTC 2020
On Thu, 22 Oct 2020 04:14:39 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Please review the one-line fix of Shenandoah build failure without JFR.
>
> Thanks.
> Best regards,
> Jie
Changes requested by shade (Reviewer).
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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/794
More information about the hotspot-gc-dev
mailing list