commit | 09b666ec0a18edd1ebb1fe88409d27b829f58dee | [log] [tgz] |
---|---|---|
author | ysr <none@none> | Fri Apr 07 10:45:26 2017 +0200 |
committer | ysr <none@none> | Fri Apr 07 10:45:26 2017 +0200 |
tree | 1d3fbe1eaee6827fae1921a7af0fc14435820c78 | |
parent | 8451dcd686048e5c0605ea8748b7d1e7b9422591 [diff] |
8177963: Parallel GC fails fast when per-thread task log overflows Summary: Instead of exiting the VM when per-thread task log overflows, print warnings once and ignore any further log addition attempt. Reviewed-by: ysr, kbarrett, sangheki