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.
@iklam I tend to agree with @AlanBateman . The file is not loomJavaClasses but continuationJavaClasses. ------------- PR: https://git.openjdk.org/jdk/pull/9298