Tue, 23 Sep 2014 12:52:57 +0000 Merge
stefank [Tue, 23 Sep 2014 12:52:57 +0000] rev 26848
Merge
Tue, 23 Sep 2014 12:34:37 +0200 8027450: Improve time reporting in G1 remark
jprovino [Tue, 23 Sep 2014 12:34:37 +0200] rev 26847
8027450: Improve time reporting in G1 remark Reviewed-by: stefank, tschatzl
Tue, 23 Sep 2014 11:43:24 +0200 8058495: G1: normalize names for isHumongous() and friends
tonyp [Tue, 23 Sep 2014 11:43:24 +0200] rev 26846
8058495: G1: normalize names for isHumongous() and friends Reviewed-by: tschatzl, brutisso
Thu, 11 Sep 2014 17:13:30 -0700 8058235: identify GCs initiated to update allocation context stats
jcoomes [Thu, 11 Sep 2014 17:13:30 -0700] rev 26845
8058235: identify GCs initiated to update allocation context stats Reviewed-by: mikael, sjohanss
Mon, 08 Sep 2014 15:24:10 +0200 8057752: WhiteBox extension support for testing
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
Wed, 10 Sep 2014 16:06:53 -0700 8057827: notify an obj when allocation context stats are available
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
Wed, 10 Sep 2014 13:01:13 -0700 8057824: methods to copy allocation context statistics
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26842
8057824: methods to copy allocation context statistics Reviewed-by: mikael, jmasa, tschatzl
Wed, 10 Sep 2014 13:01:13 -0700 8057818: collect allocation context statistics at gc pauses
jcoomes [Wed, 10 Sep 2014 13:01:13 -0700] rev 26841
8057818: collect allocation context statistics at gc pauses Reviewed-by: mikael, jmasa
Tue, 09 Sep 2014 04:48:41 +0200 8057710: Refactor G1 heap region default sizes
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
Tue, 09 Sep 2014 00:05:25 +0200 8057658: Enable G1 FullGC extensions
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
Fri, 05 Sep 2014 12:36:37 -0700 8057623: add an extension class for argument handling
jcoomes [Fri, 05 Sep 2014 12:36:37 -0700] rev 26838
8057623: add an extension class for argument handling Reviewed-by: brutisso, mgerdin, tschatzl
Fri, 05 Sep 2014 09:49:19 +0200 8057536: Refactor G1 to allow context specific allocations
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
Thu, 04 Sep 2014 16:53:27 -0700 8057531: refactor gc argument processing code slightly
jcoomes [Thu, 04 Sep 2014 16:53:27 -0700] rev 26836
8057531: refactor gc argument processing code slightly Reviewed-by: mgerdin, tschatzl, jmasa
Thu, 04 Sep 2014 09:37:41 -0700 8054970: gc src file exclusion should exclude alternative sources
jcoomes [Thu, 04 Sep 2014 09:37:41 -0700] rev 26835
8054970: gc src file exclusion should exclude alternative sources Reviewed-by: ehelin, stefank
Thu, 04 Sep 2014 11:21:08 +0200 8057535: add a thread extension class
sla [Thu, 04 Sep 2014 11:21:08 +0200] rev 26834
8057535: add a thread extension class Reviewed-by: mgerdin, bdelsart, jcoomes
Mon, 22 Sep 2014 16:22:21 +0200 Merge
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26833
Merge
Fri, 19 Sep 2014 12:11:08 +0000 Merge
brutisso [Fri, 19 Sep 2014 12:11:08 +0000] rev 26832
Merge
Thu, 18 Sep 2014 11:04:00 +0200 8035729: Code using assert(is_oop_or_null) needs better error messages
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
Thu, 18 Sep 2014 11:27:59 +0200 8053998: Hot card cache flush chunk size too coarse grained
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
Thu, 18 Sep 2014 12:45:45 +0200 8055091: CollectedHeap::_reserved usage should be cleaned up
mlarsson [Thu, 18 Sep 2014 12:45:45 +0200] rev 26829
8055091: CollectedHeap::_reserved usage should be cleaned up Summary: Added an initialization function for _reserved. Reviewed-by: mgerdin, jwilhelm
Fri, 19 Sep 2014 11:51:06 +0200 Merge
jwilhelm [Fri, 19 Sep 2014 11:51:06 +0200] rev 26828
Merge
Fri, 19 Sep 2014 09:23:55 +0200 8058534: Remove HeapRegion::_orig_end
jprovino [Fri, 19 Sep 2014 09:23:55 +0200] rev 26827
8058534: Remove HeapRegion::_orig_end Summary: Also reviewed by kim.barrett@oracle.com Reviewed-by: tonyp, brutisso, tschatzl
Fri, 05 Sep 2014 00:28:43 +0200 8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile
jwilhelm [Fri, 05 Sep 2014 00:28:43 +0200] rev 26826
8056056: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile Summary: Remove unnecessary inclusion of HS_ALT_MAKE from solaris Makefile Reviewed-by: erikj, dholmes
Fri, 22 Aug 2014 13:24:04 +0200 8055744: 8u-dev nightly solaris builds failed on 08/20
jwilhelm [Fri, 22 Aug 2014 13:24:04 +0200] rev 26825
8055744: 8u-dev nightly solaris builds failed on 08/20 Summary: Fixed makefiles on solaris to allow build with extra symbols. Reviewed-by: dcubed, erikj
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip