RFR (S) 8209622: applications/kitchensink/Kitchensink.java failed with Kitchensink failed with exit code = 138

Gerard Ziemski gerard.ziemski at oracle.com
Thu Aug 23 19:18:02 UTC 2018


hi all,

Please review this small workaround for a deadlock in our symbol table, which eventually will be properly fixed by JDK-8209054.

The workaround is not to check for safe point while taking the symbol table lock. We also take the opportunity to more aptly name the lock, by renaming it from SymbolTable_lock to SymbolArena_lock.

webrev: http://cr.openjdk.java.net/~gziemski/8209622_rev1/index.html
bug: https://bugs.openjdk.java.net/browse/JDK-8209622

Passed hs-tier1,2 and currently in the process of testing hs-tier1,2,3,4,5,6,7


cheers


More information about the hotspot-runtime-dev mailing list