commit | 1de50427de2efb3f4ded12cc3dd85cab99a403aa | [log] [tgz] |
---|---|---|
author | Antonios Printezis <tonyp@openjdk.org> | Wed Dec 21 07:53:53 2011 -0500 |
committer | Antonios Printezis <tonyp@openjdk.org> | Wed Dec 21 07:53:53 2011 -0500 |
tree | ecb97449951a3dbd04f24d904dd6d141dc612760 | |
parent | 49878e46f3bc18c34f1b4594b8e54845d4a6df72 [diff] |
7119027: G1: use atomics to update RS length / predict time of inc CSet Make sure that the updates to the RS length and inc CSet predicted time are updated in an MT-safe way. Reviewed-by: brutisso, iveresov