Integrated: 8325326: [PPC64] Don't relocate in case of allocation failure

Martin Doerr mdoerr at openjdk.org
Fri Feb 16 16:02:01 UTC 2024


On Wed, 7 Feb 2024 09:41:29 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> `relocate` should be called after the result of `address_constant` has been checked. Otherwise, we may run into "assert(allocates2(pc)) failed: relocation addr must be in this section". SAP internal tests have passed.

This pull request has now been integrated.

Changeset: 4388095c
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4388095cde20dec602ada9fe2977f1a359ceab91
Stats:     12 lines in 1 file changed: 6 ins; 2 del; 4 mod

8325326: [PPC64] Don't relocate in case of allocation failure

Reviewed-by: goetz, rrich

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

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


More information about the hotspot-compiler-dev mailing list