RFR: 8300575: JVMTI support when using alternative virtual thread implementation [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Feb 13 19:57:33 UTC 2023
On Sat, 11 Feb 2023 07:31:00 GMT, Alan Bateman <alanb at 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
More information about the serviceability-dev
mailing list