RFR: 8309698: [S390X] Test hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java fails after JDK-8299089

David Holmes dholmes at openjdk.org
Wed Jul 10 04:36:18 UTC 2024


On Tue, 9 Jul 2024 09:41:45 GMT, mmatti-sw <duke at openjdk.org> wrote:

> On s390 the testcase "VirtualAllocCommitMerge.java" when run under Interpreter with option -Xint fails. But when run as compiled with option -Xcomp -Xbatch it Passes.

I see the comment saying this is in alternative but we will need to test it again in our CI.

Given this test specifically chooses the compilation mode it should also exclude being run under other modes, or even specify `@requires vm.flagless` - as it makes no sense to have the `-Xint` overridden.

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

PR Review: https://git.openjdk.org/jdk/pull/20096#pullrequestreview-2168008043


More information about the hotspot-runtime-dev mailing list