RFR: 8253740: [PPC64] Minor interpreter cleanup [v2]

Lutz Schmidt lucy at openjdk.java.net
Fri Oct 9 13:13:12 UTC 2020


On Wed, 30 Sep 2020 10:19:42 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
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   call_VM usages: Remove some explicit /*check_exceptions=*/true parameters which match default value.

The change looks good to me.
Thank you for the cleanup work.

-------------

Marked as reviewed by lucy (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/385


More information about the hotspot-dev mailing list