Integrated: 8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space

Martin Doerr mdoerr at openjdk.org
Mon Feb 19 15:23:58 UTC 2024


On Sat, 17 Feb 2024 13:48:31 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> https://github.com/openjdk/jdk/commit/e834a481000f16750b9e9eec13ce9c905c218736 had missed some PPC64 parts. Note that the PPC64 implementation is similar to SPARC, so we need almost the same changes as that platform. `LIR_Assembler::emit_static_call_stub()`, `LIR_Assembler::emit_trampoline_stub_for_call` and `CallStubImpl::emit_trampoline_stub` already record failures internally.

This pull request has now been integrated.

Changeset: a19314b0
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a19314b08789afb28e14651868f91d54ed6a9c30
Stats:     11 lines in 2 files changed: 9 ins; 0 del; 2 mod

8326101: [PPC64] Need to bailout cleanly if creation of stubs fails when code cache is out of space

Reviewed-by: rrich, mbaesken

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

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


More information about the hotspot-compiler-dev mailing list