commit | 961c251005a407fd9873a38568fd84171960bca4 | [log] [tgz] |
---|---|---|
author | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Fri Apr 07 10:45:26 2017 +0200 |
committer | Y. Srinivas Ramakrishna <ysr@openjdk.org> | Fri Apr 07 10:45:26 2017 +0200 |
tree | 2a6f957115eef365d9e617aa012d60d34daa03c2 | |
parent | df4bbc76324b9560b7c84b2802003c873429b52a [diff] |
8177963: Parallel GC fails fast when per-thread task log overflows 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