commit | afa28ca6b63112251b5f029dc1545b732c68f0b3 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Mon Jul 21 09:59:46 2014 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Mon Jul 21 09:59:46 2014 +0200 |
tree | 8806521bc26410b9ac0c1b6946d1af45c389adaa | |
parent | acf1a7dd1735eb9473bfd87df6b96da869e404c6 [diff] |
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap. Reviewed-by: brutisso