RFR: 8287437: Temporarily disable Continuations::enabled() for platforms which don't have an implementation, yet [v2]
Martin Doerr
mdoerr at openjdk.java.net
Mon May 30 09:06: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
Thanks for the reviews! And thanks for working on https://github.com/openjdk/jdk/pull/8939 which is an interesting approach.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8919
More information about the hotspot-runtime-dev
mailing list