RFR: 8256912: Zero builds fail after JDK-8255984

Aleksey Shipilev shade at openjdk.java.net
Mon Nov 23 22:33:54 UTC 2020


On Mon, 23 Nov 2020 22:25:24 GMT, Roman Kennke <rkennke 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.
>
> Looks good and trivial! Thanks!

Thanks!

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

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



More information about the hotspot-gc-dev mailing list