RFR: 8293680: PPC64BE build failure after JDK-8293344
Thomas Stuefe
stuefe at openjdk.org
Tue Sep 13 12:24:57 UTC 2022
On Tue, 13 Sep 2022 06:55:34 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> The bug manifests on PPC64, since `section_by_name` is protected by `#if defined(PPC64) && !defined(ABI_ELFv2)`:
>
>
> * For target hotspot_variant-server_libjvm_objs_elfFile.o:
I removed the include because we should not use RA in these functions. Please do not re-add it. See https://github.com/openjdk/jdk/pull/10158 .
Looks like I just forgot to fix up PPCBE. The better fix would be not to use RA.
-------------
PR: https://git.openjdk.org/jdk/pull/10247
More information about the hotspot-dev
mailing list