History log of /openjdk10/hotspot/src/share/vm/gc/g1/g1OopClosures.cpp
Revision Date Author Comments
# 13214:20d2ef97f175 28-Jun-2017 ehelin

8183124: Remove OopsInHeapRegionClosure
Reviewed-by: sjohanss, tschatzl


# 13196:ddabaeb7d186 28-Jun-2017 tschatzl

8175554: Improve G1UpdateRSOrPushRefClosure
Summary: Micro-optimizations and improving naming for the G1UpdateRSOrPushRefClosure
Reviewed-by: ehelin, sangheki


# 9733:416f83a07c39 11-Dec-2015 sjohanss

8144505: Change G1ParCopyHelper to inherit OopClosure
Reviewed-by: mgerdin, stefank


# 9175:01b171218ecd 15-Oct-2015 kbarrett

8139200: Eliminate G1ParClosureSuper::_worker_id
Summary: Moved _worker_id from G1ParClosureSuper to G1ParCopyHelper.
Reviewed-by: mgerdin, tschatzl


# 9164:5f32f22ba25e 14-Oct-2015 mgerdin

8138762: Refactor setup of evacuation closures in G1
Summary: Introduce policy class containing the root scan closures.
Reviewed-by: ehelin, stefank


# 9056:dc9930a04ab0 29-Sep-2015 david

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


# 8869:ad916ca3715b 20-Aug-2015 tschatzl

8040162: Avoid reallocating PLABs between GC phases in G1
Summary: Allocate G1ParScanThreadState at the start of GC and only deallocate at the end of GC. This automatically keeps the current PLAB intact without flushing it (and loosing lots of memory) for every reallocation.
Reviewed-by: david, mgerdin


# 8814:471d334c8706 06-Aug-2015 tschatzl

8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Reviewed-by: jmasa, jwilhelm


# 8528:01d947f8d411 05-Jun-2015 david

8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
Reviewed-by: drwhite, stefank


# 8448:2752e41d4828 22-May-2015 stefank

8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Reviewed-by: kbarrett, mgerdin


# 8413:92457dfb91bd 13-May-2015 pliden

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