hotspot/src/share/vm/gc/cms/parNewGeneration.cpp
Wed, 23 Aug 2017 14:52:55 -0400 coleenp 8160399: is_oop_or_null involves undefined behavior
Thu, 10 Aug 2017 18:09:19 -0700 sangheki 8173335: Improve logging for j.l.ref.reference processing
Fri, 21 Jul 2017 09:50:12 +0200 stuefe 8181917: Refactor UL LogStreams to avoid using resource area
Wed, 21 Oct 2015 15:18:30 +0200 jwilhelm 8166276: Refactor gen_process_roots to allow simpler fix for 8165949
Mon, 19 Sep 2016 13:12:26 -0400 kbarrett 8166229: Eliminate ParNew's use of klass_or_null()
Wed, 07 Sep 2016 09:20:10 +0200 tschatzl 8165292: The gc+task logging is repeated a lot, decreasing the usefulness of -Xlog:gc*=info
Sun, 21 Aug 2016 20:56:37 -0400 dholmes 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
Wed, 08 Jun 2016 14:11:51 -0700 jmasa 8159073: : Error handling incomplete when creating GC threads lazily
Thu, 05 May 2016 08:51:27 -0700 tonyp 8155257: ParNew/CMS: Clean up promoted object tracking
Tue, 12 Apr 2016 14:17:42 -0400 bharadwaj Merge
Mon, 04 Apr 2016 09:15:15 +0200 stefank 8152632: Rename LogHandle(...) to Log(...)
Wed, 16 Mar 2016 14:47:55 -0700 jmasa 8060463: ParNew: SurvivorAlignmentInBytes greater then YoungPLABSize cause assert(obj != NULL || plab->words_remaining() < word_sz) failed: Else should have been able to allocate
Fri, 18 Mar 2016 08:59:07 +0100 stefank 8152100: Rework and unify the GC phase logging
Wed, 06 Apr 2016 18:51:03 +0300 fzhinkin 8149374: Replace C1-specific collection classes with universal collection classes
Wed, 02 Mar 2016 15:57:48 +0100 tschatzl 8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
Tue, 23 Feb 2016 10:44:05 +0100 tonyp 8146989: Introduce per-worker preserved mark stacks in ParNew
Mon, 01 Feb 2016 22:11:16 +0100 pliden 8147918: Rename develop_log_is_enabled() to log_develop_is_enabled()
Mon, 18 Jan 2016 10:25:41 +0100 goetz 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
Thu, 14 Jan 2016 13:26:19 +0100 david 8146690: Make all classes in GC follow the naming convention.
Thu, 10 Dec 2015 14:57:55 +0100 brutisso 8145092: Use Unified Logging for the GC logging
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Wed, 04 Nov 2015 17:36:29 +0100 tschatzl 8141134: Remove unnecessary pragma warning(disable:4355) from GC code
Wed, 11 Nov 2015 16:32:17 -1000 twisti 8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
Thu, 08 Oct 2015 12:47:17 +0200 ehelin 8139134: Wrong tenuring threshold in young GC trace event
Wed, 30 Sep 2015 09:07:21 +0200 brutisso 8134953: Make the GC ID available in a central place
Tue, 18 Aug 2015 21:32:21 +0200 jwilhelm 8134626: Misc cleanups after generation array removal
Thu, 20 Aug 2015 15:17:43 +0200 tschatzl 8067339: PLAB reallocation might result in failure to allocate object in that recently allocated PLAB
Wed, 19 Aug 2015 13:50:50 +0200 tschatzl 8133470: Uses of Atomic methods in plab.hpp should be moved to .inline.hpp file
Mon, 29 Jun 2015 11:09:39 +0200 stefank 8087323: Unify and split the work gang classes
Mon, 13 Jul 2015 11:49:23 -0400 ecaspole 8129961: SIGSEGV when copying to survivor space
Tue, 07 Jul 2015 06:37:10 -0700 sangheki 8079555: REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
Wed, 17 Jun 2015 14:44:54 +0200 jwilhelm 8077842: Remove the level parameter passed around in GenCollectedHeap
Fri, 05 Jun 2015 09:50:09 +0200 david 8081382: Make flags ParallelGCThreads and ConcGCThreads of type uint
Tue, 26 May 2015 10:06:03 +0200 stefank 8081007: Remove redundant active worker variables and calls in ParNewGeneration::collect
Mon, 25 May 2015 11:41:34 +0200 stefank 8080879: Remove FlexibleWorkGang::set_for_termination
Fri, 22 May 2015 10:58:16 +0200 stefank 8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads
Thu, 21 May 2015 09:35:59 +0200 stefank 8080113: Remove CollectedHeap::set_par_threads()
Thu, 21 May 2015 09:23:46 +0200 stefank 8080111: Remove SubTaskDone::_n_threads
Thu, 21 May 2015 09:23:00 +0200 stefank 8080110: Remove usage of CollectedHeap::n_par_threads() from root processing
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
less more (0) tip