-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b25
The VMOp type `JvmtiPostObjectFree` was introduced with JDK-8212879 but was never used for any `VM_Operation`. The `VM_Operation` introduced in that patch `VM_JvmtiPostObjectFree` used the `Cleanup` VMOp type instead.
`VM_JvmtiPostObjectFree` was later removed completely withJDK-8256811. So there is no need for this VMOp type.
I suggest a trivial removal of this unused symbol.
`VM_JvmtiPostObjectFree` was later removed completely with
I suggest a trivial removal of this unused symbol.
- links to
-
Commit(master)
openjdk/jdk/42aecc40
-
Review(master)
openjdk/jdk/28254