RFR: 8313306: More sensible memory reservation logging [v16]

Martin Doerr mdoerr at openjdk.org
Mon Mar 18 10:46:45 UTC 2024


On Fri, 15 Mar 2024 15:42:45 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:

>> This PR implements more specialized logs for virtual memory APIs in the “os” namespace. It uses “os” and “map” as log tags using unified JVM logging as introduced in JEP 158 (https://openjdk.org/jeps/158). 
>> 
>> As far as testing is concerned, I have added a regression test to verify the logging is working accordingly.
>
> Sonia Zaldana Calles has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removing reserve test and adapting tests for release VM only and 64 bits

Thanks for the update! The failures on PPC64 are gone.

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

PR Comment: https://git.openjdk.org/jdk/pull/17356#issuecomment-2003562975


More information about the hotspot-runtime-dev mailing list