log src/share/vm/memory/genMarkSweep.cpp @ 22909:38d6febe66af

age author description
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, 22 Jul 2015 08:56:03 -0700 twisti Rename JVMCI to INCLUDE_JVMCI.
Tue, 21 Jul 2015 15:00:07 -0700 Tom Rodriguez Enable derived oop processing by the GC with JVMCI
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Mon, 07 Jul 2014 10:12:40 +0200 stefank 8049421: G1 Class Unloading after completing a concurrent mark cycle
Fri, 14 Feb 2014 09:29:56 +0100 stefank 8034764: Use process_strong_roots to adjust the StringTable
Thu, 13 Feb 2014 17:44:39 +0100 stefank 8034761: Remove the do_code_roots parameter from process_strong_roots
Tue, 14 Jan 2014 16:40:33 +0100 mgerdin 8032379: Remove the is_scavenging flag to process_strong_roots
Thu, 19 Jun 2014 13:31:14 +0200 brutisso 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Fri, 14 Feb 2014 09:29:56 +0100 stefank 8034764: Use process_strong_roots to adjust the StringTable
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
Thu, 15 Aug 2013 10:05:50 +0200 brutisso 8023021: Unnecessary clearing of the card table introduced by the fix for JDK-8023013