Skip to content

Commit c0c31e8

Browse files
committed
Remove chkDontInlineUnsafePutOrderedCall debug flag print
This flag is removed in OpenJ9. Signed-off-by: Spencer Comin <[email protected]>
1 parent bd37525 commit c0c31e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: compiler/ras/Debug.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,6 @@ TR_Debug::nodePrintAllFlags(TR::Node *node, TR_PrettyPrinterString &output)
991991
FLAG(chkCannotTrackLocalStringUses, "cannotTrackLocalStringUses");
992992
FLAG(chkCharArrayTRT, "charArrayTRT");
993993
FLAG(chkEscapesInColdBlock, "escapesInColdBlock");
994-
#ifdef J9_PROJECT_SPECIFIC
995-
FLAG(chkDontInlineUnsafePutOrderedCall, "dontInlineUnsafePutOrderedCall");
996-
#endif
997994
FLAG(chkHeapificationStore, "HeapificationStore");
998995
FLAG(chkHeapificationAlloc, "HeapificationAlloc");
999996
FLAG(chkIdentityless, "Identityless");

0 commit comments

Comments
 (0)