commit | 080281179d361b19385904b364307fb3a1897d06 | [log] [tgz] |
---|---|---|
author | Antonios Printezis <tonyp@openjdk.org> | Wed Sep 21 13:36:37 2011 -0400 |
committer | Antonios Printezis <tonyp@openjdk.org> | Wed Sep 21 13:36:37 2011 -0400 |
tree | 78bc95281d1e2b52f686ff103be45804273d0541 | |
parent | 48906ae001651ed42371490cb5e33bd315a8c931 [diff] |
7091032: G1: assert failure when NewRatio is used The desired min / max heap sizes are miscalculated at initialization when NewRatio is used. The changeset also includes an additional small change to turn a print statement into a warning. Reviewed-by: johnc, jmasa, ysr, brutisso