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

Andrew Haley aph at openjdk.java.net
Fri May 27 16:26:45 UTC 2022


On Fri, 27 May 2022 13:17:13 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> I hope to propose changes soon that adds an alternative virtual thread implementation that is backed by a platform thread (1-1 mapping). This clearly won't scale but it should be enough to pass conformance tests on platforms that might not have VM support for continuations for some time. Part of that needs to separate "supported by VM" from "preview features are enabled" as it has to be surfaced to the library code so it can choose the implementation.

That's excellent news. Thank you.

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

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


More information about the hotspot-runtime-dev mailing list