Skip to content

Commit 3d82b0e

Browse files
author
Serguei Spitsyn
committed
8269558: fix of JDK-8252657 missed to update history at the end of JVM TI spec
Reviewed-by: dcubed, cjplummer
1 parent 2546006 commit 3d82b0e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/hotspot/share/prims/jvmti.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15036,6 +15036,11 @@ typedef void (JNICALL *jvmtiEventVMInit)
1503615036
- Specify that RedefineClasses and RetransformClasses are not allowed
1503715037
to change the class file PermittedSubclasses attribute.
1503815038
</change>
15039+
<change date="15 January 2021" version="17.0.0">
15040+
Minor clarification in the section "Agent Shutdown" that says the
15041+
implementation may choose to not call the Agent_OnUnload function
15042+
if the Agent_OnAttach/Agent_OnAttach_L function reported an error.
15043+
</change>
1503915044
<change date="8 June 2021" version="17.0.0">
1504015045
Minor update to deprecate Heap functions 1.0.
1504115046
</change>

0 commit comments

Comments
 (0)