On Thu, 17 Nov 2022 18:37:09 GMT, Chris Plummer <cjplum...@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