-
Enhancement
-
Resolution: Won't Fix
-
P4
-
14
It's a single linked list, so should be able to be made lock free. This would have prevented a lot of bugs that we've seen with trying to take this lock during a safepoint by a GC thread and with safepoint locking with non-gc threads.
The reason for the lock was because performance wasn't critical, but removing it would avoid certain potential deadlocks.
The reason for the lock was because performance wasn't critical, but removing it would avoid certain potential deadlocks.
- relates to
-
JDK-8213150 Add verification for locking by VMThread
-
- Resolved
-
-
JDK-8213150 Add verification for locking by VMThread
-
- Resolved
-