RFR: 8313306: More sensible reservation logging

Sonia Zaldana Calles szaldana at openjdk.org
Thu Jan 11 15:32:38 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.

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

Commit messages:
 - 8313306: More sensible reservation logging

Changes: https://git.openjdk.org/jdk/pull/17356/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17356&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8313306
  Stats: 260 lines in 2 files changed: 256 ins; 0 del; 4 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