aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_implementation
AgeCommit message (Expand)Author
2014-07-318051973: Eager reclaim leaves marks of marked but reclaimed objects on the ne...tschatzl
2014-07-298050973: CMS/G1 GC: add missing Resource and Handle markmdoerr
2014-07-238027959: Early reclamation of large objects in G1tschatzl
2014-07-218048112: G1 Full GC needs to support the case when the very first region is n...tschatzl
2014-07-218048085: Aborting marking just before remark results in useless additional cl...tschatzl
2014-07-218049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_coll...tschatzl
2014-04-297132678: G1: verify that the marking bitmaps have no marks for objects over TAMSbrutisso
2014-08-068048269: Add flag to turn off class unloading after G1 concurrent markstefank
2014-07-118049831: Metadata Full GCs are not triggered when CMSClassUnloadingEnabled is...stefank
2014-07-098049426: Minor cleanups after G1 class unloadingehelin
2014-07-078049421: G1 Class Unloading after completing a concurrent mark cyclestefank
2014-06-268047818: G1 HeapRegions can no longer be ContiguousSpacesmgerdin
2014-06-268048214: Linker error when compiling G1SATBCardTableModRefBS after include or...mgerdin
2014-06-268047821: G1 Does not use the save_marks functionality as intendedmgerdin
2014-06-258047820: G1 Block offset table does not need to support generic Space classesmgerdin
2014-06-258047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOCmgerdin
2014-06-258047323: Remove unused _copy_metadata_obj_cl in G1CopyingKeepAliveClosurestefank
2014-06-248046670: Make CMS metadata aware closures applicable for other collectorsstefank
2014-03-128038405: Clean up some virtual fucntions in Space class hierarchymgerdin
2014-03-128038412: Move object_iterate_careful down from Space to ContigousSpace and CF...mgerdin
2014-03-128038404: Move object_iterate_mem from Space to CMS since it is only ever used...mgerdin
2014-03-068038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generati...mgerdin
2014-03-268037958: ConcurrentMark::cleanup leaks BitMaps if VerifyDuringGC is enabledmgerdin
2014-02-218035393: Use CLDClosure instead of CLDToOopClosure in frame::oops_interpreted_dostefank
2014-02-148034764: Use process_strong_roots to adjust the StringTablestefank
2014-02-138034761: Remove the do_code_roots parameter from process_strong_rootsstefank
2014-02-108033923: Use BufferingOopClosure for G1 code root scanningstefank
2014-02-108033764: Remove the usage of StarTask from BufferingOopClosurestefank
2014-01-148032379: Remove the is_scavenging flag to process_strong_rootsmgerdin
2014-07-218040977: G1 crashes when run with -XX:-G1DeferredRSUpdatetschatzl
2014-07-218035401: Fix visibility of G1ParScanThreadState memberstschatzl
2014-07-218035400: Move G1ParScanThreadState into its own filestschatzl
2014-07-218043722: Swapped usage of idx_t and bm_word_t types in parMarkBitMap.cpptschatzl
2014-07-218026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrongtschatzl
2014-07-218040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(cla...tschatzl
2014-07-218040002: Clean up code and code duplication in re-diryting cards for verifica...tschatzl
2014-07-218019342: G1: High "Other" time most likely due to card redirtyingtschatzl
2014-07-218028710: G1 does not retire allocation buffers after reference processing worktschatzl
2014-07-218039596: Remove HeapRegionRemSet::clear_incoming_entrytschatzl
2014-07-218037344: Use the "next" field to iterate over fine remembered instead of usin...tschatzl
2014-07-218027553: Change the in_cset_fast_test functionality to use the G1BiasedArray ...tschatzl
2014-04-168038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) f...tschatzl
2014-05-088042737: Introduce umbrella header prefetch.inline.hppgoetz
2014-04-298042195: Introduce umbrella header orderAccess.inline.hpp.goetz
2014-04-118039147: Cleanup SuspendibleThreadSetpliden
2014-06-238046231: G1: Code root location ... from nmethod ... not in strong code roots...pliden
2014-06-198043607: Add a GC id as a log decoration similar to PrintGCTimeStampsbrutisso
2014-06-138044796: G1: Enable G1CollectedHeap::stop()pliden
2014-06-118043239: G1: Missing post barrier in processing of j.l.ref.Reference objectsbrutisso
2014-05-208039042: G1: Phantom zeros in cardtablepliden