RFR: 8318071: IgnoreUnrecognizedVMOptions flag still causes failure in ArchiveHeapTestClass [v2]

Aleksey Shipilev shade at openjdk.org
Mon Oct 23 15:07:37 UTC 2023


On Mon, 23 Oct 2023 06:13:51 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:

>> ArchiveHeapTestClass is a develop only flag and available only in debug builds.
>
> Ramkumar Sunderbabu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   corrected the year in copyright header

Marked as reviewed by shade (Reviewer).

test/hotspot/jtreg/runtime/cds/appcds/cacheObject/ArchiveHeapTestClass.java line 29:

> 27:  * @bug 8214781 8293187
> 28:  * @summary Test for the -XX:ArchiveHeapTestClass flag
> 29:  * @requires vm.debug == true & vm.cds.write.archived.java.heap

For the future, it could be just `vm.debug & ...`

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

PR Review: https://git.openjdk.org/jdk/pull/16282#pullrequestreview-1692817849
PR Review Comment: https://git.openjdk.org/jdk/pull/16282#discussion_r1368833283


More information about the hotspot-runtime-dev mailing list