-
Bug
-
Resolution: Fixed
-
P4
-
20
-
b14
If two threads create a Method* via make_method_handle_intrinsic, the first adds it to the hashtable and the second thread leaks the method. Adding the Method* to the deallocate list isn't sufficient because it's also linked in the code cache through a native wrapper.
If performance is not affected, holding a lock through the process would be the simplest solution, but we should evaluate the performance with this change.
If performance is not affected, holding a lock through the process would be the simplest solution, but we should evaluate the performance with this change.
- relates to
-
JDK-8290370 Convert SymbolPropertyTable to ResourceHashtable
-
- Resolved
-