ehelin [Thu, 14 Nov 2013 21:05:16 +0100] rev 21571
Merge
sjohanss [Fri, 08 Nov 2013 17:46:53 +0100] rev 21570
8027960: Assertion assert(end >= start) failed during nightly testing on solaris
Summary: Needed to update _space_alignment in generation sizer to ensure correct sizing of spaces.
Reviewed-by: jmasa, tschatzl
mgerdin [Mon, 11 Nov 2013 16:20:48 +0100] rev 21569
Merge
jwilhelm [Mon, 11 Nov 2013 05:05:36 -0800] rev 21568
Merge
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
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
jmasa [Fri, 08 Nov 2013 06:14:21 -0800] rev 21565
8024483: assertion failure: (!mirror_alive || loader_alive) failed:
Reviewed-by: brutisso, tschatzl, mgerdin
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
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
amurillo [Sat, 02 Nov 2013 13:02:59 -0700] rev 21562
Merge