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

Daniel D.Daugherty dcubed at openjdk.java.net
Thu Oct 15 14:30:15 UTC 2020


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

>> runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java and
>> runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java fail with release VMs due to VerifyDependencies is
>> develop and is available only in debug version of VM.
>> -XX:+IgnoreUnrecognizedVMOptions is added to fix it.
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove -XX:+IgnoreUnrecognizedVMOptions

Thumbs up on this version.
I would have used "-Dignored_option" so it was self documenting,
but that's me... "-Dx" works just fine.

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the hotspot-runtime-dev mailing list