History log of /openjdk10/hotspot/src/share/vm/gc/shared/taskqueue.hpp
Revision Date Author Comments
# 13388:dfb4acef4a04 07-Aug-2017 zgu

8185884: NMT: taskqueues are miscategorized to mtClass
Summary: Corrected memory type for taskqueue, which should be mtGC instead of mtClass
Reviewed-by: coleenp, shade


# 11503:07109ac130cd 22-Jun-2016 tschatzl

8152438: Threads may do significant work out of the non-shared overflow buffer
Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full.
Reviewed-by: jmasa, ehelin, sjohanss


# 10571:8d5487c9746d 08-Mar-2016 stefank

8151436: Leaner ArrayAllocator and BitMaps
Reviewed-by: tschatzl, pliden, kbarrett


# 8777:dcf96943d49e 27-Jul-2015 kbarrett

8079082: VerifyNoCSetOopsClosure is derived twice from Closure
Summary: Change closure to a function object and update iteration
Reviewed-by: mgerdin, ecaspole


# 8450:72b225f8872c 22-May-2015 stefank

8080877: Don't use workers()->total_workers() when walking G1CollectedHeap::_task_queues
Reviewed-by: jmasa, drwhite


# 8413:92457dfb91bd 13-May-2015 pliden

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