Integrated: 8294245: Make Compile::print_inlining_stream stack allocated
Johan Sjölen
jsjolen at openjdk.org
Mon Sep 26 10:53:44 UTC 2022
On Thu, 22 Sep 2022 17:10:40 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Hi,
>
> Could I have a review for this? It simplifies some auxiliary code in the Compile class related to its usage of stringStream. The only notable disadvantage is that Compile will take up `sizeof(stringStream) - sizeof(stringStream*)` more space on the stack.
>
> Currently testing tier1-3 for this change, no errors yet and almost finished.
>
> Thanks,
> Johan
This pull request has now been integrated.
Changeset: 050eebf2
Author: Johan Sjölen <jsjolen at openjdk.org>
Committer: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/050eebf2e8215f1603cd89d5c205d14f71b3128b
Stats: 17 lines in 2 files changed: 0 ins; 11 del; 6 mod
8294245: Make Compile::print_inlining_stream stack allocated
Reviewed-by: kvn, rehn
-------------
PR: https://git.openjdk.org/jdk/pull/10396
More information about the hotspot-compiler-dev
mailing list