You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jetm...@googlegroups.com
Is there a way with JETM to measure how long on average threads are waiting on synchronized blocks/methods, to report this as part of the execution time report?
Starting a monitor just before the lock is taken is problematic, as Java can move statements inside a synchronized block, so we can't guarantee it will take the timing point before waiting on the lock.