hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
Thu, 02 Apr 2015 10:24:24 +0200 |
stefank |
8076457: Fix includes of inline.hpp in GC code
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 11:21:21 +0100 |
stefank |
8075803: Fix GC includes and forward declarations
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 14:09:36 +0100 |
david |
8073463: G1 does not mangle freed heap regions
|
file |
diff |
annotate
|
Wed, 17 Dec 2014 18:09:24 +0100 |
drwhite |
8061611: Remove deprecated command line flags
|
file |
diff |
annotate
|
Wed, 26 Nov 2014 10:51:52 +0100 |
mgerdin |
8065218: Move CMS-specific fields from Space to CompactibleFreeListSpace
|
file |
diff |
annotate
|
Thu, 30 Oct 2014 12:45:22 +0100 |
mlarsson |
8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 09:57:00 -0800 |
jmasa |
8026303: CMS: JVM intermittently crashes with "FreeList of size 258 violates Conservation Principle" assert
|
file |
diff |
annotate
|
Thu, 26 Jun 2014 13:30:43 -0700 |
jcoomes |
8034246: remove CMS and ParNew adaptive size policy code
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 15:25:35 +0100 |
mgerdin |
8038405: Clean up some virtual fucntions in Space class hierarchy
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 17:13:48 +0100 |
mgerdin |
8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 15:22:45 +0100 |
mgerdin |
8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
|
file |
diff |
annotate
|
Thu, 06 Mar 2014 09:08:18 +0100 |
mgerdin |
8038399: Remove dead oop_iterate MemRegion variants from SharedHeap, Generation and Space classes
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 14:47:23 +0100 |
jwilhelm |
8025856: Fix typos in the GC code
|
file |
diff |
annotate
|
Tue, 24 Dec 2013 11:48:39 -0800 |
mikael |
8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
|
file |
diff |
annotate
|
Wed, 03 Jul 2013 17:26:59 -0400 |
jiangli |
7133260: AllocationProfiler uses space in metadata and doesn't seem to do anything useful.
|
file |
diff |
annotate
|
Thu, 03 Jan 2013 15:03:27 -0800 |
jmasa |
8004895: NPG: JMapPermCore test failure caused by warnings about missing field
|
file |
diff |
annotate
|
Tue, 18 Sep 2012 23:35:42 -0700 |
jmasa |
7045397: NPG: Add freelists to class loader arenas.
|
file |
diff |
annotate
|
Sat, 01 Sep 2012 13:25:18 -0400 |
coleenp |
6964458: Reimplement class meta-data storage to use native memory
|
file |
diff |
annotate
|
Thu, 28 Jun 2012 17:03:16 -0400 |
zgu |
6995781: Native Memory Tracking (Phase 1)
|
file |
diff |
annotate
|
Wed, 25 Apr 2012 09:55:55 -0700 |
jmasa |
7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
|
file |
diff |
annotate
|
Thu, 29 Mar 2012 19:46:24 -0700 |
jmasa |
7131629: Generalize the CMS free list code
|
file |
diff |
annotate
|
Mon, 16 Apr 2012 08:57:18 +0200 |
brutisso |
4988100: oop_verify_old_oop appears to be dead
|
file |
diff |
annotate
|
Wed, 14 Dec 2011 13:34:57 -0800 |
jmasa |
7121618: Change type of number of GC workers to unsigned int.
|
file |
diff |
annotate
|
Wed, 14 Dec 2011 12:15:26 +0100 |
stefank |
7121373: Clean up CollectedHeap::is_in
|
file |
diff |
annotate
|
Wed, 26 Oct 2011 21:07:52 -0700 |
ysr |
7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
|
file |
diff |
annotate
|
Tue, 25 Oct 2011 20:15:41 -0700 |
ysr |
7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
|
file |
diff |
annotate
|
Mon, 23 May 2011 16:42:14 -0700 |
ysr |
7042740: CMS: assert(n> q) failed: Looping at: ... blockOffsetTable.cpp:557
|
file |
diff |
annotate
|
Tue, 23 Nov 2010 13:22:55 -0800 |
stefank |
6989984: Use standard include model for Hospot
|
file |
diff |
annotate
|
Mon, 16 Aug 2010 15:58:42 -0700 |
ysr |
6948538: CMS: BOT walkers can fall into object allocation and initialization cracks
|
file |
diff |
annotate
|
Wed, 02 Jun 2010 22:45:42 -0700 |
jrose |
Merge
|
file |
diff |
annotate
|
Thu, 27 May 2010 19:08:38 -0700 |
trims |
6941466: Oracle rebranding changes for Hotspot repositories
|
file |
diff |
annotate
|
Thu, 27 May 2010 18:01:56 -0700 |
kvn |
6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
|
file |
diff |
annotate
|
Mon, 10 May 2010 12:31:52 -0700 |
ysr |
6951188: CMS: move PromotionInfo into its own file
|
file |
diff |
annotate
|
Wed, 23 Dec 2009 09:23:54 -0800 |
ysr |
6631166: CMS: better heuristics when combatting fragmentation
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 13:28:46 -0700 |
xdono |
6814575: Update copyright year
|
file |
diff |
annotate
|
Tue, 06 Jan 2009 07:05:05 -0800 |
jmasa |
6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 23:36:31 -0400 |
tonyp |
Merge
|
file |
diff |
annotate
|
Thu, 05 Jun 2008 15:57:56 -0700 |
ysr |
6711316: Open source the Garbage-First garbage collector
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 12:55:16 -0700 |
xdono |
6719955: Update copyright year
|
file |
diff |
annotate
|
Sun, 13 Apr 2008 17:43:42 -0400 |
coleenp |
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
|
file |
diff |
annotate
|
Fri, 29 Feb 2008 14:42:56 -0800 |
ysr |
6668743: CMS: Consolidate block statistics reporting code
|
file |
diff |
annotate
|
Sat, 01 Dec 2007 00:00:00 +0000 |
duke |
Initial load
|
file |
diff |
annotate
|