You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eupp
changed the title
Java stdlib synchronization primitives
Hide Java stdlib synchronization primitives impelementation details in the trace
Feb 10, 2025
Hide from the trace (by default) implementation details of various synchronization primitives from Java stdlib:
ReentrantLock
ReadWriteLock
Future
CountDownLatch
CyclicBarrier
Phaser
To support that, we need to track
park
andunpark
calls in atomic (silent?) sections, andpark
should always suspend there.Depends on #501
The text was updated successfully, but these errors were encountered: