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

Martin Doerr mdoerr at openjdk.java.net
Thu Jan 28 11:42:38 UTC 2021


On Wed, 27 Jan 2021 12:13:27 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.

This pull request has now been integrated.

Changeset: 87522573
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/87522573
Stats:     28 lines in 2 files changed: 0 ins; 27 del; 1 mod

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

Reviewed-by: lucy, rrich

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

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


More information about the hotspot-compiler-dev mailing list