History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1EvacFailure.cpp
Revision Date Author Comments
# 11583:3d722900f4a8 06-Jul-2016 tschatzl

8159978: Use an array to store the collection set regions instead of linking through regions
Summary: Fix a potential problem with memory visibility in the sampling thread in the collection set by changing the way we store the collection set.
Reviewed-by: ehelin, jmasa


# 11027:838d51807bf3 26-Apr-2016 tonyp

8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
Reviewed-by: tschatzl


# 10934:b4982d6f20e6 18-Apr-2016 tschatzl

8153503: Move remset scan iteration claim to remset local data structure
Reviewed-by: drwhite, mgerdin


# 10818:883cb1b6b204 06-Apr-2016 tschatzl

8077144: Concurrent mark initialization takes too long
Summary: Remove per-marking thread liveness bitmaps and recreate liveness bitmap concurrently after the cleanup pause.
Reviewed-by: mgerdin, ehelin, kbarrett


# 10204:4fa762a8efa2 05-Feb-2016 ehelin

8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
Reviewed-by: tschatzl, mgerdin


# 10112:cf4b692a28d7 26-Jan-2016 david

8147814: Move verification code out of g1collectedheap
Reviewed-by: jwilhelm, tschatzl


# 9632:223b7d23c41c 29-Nov-2015 ehelin

8144040: UpdateRSetDeferred in G1EvacFailure will never visit survivor regions
Reviewed-by: tschatzl, mgerdin


# 9599:f93887075504 26-Nov-2015 ehelin

8142404: Parallelize the restoring of preserved marks
Reviewed-by: mgerdin, tschatzl


# 9056:dc9930a04ab0 29-Sep-2015 david

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


# 8677:9690cc21ec74 07-Jul-2015 tschatzl

8129558: Coalesce dead objects during removal of self-forwarded pointers
Summary: To improve performance of self-forwarding fixup during evacuation failure, coalesce the work done for dead objects.
Reviewed-by: mgerdin, tbenson, tonyp


# 8544:46850a050b8b 12-Jun-2015 jiangli

8042668: GC Support for shared heap ranges in CDS
Summary: Added "Archive Region" support to the G1 GC
Reviewed-by: tschatzl, brutisso
Contributed-by: tom.benson@oracle.com


# 8529:23cc50392e04 05-Jun-2015 drwhite

7097567: G1: abstract and encapsulate collector phases and transitions between them
Reviewed-by: mgerdin, tschatzl


# 8413:92457dfb91bd 13-May-2015 pliden

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