https://github.com/openjdk/jdk/pull/13143 discovered that UnregisteredClassesTable_lock is never created in mutex_init() and is always nullptr. This lock is referenced in a few places and all of those are effectively thread unsafe. The lock should be removed if not needed or actually created.
- relates to
-
JDK-8304723 Statically allocate global mutexes
-
- Resolved
-