jmasa [Thu, 10 Jul 2014 13:39:18 -0700] rev 25493
Merge
stefank [Mon, 07 Jul 2014 10:12:40 +0200] rev 25492
8049421: G1 Class Unloading after completing a concurrent mark cycle
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov
Contributed-by: stefan.karlsson@oracle.com, mikael.gerdin@oracle.com
stefank [Mon, 07 Jul 2014 12:37:11 +0200] rev 25491
8049420: Backout 8048248 to correct attribution
Reviewed-by: ehelin, brutisso
stefank [Mon, 07 Jul 2014 10:12:40 +0200] rev 25490
8048248: G1 Class Unloading after completing a concurrent mark cycle
Reviewed-by: tschatzl, ehelin, brutisso, coleenp, roland, iveresov
stefank [Mon, 07 Jul 2014 10:18:33 +0200] rev 25489
8049411: Minimal VM build broken after gcId.cpp was added
Reviewed-by: brutisso, ehelin, tschatzl, dholmes
jmasa [Wed, 02 Jul 2014 17:24:18 -0700] rev 25488
Merge
ehelin [Wed, 02 Jul 2014 11:13:58 +0200] rev 25487
Merge
stefank [Tue, 01 Jul 2014 09:03:55 +0200] rev 25486
8047362: Add a version of CompiledIC_at that doesn't create a new RelocIterator
Reviewed-by: iveresov, mgerdin
jcoomes [Thu, 26 Jun 2014 13:30:43 -0700] rev 25485
8034246: remove CMS and ParNew adaptive size policy code
Reviewed-by: tschatzl, jwilhelm, mgerdin
tschatzl [Thu, 26 Jun 2014 16:01:07 +0200] rev 25484
8040977: G1 crashes when run with -XX:-G1DeferredRSUpdate
Summary: When G1 is run with -XX:-G1DeferredRSUpdate, the VM crashes because of wrong initialization order of member variables. The change makes the initalization explicit, not relying on initialization order any more.
Reviewed-by: brutisso, mgerdin