Description
Template interpreter on PPC64 can be cleaned up after JDK-8253540:
unlock_object has a parameter check_for_exceptions which is now unused.
In addition to that, restore_interpreter_state is redundant after
call_VM(R4_ARG2, CAST_FROM_FN_PTR(address, InterpreterRuntime::member_name_arg_or_null) because it's already included in call_VM.
unlock_object has a parameter check_for_exceptions which is now unused.
In addition to that, restore_interpreter_state is redundant after
call_VM(R4_ARG2, CAST_FROM_FN_PTR(address, InterpreterRuntime::member_name_arg_or_null) because it's already included in call_VM.