RFR: JDK-8305484: Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process [v2]

Vladimir Kozlov kvn at openjdk.org
Tue Apr 11 16:10:34 UTC 2023


On Mon, 3 Apr 2023 15:41:56 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.
>
> Justin King has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - Remove now unused include
>    
>    Signed-off-by: Justin King <jcking at google.com>
>  - Remove incorrect comment
>    
>    Signed-off-by: Justin King <jcking at google.com>
>  - Fix typo
>    
>    Signed-off-by: Justin King <jcking at google.com>

It is good for me too.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13300#pullrequestreview-1379639454


More information about the hotspot-compiler-dev mailing list