[jdk20] RFR: 8298225: [AIX] Disable PPC64LE continuations on AIX
Richard Reingruber
rrich at openjdk.org
Fri Dec 9 11:58:59 UTC 2022
On Thu, 8 Dec 2022 18:56:10 GMT, Tyler Steele <tsteele at openjdk.org> wrote:
> This small change adds an import to ppc.ad to allow it to find Contiuations::enabled, and sets VMContinuations to false on AIX.
>
> Thanks to @TheRealMDoerr for suggestions to a previous version of this PR.
My recommendation for tracking down issues would be test/jdk/jdk/internal/vm/Continuation/BasicExt.java with -Xlog:continuations=trace switched on.
-------------
PR: https://git.openjdk.org/jdk20/pull/4
More information about the hotspot-compiler-dev
mailing list