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

Thomas Stuefe stuefe at openjdk.org
Thu Jul 11 05:45:54 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 also like Xint more, since stacks are more stable - we take the JIT out of the equation. Compile decisions could be different between different runs. If not today, it is not guaranteed never to happen - nobody guarantees exactly how the JIT optimizes and that it is bound to repeat the same decisions on every run.

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

PR Comment: https://git.openjdk.org/jdk/pull/20096#issuecomment-2222081541


More information about the hotspot-runtime-dev mailing list