-
Enhancement
-
Resolution: Fixed
-
P4
-
16
-
b19
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.
- relates to
-
JDK-8225631 Consider replacing muxAcquire/Release with PlatformMonitor
-
- Resolved
-