RFR: 8256912: Zero builds fail after JDK-8255984

Zhengyu Gu zgu at openjdk.java.net
Mon Nov 23 22:15:57 UTC 2020


On Mon, 23 Nov 2020 21:58:21 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> This went through testing cracks, as JDK-8255796 was integrated at the same time. Zero x86_64 fails with:
> 
> In file included from /home/runner/work/jdk/jdk/jdk/src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.hpp:30,
>                  from /home/runner/work/jdk/jdk/jdk/src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp:28:
> 
>   348 | inline size_t get_live_data_bytes() const;
>       | ^~~~~~~~~~~~~~~~~~~
> 
>   351 | inline size_t garbage() const;
>       | ^~~~~~~
> 
> The fix is trivial: reinstating the `#include`-s.

Looks good.

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

Marked as reviewed by zgu (Reviewer).

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



More information about the hotspot-gc-dev mailing list