roland [Sat, 30 Jul 2016 04:05:28 -0700] rev 40334
8161652: Crash with assert(ft == _type) failed in PhiNode::Value()
Summary: Use CastPP and CheckCastPP when NotNull and klass have to be casted on Phi with unique input.
Reviewed-by: kvn
coleenp [Wed, 03 Aug 2016 09:40:21 -0400] rev 40332
8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
Summary: Test condition in assert in frame::safe_for_sender() for entry frames and return false.
Reviewed-by: mgronlun, fparain