Integrated: 8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime

Andrew Dinn adinn at openjdk.org
Mon Aug 19 09:03:57 UTC 2024


On Tue, 13 Aug 2024 11:35:59 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> Store the throw_exception and jfr stub code as blobs in class SharedRuntime, move the generation code to the the arch-specific generator classes and update client code to access them from their new location.

This pull request has now been integrated.

Changeset: f0374a0b
Author:    Andrew Dinn <adinn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f0374a0bc181d0f2a8c0aa9aa032b07998ffaf60
Stats:     2886 lines in 43 files changed: 1341 ins; 1494 del; 51 mod

8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime

Reviewed-by: fyang, kvn, yzheng

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

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


More information about the graal-dev mailing list