History log of /openjdk9/hotspot/src/share/vm/gc/shared/genCollectedHeap.hpp
Revision Date Author Comments
# 12136:1d70c7ca92cc 05-Oct-2016 sjohanss

8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
Reviewed-by: mgerdin, tschatzl, stefank


# 12135:062429f3c065 21-Oct-2015 jwilhelm

8166276: Refactor gen_process_roots to allow simpler fix for 8165949
Reviewed-by: mgerdin, stefank
Contributed-by: jesper.wilhelmsson@oracle.com, stefan.johansson@oracle.com


# 12036:8fcdd3cc8da0 20-Sep-2016 eosterlund

8033552: Fix missing missing volatile specifiers in CAS operations in GC code
Summary: Add missing volatile specifiers.
Reviewed-by: kbarrett, tschatzl


# 11915:3d026957cd98 30-Aug-2016 kbarrett

8156500: Move Reference pending list into VM to prevent deadlocks
Summary: Move reference pending list and locking into VM
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
Contributed-by: kim.barrett@oracle.com, per.liden@oracle.com


# 10643:767bc8e5cb19 17-Mar-2016 pliden

8151601: Cleanup locking of the Reference pending list
Reviewed-by: brutisso, stefank


# 10465:c4597dc5ff71 07-Mar-2016 cvarming

8150013: ParNew: Prune nmethods scavengable list.
Summary: Speed up ParNew collections by pruning the list of scavengable nmethods.
Reviewed-by: jmasa, tonyp, twisti


# 9727:f944761a3ce3 10-Dec-2015 brutisso

8145092: Use Unified Logging for the GC logging
Summary: JEP-271. VM changes contributed by brutisso, test changes contributed by david.
Reviewed-by: sjohanss, david, brutisso
Contributed-by: bengt.rutisson@oracle.com, david.lindholm@oralce.com


# 9421:9089740e9f30 03-Nov-2015 jwha

8141356: Explicitly stop CMS threads during VM termination.
Summary: GenCollectedHeap::stop() is not implemented which is supposed to stop CMS threads during VM termination.
Reviewed-by: jmasa, kbarrett
Contributed-by: jwha@google.com


# 9235:c8afe5c4e9c2 19-Oct-2015 jwilhelm

8139772: Cleanups in Generation related code
Reviewed-by: tbenson, mgerdin


# 9163:8c666050d769 14-Oct-2015 david

8139434: Unify GenRemSet and CardTableRS
Reviewed-by: jwilhelm, mgerdin


# 8973:abc9e76c520d 08-Sep-2015 kbarrett

8134797: Remove explicit casts in CollectorPolicy hierarchy
Summary: Removed the explicit casts.
Reviewed-by: jwilhelm, tschatzl, pliden


# 8952:1ca70c12a335 18-Aug-2015 jwilhelm

8134626: Misc cleanups after generation array removal
Reviewed-by: david, dholmes, tschatzl


# 8849:7243608383b7 29-Jun-2015 stefank

8087324: Use semaphores when starting and stopping GC task threads
Reviewed-by: jmasa, sjohanss


# 8848:90861a3150d0 29-Jun-2015 stefank

8087323: Unify and split the work gang classes
Reviewed-by: jmasa, sjohanss


# 8696:726a9b9243e0 13-Jul-2015 ecaspole

8129961: SIGSEGV when copying to survivor space
Summary: Remove "include_young" parameter from GenCollectedHeap::no_allocs_since_save_marks() since all existing uses pass true to always rescan young gen.
Reviewed-by: jmasa, kbarrett


# 8556:ee0c45f5e977 17-Jun-2015 jwilhelm

8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by: kbarrett, mgerdin


# 8443:3e9cfe1b6af3 21-May-2015 stefank

8080113: Remove CollectedHeap::set_par_threads()
Reviewed-by: jmasa, kbarrett


# 8441:01a3646d1237 21-May-2015 stefank

8080111: Remove SubTaskDone::_n_threads
Reviewed-by: jmasa, kbarrett


# 8440:68c4b4b4fc86 21-May-2015 stefank

8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Reviewed-by: jmasa, kbarrett


# 8413:92457dfb91bd 13-May-2015 pliden

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