On Wed, 18 Sep 2024 18:05:27 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> New test is failing on Windows with ZGC: the regex for JAVAHEAP is not > matching. > > Matching "mapped", as well as "private", is testing OK for me: ZGC JAVAHEAP > is not private in terms of Windows _MEMORY_BASIC_INFORMATION > > Simple regex update to a new test which is failing - I'd like to push this as > a trivial change. Hmm, the fix is unnecessarily broad in that it changes the matching to pass for file mappings for all committed sections. We only use file mappings for the java heap for ZGC. See some lines up, where I solved this for Linux with a separate regex for the java heap. I filed https://bugs.openjdk.org/browse/JDK-8340496 as a follow-up. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21073#issuecomment-2362883605