Integrated: 8371680: JVMTI: Remove unused VMOp type JvmtiPostObjectFree
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Nov 13 06:20:16 UTC 2025
On Wed, 12 Nov 2025 07:39:29 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> The VMOp type `JvmtiPostObjectFree` was introduced with [JDK-8212879](https://bugs.openjdk.org/browse/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 with [JDK-8256811](https://bugs.openjdk.org/browse/JDK-8256811). So there is no need for this VMOp type.
>
> I suggest a trivial removal of this unused symbol.
>
> * Testing
> * GHA
This pull request has now been integrated.
Changeset: 42aecc40
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/42aecc4070e952ed6308ebefaf716e35fed2f929
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
8371680: JVMTI: Remove unused VMOp type JvmtiPostObjectFree
Reviewed-by: stefank, lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/28254
More information about the hotspot-runtime-dev
mailing list