RFR: 8287437: Temporarily disable Continuations::enabled() for platforms which don't have an implementation, yet

Aleksey Shipilev shade at openjdk.java.net
Fri May 27 12:14:42 UTC 2022


On Fri, 27 May 2022 11:56:52 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.

That is actually a much better idea than chasing problemlists for x86_32!
I'd probably just define the platforms where Loom *is* implemented: `AMD64` and `AARCH64`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8919


More information about the hotspot-runtime-dev mailing list