RFR: 8327247: C2 uses up to 2GB of RAM to compile complex string concat in extreme cases [v6]
Mandy Chung
mchung at openjdk.org
Tue Apr 23 18:19:29 UTC 2024
On Mon, 22 Apr 2024 08:59:33 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> @mlchung @asotona: Alan asked me to use the ClassFile API here. As it's only used in what's effectively a slow path it shouldn't be blocked by the startup investigations we're doing there, right?
I agree that this should not be blocked by the startup investigation for ClassFile API. It only affects high arity expressions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18690#issuecomment-2073085437
More information about the core-libs-dev
mailing list