On Mon, 21 Nov 2022 15:58:31 GMT, Richard Reingruber <rr...@openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> fixed a trailing white space issue > > src/hotspot/share/prims/jvmtiExport.cpp line 201: > >> 199: JvmtiVirtualThreadEventMark(JavaThread *thread) : >> 200: JvmtiEventMark(thread) { >> 201: if (thread->vthread() != NULL) { > > Can this condition ever be false? Yes, this condition can be false for platform threads. ------------- PR: https://git.openjdk.org/jdk/pull/11246