HotSpot C2 on Linux/x64
Compile::call_generator -(bail out)-> CallGenerator::for_virtual_call -> VirtualCallGenerator -> CallDynamicJavaNode
// Call Java Dynamic Instruction
// Note: If this code changes, the corresponding ret_addr_offset() and
// compute_padding() functions will have to be adjusted.
instruct CallDynamicJavaDirect(method meth)
%{