hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
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
Thu, 26 Jun 2014 13:30:43 -0700 jcoomes 8034246: remove CMS and ParNew adaptive size policy code
Tue, 24 Jun 2014 16:20:15 +0200 stefank 8046670: Make CMS metadata aware closures applicable for other collectors
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
Fri, 02 May 2014 02:11:34 +0200 jwilhelm 8042298: Remove the names gen0 and gen1 from the GC code
Tue, 03 Jun 2014 10:44:36 +0200 brutisso 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
Thu, 15 May 2014 18:23:26 -0400 coleenp 8038212: Method::is_valid_method() check has performance regression impact for stackwalking
Mon, 12 May 2014 09:47:57 -0400 coleenp Merge
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Thu, 08 May 2014 18:22:22 -0700 jmasa Merge
Tue, 29 Apr 2014 15:17:27 +0200 goetz 8042195: Introduce umbrella header orderAccess.inline.hpp.
Tue, 29 Apr 2014 22:57:19 +0200 jwilhelm 8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
Wed, 07 May 2014 14:16:45 -0500 gziemski 8038654: Separate SymbolTable and StringTable code
Wed, 23 Apr 2014 12:37:36 +0200 brutisso 8038265: CMS: enable time based triggering of concurrent cycles
Wed, 09 Apr 2014 13:54:32 +0200 stefank 8039743: Use correct format specifier to print size_t values and pointers in the GC code
Thu, 06 Mar 2014 09:08:18 +0100 mgerdin 8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
Tue, 18 Mar 2014 09:03:28 +0100 ehelin 8036703: Add trace event with statistics for the metaspace chunk free lists
Thu, 13 Feb 2014 17:44:39 +0100 stefank 8034761: Remove the do_code_roots parameter from process_strong_roots
Tue, 10 Dec 2013 15:11:02 +0100 jwilhelm 8026849: Fix typos in the GC code, part 2
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
Fri, 08 Nov 2013 06:14:21 -0800 jmasa 8024483: assertion failure: (!mirror_alive || loader_alive) failed:
Wed, 16 Oct 2013 15:14:37 -0700 jmasa 8024954: CMS: CMSClassUnloadingMaxInterval is not implemented correctly. This change is also part of the fix for 8024483.
Thu, 26 Sep 2013 10:25:02 -0400 hseigel 7195622: CheckUnhandledOops has limited usefulness now
Mon, 12 Aug 2013 17:37:02 +0200 ehelin 8015107: NPG: Use consistent naming for metaspace concepts
Fri, 16 Aug 2013 06:12:46 -0700 jmasa 8022817: CMS should not shrink if compaction was not done
Wed, 14 Aug 2013 19:52:16 -0700 jmasa 8021809: Partitioning based on eden sampling during allocation not reset correctly
Fri, 31 May 2013 14:32:44 +0200 stefank 8022880: False sharing between PSPromotionManager instances
Thu, 25 Jul 2013 11:07:23 -0700 jmasa 6412968: CMS Long initial mark pauses
Tue, 23 Jul 2013 09:49:11 -0700 jmasa 6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses
Wed, 03 Jul 2013 17:26:59 -0400 jiangli 7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful.
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Wed, 22 May 2013 08:04:58 +0200 brutisso 8014971: Minor code cleanup of the freelist management
Wed, 15 May 2013 11:05:09 +0200 tschatzl 6843347: Boundary values in some public GC options cause crashes
Wed, 08 May 2013 17:12:52 -0700 jmasa 8013184: CMS: Call reset_after_compaction() only if a compaction has been done
Wed, 08 May 2013 16:28:03 -0700 jmasa 8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456
Fri, 26 Apr 2013 10:40:36 +0200 stefank 8013160: NPG: Remove unnecessary mark stack draining after CodeCache::do_unloading
Wed, 24 Apr 2013 20:13:37 +0200 stefank 8013132: Add a flag to turn off the output of the verbose verification code
Mon, 22 Apr 2013 22:00:03 -0700 jmasa 8012111: Remove warning about CMS generation shrinking.
Fri, 12 Apr 2013 15:53:30 -0700 drchase 7104565: trim jprt build targets
Wed, 10 Apr 2013 14:26:49 +0200 stefank 8011872: Include Bit Map addresses in the hs_err files
Mon, 11 Feb 2013 10:31:56 -0800 jmasa 8008508: CMS does not correctly reduce heap size after a Full GC
Thu, 14 Mar 2013 10:54:44 +0100 mgerdin 8005602: NPG: classunloading does not happen while CMS GC with -XX:+CMSClassUnloadingEnabled is used
Tue, 12 Mar 2013 15:10:39 +0100 tschatzl 8008684: CMS: concurrent phase start markers should always be printed
Mon, 11 Mar 2013 12:56:00 +0000 kevinw 8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
Thu, 07 Feb 2013 15:51:25 +0100 jwilhelm 8006432: Ratio flags should be unsigned
Mon, 21 Jan 2013 16:11:24 -0500 acorn Merge
Fri, 04 Jan 2013 17:04:46 -0800 jmasa 8005672: Clean up some changes to GC logging with GCCause's
Thu, 17 Jan 2013 10:25:16 -0500 hseigel 7102489: RFE: cleanup jlong typedef on __APPLE__and _LLP64 systems.
Tue, 18 Sep 2012 23:35:42 -0700 jmasa 7045397: NPG: Add freelists to class loader arenas.
Wed, 17 Oct 2012 13:59:57 -0700 jmasa Merge
Tue, 09 Oct 2012 10:11:38 +0200 roland 7054512: Compress class pointers after perm gen removal
Mon, 15 Oct 2012 10:02:42 -0700 johnc 8000831: Heap verification output incorrect/incomplete
Tue, 25 Sep 2012 14:58:12 +0200 brutisso 7200470: KeepAliveClosure not needed in CodeCache::do_unloading
Wed, 19 Sep 2012 15:48:02 -0700 johnc 7193946: Move warnings associated with UseMemSetInBOT flag
Mon, 17 Sep 2012 10:33:13 +0200 brutisso 7198130: G1: PrintReferenceGC output comes out of order
less more (0) -100 -60 tip