RFR: JDK-8287735: Provide separate event category for dll operations

Thomas Stuefe stuefe at openjdk.java.net
Tue Jun 7 19:27:46 UTC 2022


On Tue, 7 Jun 2022 10:36:15 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently we have a number of event categories logged and displayed in the hs_err file like
> Classes unloaded (0 events)
> Classes redefined (0 events)
> Internal exceptions (0 events)
> VM Operations (0 events)
> but the dll operations (like dll_load) go into the generic "Events" category where they usually are shifted out pretty fast.
> Better provide a separate category DLL operations for them.
> Currently the dll_load is logged.  Later dll_unload might be added.

Looks good.

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

Marked as reviewed by stuefe (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/9058


More information about the hotspot-dev mailing list