On Thu, 7 Oct 2021 21:46:47 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> The fix adds "-XX:PerfMaxStringConstLength" argument running target app > (default is 1024, 8K should be enough for any environments) Marked as reviewed by cjplummer (Reviewer). Actually revoking my review for the moment. Do we have any tests that currently test the default PerfMaxStringConstLength, and this change could be subverting the test by making it so the length is never exceeded? ------------- PR: https://git.openjdk.java.net/jdk/pull/5858