thartmann [Thu, 03 Jul 2014 08:46:44 +0200] rev 25495
8022968: Some codecache allocation failures don't result in invoking the sweeper
Summary: Add calls to CompileBroker::handle_full_code_cache() or fail gracefully whenever allocation in the code cache fails.
Reviewed-by: iveresov, vlivanov
roland [Wed, 02 Jul 2014 22:54:18 +0200] rev 25494
8046542: [I.finalize() calls from methods compiled by C1 do not cause IllegalAccessError on Sparc
Summary: call to Object.finalize() sometimes allowed by compilers on array type
Reviewed-by: iveresov, vlivanov
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