RFR: 8287437: Temporarily disable Continuations::enabled() for platforms which don't have an implementation, yet [v2]
Richard Reingruber
rrich at openjdk.java.net
Mon May 30 08:43:25 UTC 2022
On Fri, 27 May 2022 13:20:39 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Hello,
>>
>> I'd like to disable `Continuations::enabled()` for platforms, which don't support Loom, yet. This enables working on Panama which is also controlled by `--enable-preview`.
>>
>> I'm proposing this for all platforms which have an unresolved porting issue here:
>> [JDK-8284161](https://bugs.openjdk.java.net/browse/JDK-8284161)
>>
>> Please review and provide feedback if this makes sense for your platform.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Invert check: Platforms which do support Loom
Hi Martin,
the change looks good to me.
Thanks, Richard.
-------------
Marked as reviewed by rrich (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8919
More information about the hotspot-runtime-dev
mailing list