RFR: 8359959: Test runtime/NMT/VirtualAllocTestType.java failed: '\\[0x[0]*7f7dc4043000 - 0x[0]*7f7dc4083000\\] reserved 256KB for Test' missing from stdout/stderr [v3]
Afshin Zafari
azafari at openjdk.org
Thu Jun 19 13:03:02 UTC 2025
> The test expects that two disjunct regions are reserved but checked it incompletely.
> It is fixed by reserving a region with triple required size and then released the middle part.
>
> Since it (reserving two regions that become adjacent) is not happening always, the test failed occasionally at different tiers.
>
> Tested local linux-x64-debug.
Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
reviews
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25894/files
- new: https://git.openjdk.org/jdk/pull/25894/files/5c90d0a0..55795425
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25894&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25894&range=01-02
Stats: 6 lines in 1 file changed: 1 ins; 1 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/25894.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25894/head:pull/25894
PR: https://git.openjdk.org/jdk/pull/25894
More information about the hotspot-runtime-dev
mailing list