commit | a966e1fecc2c459fa2ba0e146cd5faa3aa624f23 | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Mon Oct 17 09:57:41 2011 -0700 |
committer | John Cuthbertson <johnc@openjdk.org> | Mon Oct 17 09:57:41 2011 -0700 |
tree | 971f5dc9862b261da67dc5ded9d1bf0f7345f22f | |
parent | e1639370c2bd52486e4f9230e27e952e780bac0b [diff] |
7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs Add a new, separate, pointer to the base of the array of discovered reference lists and use this new pointer in places where we iterate over the entire array. Reviewed-by: ysr, brutisso