thartmann [Thu, 24 Mar 2016 09:09:52 +0100] rev 36818
8136458: Remove "marked for reclamation" nmethod state
Summary: Removed "marked for reclamation" nmethod state because only sweeper sets nmethods to zombie.
Reviewed-by: kvn, neliasso
mdoerr [Wed, 23 Mar 2016 15:35:38 -0700] rev 36817
8151818: C1: LIRGenerator::move_to_phi can't deal with illegal phi
Reviewed-by: iveresov, kvn
thartmann [Wed, 30 Mar 2016 08:04:59 +0200] rev 36816
8152861: VM crash on assert: locked methods shouldn't be flushed
Summary: Check if nmethod is locked by JVMTI before flushing.
Reviewed-by: kvn
thartmann [Wed, 30 Mar 2016 08:00:51 +0200] rev 36815
8152947: VM crash with assert(!removed || is_in_use()) failed: unused osr nmethod should be invalidated
Summary: Check OSR invalidation after nmethod state transition.
Reviewed-by: ddmitriev, vlivanov
amurillo [Thu, 24 Mar 2016 15:53:19 -0700] rev 36814
Merge
zmajo [Thu, 24 Mar 2016 11:44:12 +0100] rev 36813
8152640: Quarantine compiler/intrinsics/string/TestHasNegatives.java
Summary: Quarantine test
Reviewed-by: thartmann
zmajo [Wed, 23 Mar 2016 15:01:42 +0100] rev 36812
Merge
neliasso [Fri, 18 Mar 2016 15:54:47 +0100] rev 36811
8152169: LockCompilationTest.java fails due method present in the compiler queue
Summary: Too many compiles waiting, wait time not enough
Reviewed-by: twisti
zmajo [Mon, 21 Mar 2016 11:21:07 +0100] rev 36810
Merge
zmajo [Mon, 21 Mar 2016 09:51:20 +0100] rev 36809
8148754: C2 loop unrolling fails due to unexpected graph shape
Summary: Check if graph shape is appropriate for optimization, bail out optimization if not.
Reviewed-by: kvn, twisti, shade, dnsimon