Integrated: JDK-8305484: Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process

Justin King jcking at openjdk.org
Tue Apr 11 19:53:46 UTC 2023


On Mon, 3 Apr 2023 15:23:43 GMT, Justin King <jcking at openjdk.org> wrote:

> Remove unnecessary usage of Arena for globals that live the lifetime of the process and are initialized once.

This pull request has now been integrated.

Changeset: 42fa000a
Author:    Justin King <jcking at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/42fa000a7d042e425913aab2842f8166a0c2172a
Stats:     45 lines in 5 files changed: 12 ins; 5 del; 28 mod

8305484: Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process

Reviewed-by: thartmann, kvn

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

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


More information about the hotspot-compiler-dev mailing list