RFR: JDK-8287735: Provide separate event category for dll operations
Matthias Baesken
mbaesken at openjdk.java.net
Wed Jun 8 07:24:36 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.
Hi Thomas and Coleen, thanks for the reviews.
-------------
PR: https://git.openjdk.java.net/jdk/pull/9058
More information about the hotspot-dev
mailing list