thartmann [Thu, 04 Aug 2016 10:34:34 +0200] rev 40365
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
Summary: Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper().
Reviewed-by: kvn
thartmann [Thu, 04 Aug 2016 08:58:22 +0200] rev 40364
8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
Summary: Value of CICompilerCount should be range checked after ergo. Don't create C2 compiler threads with TieredStopAtLevel=1.
Reviewed-by: kvn
never [Wed, 03 Aug 2016 15:52:38 +0000] rev 40363
Merge
never [Tue, 02 Aug 2016 17:12:16 -0700] rev 40362
8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
Reviewed-by: kvn
kvn [Tue, 02 Aug 2016 19:46:29 -0700] rev 40361
8163018: Slow compiler tests in JPRT
Summary: fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test.
Reviewed-by: dholmes, dcubed
dcubed [Thu, 11 Aug 2016 21:35:09 +0200] rev 40360
Merge
lfoltan [Thu, 11 Aug 2016 16:13:05 +0000] rev 40359
Merge
lfoltan [Thu, 11 Aug 2016 11:41:11 -0400] rev 40358
8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
Summary: Correct the refcounting of ClassLoaderData::_keep_alive for anonymous classes.
Reviewed-by: acorn, coleenp, dholmes, jiangli