[jdk20] RFR: 8298225: [AIX] Disable PPC64LE continuations on AIX [v2]
Tyler Steele
tsteele at openjdk.org
Fri Dec 9 15:59:59 UTC 2022
On Fri, 9 Dec 2022 11:19:33 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Tyler Steele has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Removes indenting before #include macro in ppc.ad
>
> src/hotspot/cpu/ppc/ppc.ad line 14378:
>
>> 14376:
>> 14377: source %{
>> 14378: #include "runtime/continuation.hpp"
>
> I usually avoid spaces in front of preprocessor directives. But, I guess it's no longer problematic with recent compilers.
Good note. I've made this change to keep it consistent.
-------------
PR: https://git.openjdk.org/jdk20/pull/4
More information about the hotspot-compiler-dev
mailing list