Fri, 03 Oct 2014 11:07:09 -0700 Added tag jdk9-b33 for changeset f9efcf2457e3
lana [Fri, 03 Oct 2014 11:07:09 -0700] rev 26857
Added tag jdk9-b33 for changeset f9efcf2457e3
Wed, 05 Jul 2017 20:02:59 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:59 +0200] rev 26856
Merge
Fri, 03 Oct 2014 12:11:14 -0700 Merge
lana [Fri, 03 Oct 2014 12:11:14 -0700] rev 26855
Merge
Fri, 26 Sep 2014 01:40:31 -0700 Merge
amurillo [Fri, 26 Sep 2014 01:40:31 -0700] rev 26854
Merge
Fri, 26 Sep 2014 06:07:48 +0000 Merge
jwilhelm [Fri, 26 Sep 2014 06:07:48 +0000] rev 26853
Merge
Mon, 22 Sep 2014 16:22:21 +0200 Merge
jwilhelm [Mon, 22 Sep 2014 16:22:21 +0200] rev 26852
Merge
Thu, 25 Sep 2014 10:01:53 +0200 8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals
mgerdin [Thu, 25 Sep 2014 10:01:53 +0200] rev 26851
8055141: Catch linker errors earlier in the JVM build by not allowing unresolved externals Reviewed-by: erikj, ehelin, dholmes
Wed, 24 Sep 2014 11:00:12 +0200 8036116: Fix thread-id types in G1 remembered set implementations
brutisso [Wed, 24 Sep 2014 11:00:12 +0200] rev 26850
8036116: Fix thread-id types in G1 remembered set implementations Reviewed-by: stefank, jprovino, brutisso Contributed-by: sangheon.kim@oracle.com
Tue, 23 Sep 2014 14:18:55 +0200 Merge
sla [Tue, 23 Sep 2014 14:18:55 +0200] rev 26849
Merge
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip