thartmann [Thu, 24 Mar 2016 11:50:51 +0000] rev 36821
Merge
thartmann [Thu, 24 Mar 2016 12:19:50 +0100] rev 36820
8150821: Crash with assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
Summary: Use different constructor on SPARC to fully initialize frame.
Reviewed-by: kvn
psandoz [Thu, 24 Mar 2016 11:21:49 +0100] rev 36819
8149644: Integrate VarHandles
Reviewed-by: kvn, vlivanov
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