bookmark

multithreading - Java thread dump: Difference between "waiting to lock" and "parking to wait for"? - Stack Overflow


Description

You will get "waiting to lock" in the thread dump when using intrinsic locks and "parking to wait for" when using locks from java.util.concurrent

Preview

Tags

Users

  • @jil

Comments and Reviews