From 42aecc4070e952ed6308ebefaf716e35fed2f929 Mon Sep 17 00:00:00 2001 From: Axel Boldt-Christmas Date: Thu, 13 Nov 2025 06:17:35 +0000 Subject: [PATCH] 8371680: JVMTI: Remove unused VMOp type JvmtiPostObjectFree Reviewed-by: stefank, lmesnik --- src/hotspot/share/runtime/vmOperation.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/runtime/vmOperation.hpp b/src/hotspot/share/runtime/vmOperation.hpp index 66bf5dc2e27..5781b133cdb 100644 --- a/src/hotspot/share/runtime/vmOperation.hpp +++ b/src/hotspot/share/runtime/vmOperation.hpp @@ -110,7 +110,6 @@ template(GTestExecuteAtSafepoint) \ template(GTestStopSafepoint) \ template(JFROldObject) \ - template(JvmtiPostObjectFree) \ template(RendezvousGCThreads) \ template(JFRInitializeCPUTimeSampler) \ template(JFRTerminateCPUTimeSampler) \