log src/share/vm/memory/referenceProcessor.hpp @ 20804:7848fc12602b

age author description
Tue, 07 Apr 2015 14:58:49 +0200 Gilles Duboscq Merge with jdk8u40-b25
Thu, 23 Oct 2014 12:02:08 -0700 asaha Merge
Fri, 26 Sep 2014 17:48:10 -0400 jmasa 8047125: (ref) More phantom object references
Thu, 19 Jun 2014 13:31:14 +0200 brutisso 8043607: Add a GC id as a log decoration similar to PrintGCTimeStamps
Wed, 15 Oct 2014 16:02:50 +0200 Gilles Duboscq Merge with jdk8u20-b26
Wed, 11 Jun 2014 10:46:47 +0200 brutisso 8043239: G1: Missing post barrier in processing of j.l.ref.Reference objects
Thu, 06 Feb 2014 14:12:43 +0100 pliden 8031703: Missing post-barrier in ReferenceProcessor
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 11 Mar 2014 18:45:59 -0700 twisti Merged with jdk9/dev/hotspot changeset 3812c088b945
Thu, 06 Feb 2014 14:12:43 +0100 pliden 8031703: Missing post-barrier in ReferenceProcessor
Thu, 23 Jan 2014 14:47:23 +0100 jwilhelm 8025856: Fix typos in the GC code
Fri, 10 Jan 2014 09:53:53 +0100 pliden 8029255: G1: Reference processing should not enqueue references on the shared SATB queue
Fri, 02 Aug 2013 13:31:31 +0200 Christos Kotselidis Remove forced addition of Graal's oop during weak root processing (creates race condition)
Wed, 19 Jun 2013 10:45:56 +0200 Doug Simon Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
Mon, 10 Jun 2013 11:30:51 +0200 sla 8005849: JEP 167: Event-Based JVM Tracing
Tue, 11 Jun 2013 19:59:52 +0200 Christos Kotselidis Force GC to process graal_installed_code references during marking (GRAAL-257)
Sat, 01 Sep 2012 13:25:18 -0400 coleenp 6964458: Reimplement class meta-data storage to use native memory
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Wed, 14 Dec 2011 13:34:57 -0800 jmasa 7121618: Change type of number of GC workers to unsigned int.
Mon, 17 Oct 2011 09:57:41 -0700 johnc 7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
Wed, 12 Oct 2011 10:25:51 -0700 johnc 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
Thu, 22 Sep 2011 10:57:37 -0700 johnc 6484982: G1: process references during evacuation pauses
Wed, 07 Sep 2011 13:55:42 -0700 ysr 4965777: GC changes to support use of discovered field for pending references
Thu, 01 Sep 2011 16:18:17 +0200 stefank 7085906: Replace the permgen allocated sentinelRef with a self-looped end
Thu, 17 Mar 2011 10:32:46 -0700 ysr 6668573: CMS: reference processing crash if ParallelCMSThreads > ParallelGCThreads
Thu, 09 Dec 2010 09:22:57 -0800 ysr 7005259: CMS: BubbleUpRef asserts referent(obj)->is_oop() failed: Enqueued a bad referent
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Fri, 08 Oct 2010 09:29:09 -0700 jcoomes Merge
Mon, 20 Sep 2010 14:38:38 -0700 jmasa 6984287: Regularize how GC parallel workers are specified.
Thu, 09 Sep 2010 05:24:11 -0700 twisti 6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall