RFR: JDK-8274930: sun/tools/jps/TestJps.java can fail with long VM arguments string
Chris Plummer
cjplummer at openjdk.java.net
Wed Oct 27 23:12:13 UTC 2021
On Thu, 7 Oct 2021 21:46:47 GMT, Alex Menkov <amenkov at 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
More information about the core-libs-dev
mailing list