RFR: 8298225: [AIX] Disable PPC64LE continuations on AIX [v3]
Tyler Steele
tsteele at openjdk.org
Thu Dec 8 16:11:10 UTC 2022
On Thu, 8 Dec 2022 11:29:28 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Tyler Steele has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>>
>> - Merge remote-tracking branch 'upstream/master' into build/aix/continuation-enabled
>> - Add continuation.hpp to adlc/main.cpp
>> - Set VMContinuations to false on AIX
>> - Restore 5 arg constructor for SystemProcess
>
> src/hotspot/share/adlc/main.cpp line 232:
>
>> 230: AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
>> 231: AD.addInclude(AD._CPP_file, "opto/runtime.hpp");
>> 232: AD.addInclude(AD._CPP_file, "runtime/continuation.hpp");
>
> This adds it for all platforms. Isn't it sufficient to add it in `source %{` section of the ad file?
I tried that first, but may have done so incorrectly. I am trying again.
-------------
PR: https://git.openjdk.org/jdk/pull/11550
More information about the hotspot-compiler-dev
mailing list