commit | 78d48b8beee4bfc38e4c3caf43c25097697d427b | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Fri Apr 22 10:19:22 2016 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Fri Apr 22 10:19:22 2016 +0200 |
tree | 0f69c4022259fc4b3963d7e06014b169a8475e7f | |
parent | 7cd3700010226adc02bf0dad849ed9ff89460914 [diff] |
8154838: G1CardLiveData::free_large_bitmap() uses wrong calculation to determine the number of words Use the exact same calculation as G1CardLiveData::allocate_large_bitmap() in free_large_bitmap(). Reviewed-by: stefank, jmasa