RFR: 8260502: [s390] NativeMovRegMem::verify() fails because it's too strict [v2]

Richard Reingruber rrich at openjdk.java.net
Thu Jan 28 10:43:40 UTC 2021


On Thu, 28 Jan 2021 10:28:01 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> "fatal error: this is not a `NativeMovRegMem' site" was observed while testing the debug build without CompressedOops.
>> NativeMovRegMem::verify() tries to verify instructions beyond the load_const at a place at which we don't have valid instructions. See bug for details.
>> I suggest to remove the wrong part of the verification.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fix comment for NativeMovRegMem

LGTM, Thanks.

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

Marked as reviewed by rrich (Reviewer).

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


More information about the hotspot-compiler-dev mailing list