RFR: 8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections [v5]

Thomas Stuefe stuefe at openjdk.org
Fri Apr 12 11:44:43 UTC 2024


On Fri, 12 Apr 2024 11:18:56 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
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use nmethodflushes not nmethodflushs

Good, thank you

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

Marked as reviewed by stuefe (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18626#pullrequestreview-1996577069


More information about the hotspot-dev mailing list