commit | 8ce7c46ec7f908b51799761c6c6523deaba1f4de | [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 | c3d18cede9a1cb9a9130e01019ab94233572405a | |
parent | ba54cfdf885c20f98058dbcbccd74d46ee081ece [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