Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
/ jdk17 Public archive

Commit

Permalink
8269558: fix of JDK-8252657 missed to update history at the end of JV…
Browse files Browse the repository at this point in the history
…M TI spec

Reviewed-by: dcubed, cjplummer
  • Loading branch information
Serguei Spitsyn committed Jul 11, 2021
1 parent 2546006 commit 3d82b0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/hotspot/share/prims/jvmti.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15036,6 +15036,11 @@ typedef void (JNICALL *jvmtiEventVMInit)
- Specify that RedefineClasses and RetransformClasses are not allowed
to change the class file PermittedSubclasses attribute.
</change>
<change date="15 January 2021" version="17.0.0">
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.
</change>
<change date="8 June 2021" version="17.0.0">
Minor update to deprecate Heap functions 1.0.
</change>
Expand Down

1 comment on commit 3d82b0e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.