Re: RFR: 8289231: Move java_lang_VirtualThread to continuationJavaClasses.hpp

2022-06-29 Thread Ioi Lam
On Mon, 27 Jun 2022 19:13:40 GMT, Ioi Lam 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 us

Re: RFR: 8289231: Move java_lang_VirtualThread to continuationJavaClasses.hpp

2022-06-27 Thread David Holmes
On Mon, 27 Jun 2022 19:13:40 GMT, Ioi Lam 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 us

Re: RFR: 8289231: Move java_lang_VirtualThread to continuationJavaClasses.hpp

2022-06-27 Thread Alan Bateman
On Mon, 27 Jun 2022 19:13:40 GMT, Ioi Lam 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 us

RFR: 8289231: Move java_lang_VirtualThread to continuationJavaClasses.hpp

2022-06-27 Thread Ioi Lam
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. - Commit messages: - 8289231: Move