From 279f39f14a6329d0147613edc3836b7d6d043186 Mon Sep 17 00:00:00 2001 From: Axel Boldt-Christmas Date: Thu, 13 Nov 2025 06:17:52 +0000 Subject: [PATCH] 8371681: Remove unused VMOp type CollectForCodeCacheAllocation Reviewed-by: stefank, ayang, tschatzl --- 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 5781b133cdb..5140d0401fb 100644 --- a/src/hotspot/share/runtime/vmOperation.hpp +++ b/src/hotspot/share/runtime/vmOperation.hpp @@ -48,7 +48,6 @@ template(Verify) \ template(HeapDumper) \ template(CollectForMetadataAllocation) \ - template(CollectForCodeCacheAllocation) \ template(GC_HeapInspection) \ template(SerialCollectForAllocation) \ template(SerialGCCollect) \