Integrated: 8256912: Zero builds fail after JDK-8255984

Aleksey Shipilev shade at openjdk.java.net
Mon Nov 23 22:33:56 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-8256497 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.

This pull request has now been integrated.

Changeset: 1df94c9f
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/1df94c9f
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8256912: Zero builds fail after JDK-8255984

Reviewed-by: zgu, rkennke

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

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


More information about the shenandoah-dev mailing list