RFR: 8253740: [PPC64] Minor interpreter cleanup
Coleen Phillimore
coleenp at openjdk.java.net
Tue Sep 29 00:05:28 UTC 2020
On Mon, 28 Sep 2020 20:11:05 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> 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.
> https://bugs.openjdk.java.net/browse/JDK-8253740
This looks good but I also noticed that ppc and s390 pass an extra parameter to InterpreterRuntime::monitorenter() also.
-------------
PR: https://git.openjdk.java.net/jdk/pull/385
More information about the hotspot-dev
mailing list