jcoomes [Thu, 11 Sep 2014 17:13:30 -0700] rev 26845
8058235: identify GCs initiated to update allocation context stats
Reviewed-by: mikael, sjohanss
sjohanss [Mon, 08 Sep 2014 15:24:10 +0200] rev 26844
8057752: WhiteBox extension support for testing
Summary: Refactored parts of whitebox.cpp to enable registration of whitebox methods defined outside this file.
Reviewed-by: mikael, ctornqvi, jmasa
jcoomes [Wed, 10 Sep 2014 16:06:53 -0700] rev 26843
8057827: notify an obj when allocation context stats are available
Reviewed-by: mikael, jmasa, tschatzl
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26842
8057824: methods to copy allocation context statistics
Reviewed-by: mikael, jmasa, tschatzl
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26841
8057818: collect allocation context statistics at gc pauses
Reviewed-by: mikael, jmasa
sjohanss [Tue, 09 Sep 2014 04:48:41 +0200] rev 26840
8057710: Refactor G1 heap region default sizes
Summary: Refactored the defines to instead be static const in a HeapRegionBounds class.
Reviewed-by: mgerdin, tschatzl
sjohanss [Tue, 09 Sep 2014 00:05:25 +0200] rev 26839
8057658: Enable G1 FullGC extensions
Summary: Refactored the G1 FullGC code to enable it to be extended.
Reviewed-by: mgerdin, brutisso
jcoomes [Fri, 05 Sep 2014 12:36:37 -0700] rev 26838
8057623: add an extension class for argument handling
Reviewed-by: brutisso, mgerdin, tschatzl
sjohanss [Fri, 05 Sep 2014 09:49:19 +0200] rev 26837
8057536: Refactor G1 to allow context specific allocations
Summary: Splitting out a g1 allocator class to simply specialized allocators which can associate each allocation with a given context.
Reviewed-by: mgerdin, brutisso
jcoomes [Thu, 04 Sep 2014 16:53:27 -0700] rev 26836
8057531: refactor gc argument processing code slightly
Reviewed-by: mgerdin, tschatzl, jmasa
jcoomes [Thu, 04 Sep 2014 09:37:41 -0700] rev 26835
8054970: gc src file exclusion should exclude alternative sources
Reviewed-by: ehelin, stefank
sla [Thu, 04 Sep 2014 11:21:08 +0200] rev 26834
8057535: add a thread extension class
Reviewed-by: mgerdin, bdelsart, jcoomes
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26833
Merge
brutisso [Fri, 19 Sep 2014 12:11:08 +0000] rev 26832
Merge
mlarsson [Thu, 18 Sep 2014 11:04:00 +0200] rev 26831
8035729: Code using assert(is_oop_or_null) needs better error messages
Summary: Modified error messages to include the oops
Reviewed-by: stefank, tschatzl
mlarsson [Thu, 18 Sep 2014 11:27:59 +0200] rev 26830
8053998: Hot card cache flush chunk size too coarse grained
Summary: Changed the chunk size to a smaller fixed number.
Reviewed-by: tschatzl, mgerdin