History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1FromCardCache.cpp
Revision Date Author Comments
# 10742:7e2f9d1f8ec1 01-Apr-2016 tschatzl

8148099: Improve memory access to FromCardCache during GC
Summary: Transpose the FromCardCache data array so the access during GC is linear instead of element-by-element with stride.
Reviewed-by: mgerdin, brutisso


# 9876:1c59cf8c8b5b 22-Dec-2015 tschatzl

8145672: Remove dependency of G1FromCardCache to HeapRegionRemSet
Summary: Move HeapRegionRemSet::num_par_rem_sets() to G1RemSet, and document it.
Reviewed-by: mgerdin, jmasa


# 9866:e55a12654b8a 20-Dec-2015 tschatzl

8145671: Rename FromCardCache to G1FromCardCache
Reviewed-by: jmasa, mgerdin


# 9865:a8f8a794a896 20-Dec-2015 tschatzl

8145667: Move FromCardCache into separate files
Reviewed-by: mgerdin, stefank