As discussed in JDK-8361462, static Semaphores are potentially unsafe if accessed during VM termination. Unified logging has:
ConfigurationLock::_semaphore
We need to check if it could be accessed during VM termination.
ConfigurationLock::_semaphore
We need to check if it could be accessed during VM termination.
- relates to
-
JDK-8361462 JVM crashed with assert(ret == 0) failed: Failed to wait on semaphore
-
- In Progress
-