RFR: 8294729: [s390] Implement nmethod entry barriers
Martin Doerr
mdoerr at openjdk.org
Wed Oct 26 20:52:15 UTC 2022
On Tue, 4 Oct 2022 14:27:09 GMT, Tyler Steele <tsteele at openjdk.org> wrote:
> This draft PR implements native method barriers on s390. When complete, this will fix the build, and bring the other benefits of [JDK-8290025](https://bugs.openjdk.org/browse/JDK-8290025) to that platform.
LGTM. You may want to fix the comment, too. Please wait for the 2nd review before pushing.
src/hotspot/cpu/s390/stubGenerator_s390.cpp line 2888:
> 2886:
> 2887: // Check return val of vm call
> 2888: // if (return val != 0)
Comment should also get updated.
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10558
More information about the hotspot-dev
mailing list