RFR: 8290082: [PPC64] ZGC C2 load barrier stub needs to preserve vector registers [v3]

Richard Reingruber rrich at openjdk.org
Tue Jul 12 09:55:00 UTC 2022


On Tue, 12 Jul 2022 09:37:35 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Preserve volatile vector registers in ZGC C2 load barrier stub.
>
> Martin Doerr has refreshed the contents of this pull request, and previous commits have been removed. Incremental views are not available.

Thanks Martin, your changes looks good to me now.

The commenting in register_ppc.hpp could still be improved though. E.g. the comment refers to `v` and `vs` registers but the declared names are `VR` and `VSR`. Probably the declared names should be changed but that's nothing to be done in this pr.

Thanks, Richard.

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

Marked as reviewed by rrich (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9453


More information about the hotspot-compiler-dev mailing list