RFR: 8289231: Move java_lang_VirtualThread to continuationJavaClasses.hpp

Alan Bateman alanb at openjdk.org
Mon Jun 27 20:16:51 UTC 2022


On Mon, 27 Jun 2022 19:13:40 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> This is a follow up to [JDK-8288623](https://bugs.openjdk.org/browse/JDK-8288623). `java_lang_VirtualThread` is part of loom and should be move to continuationJavaClasses.hpp, which contains the accessors for the other java classes used by loom.

continuationJavaClasses.* is for the continuation support, I don't think it make sense to separate java_lang_VirtualThread from java_lang_Thread and other classes that support the Thread implementations and move it there.

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

PR: https://git.openjdk.org/jdk/pull/9298


More information about the serviceability-dev mailing list