--- old/src/hotspot/cpu/x86/templateTable_x86.cpp 2017-10-25 14:33:40.666775390 +0200 +++ new/src/hotspot/cpu/x86/templateTable_x86.cpp 2017-10-25 14:33:40.418767240 +0200 @@ -2343,7 +2343,7 @@ __ get_method(rax); __ movptr(rbcp, Address(rax, Method::const_offset())); __ lea(rbcp, Address(rbcp, rbx, Address::times_1, ConstMethod::codes_offset())); - __ dispatch_next(vtos); + __ dispatch_next(vtos, 0, true); } void TemplateTable::tableswitch() {