On Mon, 27 Jun 2022 19:13:40 GMT, Ioi Lam <ik...@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