RFR (S) 8244200: Shenandoah: build breakages after JDK-8241743

Roman Kennke rkennke at redhat.com
Mon May 4 12:59:53 UTC 2020


Looks good, thanks!

Roman

> Bug:
>   https://bugs.openjdk.java.net/browse/JDK-8244200
> 
> This looks like a regression from JDK-8241743 that moved ShenandoahHeap::heap() to .inline.hpp. To
> fix it everywhere, I rolled over every file that references ShenandoahHeap::heap() and added the
> relevant include. It fixes the reported build failure, and hopefully similar ones in future.
> 
> Fix:
>   https://cr.openjdk.java.net/~shade/8244200/webrev.01/
> 
> Testing: Linux x86_64 {fastdebug, release, slowdebug} no-PCH builds with/without JFR
> 




More information about the hotspot-gc-dev mailing list