RFR (S) 8218140: Build failures after JDK-8218041 (Assorted wrong/missing includes)

Aleksey Shipilev shade at redhat.com
Thu Jan 31 15:34:37 UTC 2019


On 1/31/19 1:26 PM, Aleksey Shipilev wrote:
> Bug:
>   https://bugs.openjdk.java.net/browse/JDK-8218140
> 
> Fix:
>  http://cr.openjdk.java.net/~shade/8218140/webrev.01/
> 
> Testing: Linux {x86_64, aarch64} compilation
> 
> Maybe some other platforms are failing too? I would be happy to fold their fixes into this patch. So
> far I see only AArch64 is broken.

Actually, aarch64, arm32, ppc64, s390x are broken. This is the new fix:
  http://cr.openjdk.java.net/~shade/8218140/webrev.02/

It looks like frame_*.cpp files need to include os.inline.hpp to gain access to
os::uses_stack_guard_pages().

Testing: Linux {x86_64, aarch64, arm32, ppc64, s390x} compilation

-Aleksey



More information about the hotspot-dev mailing list