Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8270363 | 18 | Serguei Spitsyn | P4 | Resolved | Fixed | b06 |
JDK-8270747 | 17.0.1 | Serguei Spitsyn | P4 | Resolved | Fixed | b03 |
The fix of:
8252657 JVMTI agent is not unloaded when Agent_OnAttach is failed
did not update the JVM TI spec history at the end of document.
So, some item like below has to be added:
Version & Date:
17.0.0 15 January 2021
Changes:
Minor clarification in the section "Agent Shutdown" that says the implementation may choose to not call the Agent_OnUnload function if the Agent_OnAttach/ Agent_OnAttach_L function reported an error.
8252657 JVMTI agent is not unloaded when Agent_OnAttach is failed
did not update the JVM TI spec history at the end of document.
So, some item like below has to be added:
Version & Date:
17.0.0 15 January 2021
Changes:
Minor clarification in the section "Agent Shutdown" that says the implementation may choose to not call the Agent_OnUnload function if the Agent_OnAttach/ Agent_OnAttach_L function reported an error.
- backported by
-
JDK-8270363 fix of JDK-8252657 missed to update history at the end of JVM TI spec
- Resolved
-
JDK-8270747 fix of JDK-8252657 missed to update history at the end of JVM TI spec
- Resolved
- relates to
-
JDK-8252657 JVMTI agent is not unloaded when Agent_OnAttach is failed
- Resolved