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

Sonia Zaldana Calles szaldana at openjdk.org
Thu Mar 14 20:08:06 UTC 2024


> 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:

  Disabling tests on AIX due to VMA accounting and exchanging some test logic set up to trigger more subtle failures

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17356/files
  - new: https://git.openjdk.org/jdk/pull/17356/files/8cb357ef..329be4e3

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17356&range=14
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17356&range=13-14

  Stats: 19 lines in 1 file changed: 6 ins; 3 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/17356.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17356/head:pull/17356

PR: https://git.openjdk.org/jdk/pull/17356


More information about the hotspot-runtime-dev mailing list