dlong [Mon, 23 Oct 2017 21:49:48 -0700] rev 47692
8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod
Reviewed-by: kvn
jcm [Tue, 24 Oct 2017 14:53:03 +0000] rev 47691
Merge
jcm [Tue, 24 Oct 2017 06:06:56 -0700] rev 47690
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
Summary: skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
coleenp [Tue, 24 Oct 2017 08:29:00 -0400] rev 47689
8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions
Summary: Fix call to InstanceKlass::cast to only be after verifying class is non-null.
Reviewed-by: dholmes, sspitsyn
simonis [Mon, 04 Sep 2017 19:50:01 +0200] rev 47688
8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn, coleenp
rkennke [Sun, 15 Oct 2017 22:54:03 +0200] rev 47687
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
roland [Wed, 18 Oct 2017 16:06:39 +0200] rev 47686
8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
Reviewed-by: kvn