Integrated: 8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections
Matthias Baesken
mbaesken at openjdk.org
Fri Apr 12 14:11:46 UTC 2024
On Thu, 4 Apr 2024 12:34:19 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 397d9483
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/397d94831033e91c7a849774bf4e80d8f1c8ec66
Stats: 40 lines in 6 files changed: 32 ins; 0 del; 8 mod
8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections
Reviewed-by: lucy, stefank, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/18626
More information about the hotspot-dev
mailing list