History log of /openjdk10/hotspot/src/share/vm/gc/parallel/parMarkBitMap.hpp
Revision Date Author Comments
# 13126:853247754844 26-May-2017 tschatzl

8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp
Reviewed-by: ehelin, coleenp, dholmes


# 13026:7842fd7eaf41 23-Apr-2017 kbarrett

8179181: Cleanup BitMap search API
Summary: Remove _inline suffixes and remove duplicate wrappers.
Reviewed-by: dholmes, coleenp


# 11123:6784b64bacf0 03-May-2016 stefank

8141501: Problems with BitMap buffer management
Reviewed-by: pliden, kbarrett


# 10138:6d650a9f831d 28-Jan-2016 tschatzl

8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
Summary: A large part of time in the parallel scavenge collector is spent finding out the amount of live words within memory ranges to find out where to move an object to. Try to incrementally calculate this value.
Reviewed-by: tschatzl, mgerdin, jmasa
Contributed-by: ray alex <sky1young@gmail.com>


# 9056:dc9930a04ab0 29-Sep-2015 david

8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden


# 8413:92457dfb91bd 13-May-2015 pliden

8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david