RFR: 8296324: JVMTI GetStackTrace truncates vthread stack trace for agents loaded into running VM [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri Nov 18 01:44:24 UTC 2022
On Thu, 17 Nov 2022 18:37:09 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add @requires vm.jvmti to VirtualStackTraceTest
>
> src/hotspot/share/prims/jvmtiExport.cpp line 385:
>
>> 383: if (Continuations::enabled()) {
>> 384: // Virtual threads support. There is a performance impact when VTMS transitions are enabled.
>> 385: if (!java_lang_VirtualThread ::notify_jvmti_events()) {
>
> remove extra space before ::
Thank you. Will fix it.
-------------
PR: https://git.openjdk.org/jdk/pull/11204
More information about the hotspot-dev
mailing list