commit | dbc8581147bab8dd5aa15b75b84688e4395d6126 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Mon Feb 24 09:40:49 2014 +0100 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Mon Feb 24 09:40:49 2014 +0100 |
tree | cf9bce8a3346efbda0c3898abfe7056c48b0ac63 | |
parent | 6c588725c1921a3b99d05c269e5acddace9202d0 [diff] |
8035326: Assume non-NULL references in G1CollectedHeap::in_cset_fast_test Remove the assumption that G1CollectedHeap::in_cset_fast_test needs to check for NULL references. Most of the time this is not required, making the code doing this check multiple times. Reviewed-by: stefank, mgerdin, jmasa