-
Enhancement
-
Resolution: Fixed
-
P3
-
19
-
b26
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289913 | 17.0.5 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
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 and log operations like dll_load, maybe also dll_unload, there.
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 and log operations like dll_load, maybe also dll_unload, there.
- backported by
-
JDK-8289913 Provide separate event category for dll operations
- Resolved