On Sat, 11 Feb 2023 07:31:00 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - use different @test to run with -XX:-VMContinuations >> - more removals of @requires vm.continuations >> - change BasicVirtualThread_klass -> BaseVirtualThread_klass > > src/hotspot/share/classfile/vmClassMacros.hpp line 92: > >> 90: do_klass(Thread_Constants_klass, >> java_lang_Thread_Constants ) \ >> 91: do_klass(ThreadGroup_klass, >> java_lang_ThreadGroup ) \ >> 92: do_klass(BasicVirtualThread_klass, >> java_lang_BaseVirtualThread ) \ > > It should be BaseVirtualThread_klass rather than BasicVirtualThread_klass > (probably my fault when adding the alt implementation). Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/12512