-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b23
The use of locks of constant pool could raise memory usage (see JDK-8014910) or cause deadlock (see JDK-8008962).
Let's try to remove the lock altogether. Much of the existing operation (see CPSlot class) is already lock free.
Let's try to remove the lock altogether. Much of the existing operation (see CPSlot class) is already lock free.
- relates to
-
JDK-8008962 NPG: Memory regression: One extra Monitor per ConstantPool
-
- Closed
-
-
JDK-8047290 Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
-
- Resolved
-