From d91480b9b0f85aca8d9dba615ae5a27f26ce5fee Mon Sep 17 00:00:00 2001 From: Axel Boldt-Christmas Date: Thu, 13 Nov 2025 06:17:16 +0000 Subject: [PATCH] 8371675: ZGC: Remove leftover X VMOp symbols Reviewed-by: jsikstro, stefank, tschatzl --- src/hotspot/share/runtime/vmOperation.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hotspot/share/runtime/vmOperation.hpp b/src/hotspot/share/runtime/vmOperation.hpp index ada5014beee..66bf5dc2e27 100644 --- a/src/hotspot/share/runtime/vmOperation.hpp +++ b/src/hotspot/share/runtime/vmOperation.hpp @@ -69,10 +69,6 @@ template(ZRelocateStartYoung) \ template(ZRendezvousGCThreads) \ template(ZVerifyOld) \ - template(XMarkStart) \ - template(XMarkEnd) \ - template(XRelocateStart) \ - template(XVerify) \ template(HandshakeAllThreads) \ template(PopulateDumpSharedSpace) \ template(JNIFunctionTableCopier) \