Integrated: JDK-8287735: Provide separate event category for dll operations
Matthias Baesken
mbaesken at openjdk.java.net
Wed Jun 8 07:24:37 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.
This pull request has now been integrated.
Changeset: 230726ea
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/230726ea58041506157646b6efad0b5c4a012559
Stats: 27 lines in 6 files changed: 16 ins; 0 del; 11 mod
8287735: Provide separate event category for dll operations
Reviewed-by: coleenp, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/9058
More information about the hotspot-dev
mailing list