commit | 6fd20e7c4a1b70015624eab170cbdfdf894fe446 | [log] [tgz] |
---|---|---|
author | Stefan Johansson <sjohanss@openjdk.org> | Mon Jan 20 12:56:18 2014 +0100 |
committer | Stefan Johansson <sjohanss@openjdk.org> | Mon Jan 20 12:56:18 2014 +0100 |
tree | f4ef8f2b6dce38616a4e6207d5fa8ae64113eb4f | |
parent | 7263cfcbb658aa8f8f40fa1f166e87a7b826eec0 [diff] |
8020277: Young GC could be extremely slow due to assertion in ObjectStartArray::object_starts_in_range 8009462: Young GC's (ParNewGC and SerialGC) have unexpected variances Removed the assertion slowing down GC. Reviewed-by: stefank, mgerdin