From 0b6b3f1ad6efb194947321ba7514b2b14d42e651 Mon Sep 17 00:00:00 2001 From: Spencer Comin Date: Mon, 4 Nov 2024 15:22:11 -0500 Subject: [PATCH] Remove chkDontInlineUnsafePutOrderedCall debug flag print This flag is removed in OpenJ9. Signed-off-by: Spencer Comin --- compiler/ras/Debug.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/ras/Debug.cpp b/compiler/ras/Debug.cpp index ba5ffb7ee5c..9dedfe9be54 100644 --- a/compiler/ras/Debug.cpp +++ b/compiler/ras/Debug.cpp @@ -990,9 +990,6 @@ TR_Debug::nodePrintAllFlags(TR::Node *node, TR_PrettyPrinterString &output) FLAG(chkCannotTrackLocalStringUses, "cannotTrackLocalStringUses"); FLAG(chkCharArrayTRT, "charArrayTRT"); FLAG(chkEscapesInColdBlock, "escapesInColdBlock"); -#ifdef J9_PROJECT_SPECIFIC - FLAG(chkDontInlineUnsafePutOrderedCall, "dontInlineUnsafePutOrderedCall"); -#endif FLAG(chkHeapificationStore, "HeapificationStore"); FLAG(chkHeapificationAlloc, "HeapificationAlloc"); FLAG(chkIdentityless, "Identityless");