commit | 0fa4e17deccfe20da1e8ee610d0bfaa3edd85ff4 | [log] [tgz] |
---|---|---|
author | Antonios Printezis <tonyp@openjdk.org> | Tue Feb 14 08:21:08 2012 -0500 |
committer | Antonios Printezis <tonyp@openjdk.org> | Tue Feb 14 08:21:08 2012 -0500 |
tree | 820f5c2f7cc88388d7aeb04ca42189892ae2cf87 | |
parent | 7f830a2c48b4364bf9261b83f3b128dd1f5597e6 [diff] |
7129892: G1: explicit marking cycle initiation might fail to initiate a marking cycle If we try to schedule an initial-mark GC in order to explicit start a conc mark cycle and it gets pre-empted by antoher GC, we should retry the attempt as long as it's appropriate for the GC cause. Reviewed-by: brutisso, johnc