-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8320507 | 21.0.2 | Roman Marchenko | P4 | Resolved | Fixed | b09 |
JDK-8321464 | 17.0.11 | Roman Marchenko | P4 | Resolved | Fixed | b01 |
There are checks for null value in processing JVMTI extension events, e.g. https://github.com/openjdk/jdk/blob/03db82818b905f21cb5ad1d56a687e238b4a6e33/src/hotspot/share/prims/jvmtiExport.cpp#L1469
But it seems like `_ext_event_callbacks` struct is never zeroed.
But it seems like `_ext_event_callbacks` struct is never zeroed.
- backported by
-
JDK-8320507 JvmtiEnvBase doesn't zero _ext_event_callbacks
-
- Resolved
-
-
JDK-8321464 JvmtiEnvBase doesn't zero _ext_event_callbacks
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/450c201e
-
Commit openjdk/jdk21u/e7bd0ab3
-
Commit openjdk/jdk/97ea5bf0
-
Review openjdk/jdk17u-dev/1961
-
Review openjdk/jdk21u/370
-
Review openjdk/jdk/16647
(3 links to)