Blocks :
|
|
Relates :
|
|
Relates :
|
As seen in JDK-8195100 SymbolTable::symbols_do using do_scan can deadlock, so we changed it to try_scan for now, but do we need the lock there at alll? Since SymbolTable::symbols_do is at a Safepoint, do we really need the "resize lock" there?
|