RFR: 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs [v2]

Jie Fu jiefu at openjdk.java.net
Thu Oct 15 03:28:11 UTC 2020


On Thu, 15 Oct 2020 03:15:27 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Aha, the diff looks ugly.  Basically ProcessTools.createJavaProcessBuilder(List<?>) so you can manage the code there.
>
> Hi @yminqi
> To fix this bug, I prefer David's suggestion, which seems simple and elegant.
> Thanks.

Hi all,

I prefer David's solution because I think it's a good idea to avoid -XX:+IgnoreUnrecognizedVMOptions without the effort
to reorg the code. I like this approach if -XX:+IgnoreUnrecognizedVMOptions is not allowed.

I've updated the PR.
Please review it.
Thanks.

Best regards,
Jie

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

PR: https://git.openjdk.java.net/jdk/pull/673


More information about the hotspot-runtime-dev mailing list