-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 11, 13
-
Component/s: hotspot
-
b23
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8230151 | 11.0.5 | Matthias Baesken | P3 | Resolved | Fixed | b05 |
The current event log holds the last n events of various interesting operations.
It is printed in the hs_err file and helps to analyze various issues / bugs .
I would like to add memory protection events to the current set of events added by calling Events::log ; those cover the memprotect calls on the UNIX platforms.
Example :
Events (20 events):
....
Event: 10.972 Protecting memory [0x000003ff840f6000,0x000003ff840f7000] with protection modes 7
It is printed in the hs_err file and helps to analyze various issues / bugs .
I would like to add memory protection events to the current set of events added by calling Events::log ; those cover the memprotect calls on the UNIX platforms.
Example :
Events (20 events):
....
Event: 10.972 Protecting memory [0x000003ff840f6000,0x000003ff840f7000] with protection modes 7
- backported by
-
JDK-8230151 add memprotect calls to event log
-
- Resolved
-