Details
Description
Current ThreadCrashProtection() implementation uses static members which requires the use of Thread::muxAcquire() to allow only one user at a time. We can avoid this synchronization requirement if each thread has its own ThreadCrashProtection* data.
Attachments
Issue Links
- relates to
-
JDK-8225631 Consider replacing muxAcquire/Release with PlatformMonitor
-
- Resolved
-