Mon, 11 Nov 2013 13:50:10 +0100 8028093: Initial young size is smaller than minimum young size
jwilhelm [Mon, 11 Nov 2013 13:50:10 +0100] rev 21567
8028093: Initial young size is smaller than minimum young size Summary: Remove min_gen1_size argument from adjust_gen0_sizes() Reviewed-by: tschatzl, brutisso
Sun, 10 Nov 2013 00:07:29 +0100 8027911: Assertion in the collector policy when running gc/arguments/TestMaxNewSize.java
jwilhelm [Sun, 10 Nov 2013 00:07:29 +0100] rev 21566
8027911: Assertion in the collector policy when running gc/arguments/TestMaxNewSize.java Summary: Update NewSize when _initial_gen0_size is changed Reviewed-by: tschatzl, brutisso
Fri, 08 Nov 2013 06:14:21 -0800 8024483: assertion failure: (!mirror_alive || loader_alive) failed:
jmasa [Fri, 08 Nov 2013 06:14:21 -0800] rev 21565
8024483: assertion failure: (!mirror_alive || loader_alive) failed: Reviewed-by: brutisso, tschatzl, mgerdin
Wed, 16 Oct 2013 15:14:37 -0700 8024954: CMS: CMSClassUnloadingMaxInterval is not implemented correctly. This change is also part of the fix for 8024483.
jmasa [Wed, 16 Oct 2013 15:14:37 -0700] rev 21564
8024954: CMS: CMSClassUnloadingMaxInterval is not implemented correctly. This change is also part of the fix for 8024483. Reviewed-by: mgerdin, brutisso, tschatzl Contributed-by: jwha@google.com
Thu, 07 Nov 2013 15:17:10 +0100 8027756: assert(!hr->isHumongous()) failed: code root in humongous region?
tschatzl [Thu, 07 Nov 2013 15:17:10 +0100] rev 21563
8027756: assert(!hr->isHumongous()) failed: code root in humongous region? Summary: Change checks for isHumongous() to continuesHumongous() as installing a code root for a humongous object is valid, but not for continuations of humongous objects. Cleaned up asserts. Reviewed-by: jmasa, tamao
Sat, 02 Nov 2013 13:02:59 -0700 Merge
amurillo [Sat, 02 Nov 2013 13:02:59 -0700] rev 21562
Merge
Fri, 01 Nov 2013 17:09:38 +0100 8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking
jwilhelm [Fri, 01 Nov 2013 17:09:38 +0100] rev 21561
8016309: assert(eden_size > 0 && survivor_size > 0) failed: just checking 7057939: jmap shows MaxNewSize=4GB when Java is using parallel collector Summary: Major cleanup of the collectorpolicy classes Reviewed-by: tschatzl, jcoomes
Mon, 21 Oct 2013 18:56:20 +0200 8026853: Prepare GC code for collector policy regression fix
jwilhelm [Mon, 21 Oct 2013 18:56:20 +0200] rev 21560
8026853: Prepare GC code for collector policy regression fix Summary: Cleanup related to the NewSize and MaxNewSize bugs Reviewed-by: tschatzl, jcoomes, ehelin
Mon, 21 Oct 2013 18:52:13 +0200 8026852: Use restricted_align_down in collector policy code
jwilhelm [Mon, 21 Oct 2013 18:52:13 +0200] rev 21559
8026852: Use restricted_align_down in collector policy code Summary: Moved restricted_align_down to globalDefinitions and renamed it align_size_down_bounded Reviewed-by: stefank, mgerdin, tschatzl
Mon, 21 Oct 2013 18:51:37 +0200 8026851: Remove unnecessary code in GenRemSet
jwilhelm [Mon, 21 Oct 2013 18:51:37 +0200] rev 21558
8026851: Remove unnecessary code in GenRemSet Summary: Removed the GenRemSet::rem_set_name() since we only have one remset. Reviewed-by: stefank, mgerdin, tschatzl
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip