commit | 2684c3a4312b537d225cb8e1a100e9fc13f7788f | [log] [tgz] |
---|---|---|
author | Antonios Printezis <tonyp@openjdk.org> | Fri Oct 02 16:20:42 2009 -0400 |
committer | Antonios Printezis <tonyp@openjdk.org> | Fri Oct 02 16:20:42 2009 -0400 |
tree | bdd3dec033cf841f0cd694dced85ebc3f1a56f77 | |
parent | 99a529bb86bd62cfbff6ca937e0490a0179d3746 [diff] |
6882730: G1: parallel heap verification messes up region dump It tidies up the G1 heap verification a bit. In particular, when the verification is done in parallel and there is a failure, this is propagated to the top level and the heap is dumped at the end, not by every thread that encounters a failure. Reviewed-by: johnc, jmasa