hotspot/src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
Tue, 28 Apr 2015 23:37:11 +0200 jwilhelm Merge
Tue, 28 Apr 2015 12:02:50 -0700 sangheki 8073204: Determining the desired PLAB size adjusts to the the number of threads at the wrong place
Tue, 28 Apr 2015 12:17:56 +0000 stefank Merge
Wed, 22 Apr 2015 17:05:00 +0200 tschatzl 8071462: Remove G1ParGCAllocator::alloc_buffer_waste
Mon, 27 Apr 2015 09:51:06 +0200 stefank 8076177: Remove usage of stack.inline.hpp functions from taskqueue.hpp
Wed, 15 Apr 2015 11:42:20 -0400 jprovino 8074546: Rename and clean up the ParGCAllocBuffer class
Tue, 21 Apr 2015 10:29:35 -0400 kbarrett 8078193: BACKOUT: Rename and clean up the ParGCAllocBuffer class
Wed, 15 Apr 2015 11:42:20 -0400 jprovino 8074545: Rename and clean up the ParGCAllocBuffer class
Thu, 02 Apr 2015 10:24:24 +0200 stefank 8076457: Fix includes of inline.hpp in GC code
Mon, 13 Apr 2015 15:47:48 +0200 pliden 8077413: Avoid use of Universe::heap() inside collectors
Thu, 02 Apr 2015 16:37:29 +0200 jwilhelm 8076267: Remove n_gens()
Thu, 02 Apr 2015 16:07:27 +0200 brutisso 8076289: Move the StrongRootsScope out of SharedHeap
Fri, 27 Mar 2015 15:27:14 +0100 david 8076072: parNew: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Thu, 26 Mar 2015 11:28:19 +0100 stefank 8075957: Reduce calls to the GC specific object visitors in oopDesc
Mon, 01 Dec 2014 15:24:56 +0100 mgerdin 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
Wed, 18 Mar 2015 10:51:00 +0100 stefank 8075416: Cleanup GC include dependencies in memoryPool.hpp
Tue, 17 Mar 2015 15:53:55 +0100 stefank 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
Tue, 17 Mar 2015 13:23:49 +0100 stefank 8075242: Remove SpecializationStats
Thu, 05 Mar 2015 23:47:26 +0100 jwilhelm 8057632: Remove auxiliary code used to handle the generations array
Tue, 03 Mar 2015 12:38:42 +0100 tschatzl 8073466: Remove buffer retaining functionality and clean up in ParGCAllocBuffer
Wed, 11 Feb 2015 14:47:21 +0100 mlarsson 8066566: Refactor ParNewGeneration to contain ParNewTracer
Fri, 16 Jan 2015 09:40:13 +0100 brutisso 8061259: ParNew promotion failed is serialized on a lock
Thu, 04 Dec 2014 10:40:19 +0100 jwilhelm Merge
Mon, 01 Dec 2014 14:37:25 +0100 brutisso 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
Fri, 28 Nov 2014 08:20:52 +0100 brutisso 8066133: Fix missing reivew changes for JDK-8065972
Wed, 26 Nov 2014 21:38:25 -0800 sangheki 8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Tue, 21 Oct 2014 11:57:22 +0200 mlarsson 6979279: remove special-case code for ParallelGCThreads==0
Tue, 14 Oct 2014 20:58:43 +0200 jwilhelm 8027428: Different conditions for printing taskqueue statistics for parallel gc, parNew and G1
Fri, 01 Aug 2014 15:40:12 -0700 jmasa 8031323: Optionally align objects copied to survivor spaces
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Mon, 07 Jul 2014 12:37:11 +0200 stefank 8049420: Backout 8048248 to correct attribution
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8048248: G1 Class Unloading after completing a concurrent mark cycle
Wed, 04 Jun 2014 11:56:44 +0200 goetz 8044775: Improve usage of umbrella header atomic.inline.hpp.
Thu, 19 Jun 2014 13:31:14 +0200 brutisso 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Tue, 03 Jun 2014 10:44:36 +0200 brutisso 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Thu, 13 Feb 2014 17:44:39 +0100 stefank 8034761: Remove the do_code_roots parameter from process_strong_roots
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Tue, 14 Jan 2014 16:40:33 +0100 mgerdin 8032379: Remove the is_scavenging flag to process_strong_roots
Sat, 23 Nov 2013 12:25:13 +0100 mgronlun 8028128: Add a type safe alternative for working with counter based data
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Wed, 14 Aug 2013 09:02:32 +0200 brutisso 8022800: Use specific generations rather than generation iteration
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Mon, 14 Jan 2013 21:30:45 +0100 brutisso 8005972: ParNew should not update the tenuring threshold when promotion failed has occurred
Sun, 30 Dec 2012 08:47:52 +0100 brutisso 8005396: Use ParNew with only one thread instead of DefNew as default for CMS on single CPU machines
Thu, 04 Oct 2012 10:04:13 -0700 johnc 8000311: G1: ParallelGCThreads==0 broken
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Mon, 06 Aug 2012 12:20:14 -0700 johnc 6818524: G1: use ergonomic resizing of PLABs
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Tue, 15 May 2012 10:25:06 +0200 brutisso 7166894: Add gc cause to GC logging for all collectors
Wed, 18 Jan 2012 09:50:16 -0800 johnc 7129514: time warp warnings after 7117303
Wed, 14 Dec 2011 13:34:57 -0800 jmasa 7121618: Change type of number of GC workers to unsigned int.
Tue, 09 Aug 2011 10:16:01 -0700 jmasa 6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Thu, 17 Mar 2011 10:32:46 -0700 ysr 6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads
Fri, 17 Dec 2010 23:41:31 -0800 ysr 6807801: CMS: could save/restore fewer header words during scavenge
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Sat, 23 Oct 2010 23:03:49 -0700 ysr 6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Tue, 28 Sep 2010 15:56:15 -0700 jcoomes 6423256: GC stacks should use a better data structure
less more (0) -60 tip