RFR: 8294245: Make Compile::print_inlining_stream stack allocated

Vladimir Kozlov kvn at openjdk.org
Fri Sep 23 19:18:17 UTC 2022


On Fri, 23 Sep 2022 17:17:09 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> To be fair, we can heap allocate this and just never delete it until ~Compile is called.

Hmm, it is valid suggestion.

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

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


More information about the hotspot-compiler-dev mailing list