jcm [Tue, 05 Apr 2016 01:46:40 -0700] rev 37289
8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
Summary: Made invoker LambdaForm instance & its compiled form lifetime tightly coupled.
Reviewed-by: vlivanov
thartmann [Tue, 05 Apr 2016 07:19:44 +0200] rev 37288
8074553: Crash with assert(!is_unloaded()) failed: should not call follow on unloaded nmethod
Summary: Sweeper thread needs to override nmethods_do() to prevent G1 from unloading _scanned_nmethod.
Reviewed-by: kvn, mgerdin
zmajo [Mon, 04 Apr 2016 12:52:11 +0200] rev 37287
8072422: Cleanup: Remove some unused flags/code in loop optimizations
Summary: Remove unused flags, change test using them.
Reviewed-by: kvn, twisti
never [Sun, 03 Apr 2016 21:44:54 -0700] rev 37286
8153315: [JVMCI] evol_method dependencies failures should return dependencies_failed
Reviewed-by: iveresov
dpochepk [Fri, 01 Apr 2016 16:56:49 +0300] rev 37285
8138798: improve tests for HotSpotVMEventListener::notifyInstall
Reviewed-by: twisti
dpochepk [Fri, 01 Apr 2016 16:31:08 +0300] rev 37284
8151828: Jittester: array creation node handled inproperly in source code visitor for non-int numerical arrays
Reviewed-by: iignatyev