Can’t reproduce virtual thread pinning (jdk 21), yet mysql not as parallel as should be
The jdk 21 doc about virtual threads (hereafter “VT”)
(https://docs.oracle.com/en/java/javase/21/core/virtual-threads.html)
is pretty clear about a synchronized block causing a thread to be pinned, or native methods, or …