Tue, 26 Aug 2014 09:36:53 +0200 |
tschatzl |
8054819: Rename HeapRegionSeq to HeapRegionManager
|
file |
diff |
annotate
|
Mon, 18 Aug 2014 16:10:44 +0200 |
tschatzl |
8054818: Refactor HeapRegionSeq to manage heap region and auxiliary data
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 10:12:40 +0200 |
stefank |
8049421: G1 Class Unloading after completing a concurrent mark cycle
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 12:37:11 +0200 |
stefank |
8049420: Backout 8048248 to correct attribution
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 10:12:40 +0200 |
stefank |
8048248: G1 Class Unloading after completing a concurrent mark cycle
|
file |
diff |
annotate
|
Thu, 26 Jun 2014 11:36:58 +0200 |
mgerdin |
8047818: G1 HeapRegions can no longer be ContiguousSpaces
|
file |
diff |
annotate
|
Thu, 26 Jun 2014 10:00:00 +0200 |
mgerdin |
8047821: G1 Does not use the save_marks functionality as intended
|
file |
diff |
annotate
|
Wed, 25 Jun 2014 16:53:13 +0200 |
mgerdin |
8047820: G1 Block offset table does not need to support generic Space classes
|
file |
diff |
annotate
|
Wed, 25 Jun 2014 10:55:10 +0200 |
mgerdin |
8047819: G1 HeapRegionDCTOC does not need to inherit ContiguousSpaceDCTOC
|
file |
diff |
annotate
|
Fri, 09 May 2014 16:50:54 -0400 |
drchase |
8037816: Fix for 8036122 breaks build with Xcode5/clang
|
file |
diff |
annotate
|
Fri, 28 Feb 2014 15:27:09 +0100 |
jwilhelm |
8036025: Sort the freelist in order to shrink the heap
|
file |
diff |
annotate
|
Mon, 17 Mar 2014 10:13:18 +0100 |
tschatzl |
8027295: Free CSet takes ~50% of young pause time
|
file |
diff |
annotate
|
Wed, 11 Sep 2013 16:25:02 +0200 |
tschatzl |
8010722: assert: failed: heap size is too big for compressed oops
|
file |
diff |
annotate
|
Fri, 30 Aug 2013 07:31:47 +0200 |
brutisso |
8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size
|
file |
diff |
annotate
|
Thu, 15 Aug 2013 10:52:18 +0200 |
johnc |
7145569: G1: optimize nmethods scanning
|
file |
diff |
annotate
|
Wed, 23 Jan 2013 13:02:39 -0500 |
jprovino |
8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
|
file |
diff |
annotate
|
Wed, 19 Sep 2012 08:48:10 -0700 |
johnc |
7016955: G1: remove the is_zeroed parameter from the HeapRegion constructor
|
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, 19 Jul 2012 15:15:54 -0700 |
tonyp |
7114678: G1: various small fixes, code cleanup, and refactoring
|
file |
diff |
annotate
|
Wed, 25 Apr 2012 10:23:12 -0700 |
johnc |
7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
|
file |
diff |
annotate
|
Wed, 18 Apr 2012 13:39:55 -0400 |
tonyp |
7145441: G1: collection set chooser-related cleanup
|
file |
diff |
annotate
|
Wed, 18 Apr 2012 07:21:15 -0400 |
tonyp |
7157073: G1: type change size_t -> uint for region counts / indexes
|
file |
diff |
annotate
|
Mon, 16 Apr 2012 08:57:18 +0200 |
brutisso |
4988100: oop_verify_old_oop appears to be dead
|
file |
diff |
annotate
|
Thu, 05 Apr 2012 13:57:23 -0400 |
tonyp |
7127697: G1: remove dead code after recent concurrent mark changes
|
file |
diff |
annotate
|
Wed, 15 Feb 2012 13:06:53 -0500 |
tonyp |
7132029: G1: mixed GC phase lasts for longer than it should
|
file |
diff |
annotate
|
Thu, 12 Jan 2012 00:06:47 -0800 |
johnc |
6484965: G1: piggy-back liveness accounting phase on marking
|
file |
diff |
annotate
|
Tue, 10 Jan 2012 18:58:13 -0500 |
tonyp |
6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
|
file |
diff |
annotate
|
Fri, 23 Dec 2011 11:14:18 -0800 |
johnc |
7121496: G1: do the per-region evacuation failure handling work in parallel
|
file |
diff |
annotate
|
Thu, 17 Nov 2011 12:40:15 -0800 |
johnc |
7112743: G1: Reduce overhead of marking closure during evacuation pauses
|
file |
diff |
annotate
|
Fri, 18 Nov 2011 12:27:10 -0800 |
johnc |
7111795: G1: Various cleanups identified during walk through of changes for 6484965
|
file |
diff |
annotate
|
Sun, 23 Oct 2011 23:06:06 -0700 |
johnc |
7096030: G1: PrintGCDetails enhancements
|
file |
diff |
annotate
|
Thu, 20 Oct 2011 10:21:35 +0200 |
brutisso |
7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
|
file |
diff |
annotate
|
Wed, 05 Oct 2011 08:44:10 -0700 |
johnc |
7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
|
file |
diff |
annotate
|
Fri, 23 Sep 2011 16:07:49 -0400 |
tonyp |
7075646: G1: fix inconsistencies in the monitoring data
|
file |
diff |
annotate
|
Thu, 22 Sep 2011 10:57:37 -0700 |
johnc |
6484982: G1: process references during evacuation pauses
|
file |
diff |
annotate
|
Fri, 12 Aug 2011 11:31:06 -0400 |
tonyp |
7039627: G1: avoid BOT updates for survivor allocations and dirty survivor regions incrementally
|
file |
diff |
annotate
|
Tue, 14 Jun 2011 11:01:10 -0700 |
johnc |
7004681: G1: Extend marking verification to Full GCs
|
file |
diff |
annotate
|
Fri, 10 Jun 2011 13:16:40 -0400 |
tonyp |
7045330: G1: Simplify/fix the HeapRegionSeq class
|
file |
diff |
annotate
|
Fri, 29 Apr 2011 14:59:04 -0400 |
tonyp |
7035144: G1: nightly failure: Non-dirty cards in region that should be dirty (failures still exist...)
|
file |
diff |
annotate
|
Mon, 04 Apr 2011 14:23:17 -0400 |
tonyp |
7027766: G1: introduce flag to dump the liveness information per region at the end of marking
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 10:26:59 -0400 |
tonyp |
7023069: G1: Introduce symmetric locking in the slow allocation path
|
file |
diff |
annotate
|
Fri, 04 Mar 2011 17:13:19 -0500 |
tonyp |
7014923: G1: code cleanup
|
file |
diff |
annotate
|
Wed, 19 Jan 2011 19:30:42 -0500 |
tonyp |
6977804: G1: remove the zero-filling thread
|
file |
diff |
annotate
|
Wed, 12 Jan 2011 16:34:25 -0500 |
tonyp |
6994297: G1: do first-level slow-path allocations with a CAS
|
file |
diff |
annotate
|
Wed, 12 Jan 2011 13:06:00 -0500 |
tonyp |
7007068: G1: refine the BOT during evac failure handling
|
file |
diff |
annotate
|
Tue, 23 Nov 2010 13:22:55 -0800 |
stefank |
6989984: Use standard include model for Hospot
|
file |
diff |
annotate
|
Sat, 16 Oct 2010 17:12:19 -0400 |
tonyp |
6991377: G1: race between concurrent refinement and humongous object allocation
|
file |
diff |
annotate
|
Mon, 19 Jul 2010 11:06:34 -0700 |
johnc |
6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307
|
file |
diff |
annotate
|
Thu, 27 May 2010 19:08:38 -0700 |
trims |
6941466: Oracle rebranding changes for Hotspot repositories
|
file |
diff |
annotate
|
Thu, 22 Apr 2010 10:02:38 -0700 |
johnc |
6819061: G1: eliminate serial Other times that are proportional to the collection set length
|
file |
diff |
annotate
|
Mon, 05 Oct 2009 12:05:48 -0400 |
tonyp |
6847956: G1: crash in oopDesc*G1ParCopyHelper::copy_to_survivor_space(oopDesc*)
|
file |
diff |
annotate
|
Fri, 02 Oct 2009 16:20:42 -0400 |
tonyp |
6882730: G1: parallel heap verification messes up region dump
|
file |
diff |
annotate
|
Thu, 30 Jul 2009 16:22:58 -0400 |
tonyp |
6819085: G1: use larger and/or user settable region size
|
file |
diff |
annotate
|
Fri, 12 Jun 2009 16:20:16 -0400 |
tonyp |
6850846: G1: extend G1 marking verification
|
file |
diff |
annotate
|
Tue, 19 May 2009 04:05:31 -0700 |
apetrusenko |
6819065: G1: eliminate high serial card table clearing time
|
file |
diff |
annotate
|
Wed, 25 Mar 2009 13:10:54 -0700 |
apetrusenko |
6543938: G1: remove the concept of popularity
|
file |
diff |
annotate
|
Thu, 12 Mar 2009 18:16:36 -0700 |
trims |
Merge
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 13:28:46 -0700 |
xdono |
6814575: Update copyright year
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 00:47:05 -0700 |
apetrusenko |
6760309: G1: update remembered sets during Full GCs
|
file |
diff |
annotate
|
Tue, 10 Feb 2009 18:39:09 +0300 |
apetrusenko |
6700941: G1: allocation spec missing for some G1 classes
|
file |
diff |
annotate
|