commit | befe056b42cae6ae1068e50403f5b663b00aeb60 | [log] [tgz] |
---|---|---|
author | Jon Masamitsu <jmasa@openjdk.org> | Wed Aug 20 23:05:04 2008 -0700 |
committer | Jon Masamitsu <jmasa@openjdk.org> | Wed Aug 20 23:05:04 2008 -0700 |
tree | be9c5ae930daeb24e81bcd4d1c6840be76c43001 | |
parent | 6804a4e8ef68108e29b56d5f4326e7149d5172cd [diff] |
6728478: Assertion at parallel promotion from young to old generation The fix avoids a call to address_for_index() in this particular situation where it is not known if the passed index is in bounds. Reviewed-by: tonyp