RFR: 8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections [v5]
Matthias Baesken
mbaesken at openjdk.org
Fri Apr 12 11:18:56 UTC 2024
> Currently the 'generic' hs_errfile Events message log (filled by Events::log) is sometimes rather full by messages for memory protection operations and nmethod flushes. Those seem to occur quite often and potentially move out other less frequent events, because the number of entries in the log is limited.
> It might be better to separate the events into separate sections.
>
> The mentioned memory protection operations related entries look like this :
> Event: 0.178 Protecting memory [0x000000016ebf0000,0x000000016ebfc000] with protection modes 0
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
use nmethodflushes not nmethodflushs
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18626/files
- new: https://git.openjdk.org/jdk/pull/18626/files/912afc31..77f64c89
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18626&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18626&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/18626.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18626/head:pull/18626
PR: https://git.openjdk.org/jdk/pull/18626
More information about the hotspot-dev
mailing list