Skip to content

Commit

Permalink
Remove chkDontInlineUnsafePutOrderedCall debug flag print
Browse files Browse the repository at this point in the history
This flag is removed in OpenJ9.

Signed-off-by: Spencer Comin <[email protected]>
  • Loading branch information
Spencer-Comin committed Nov 26, 2024
1 parent 44a80c4 commit 3a4d76a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/ras/Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3a4d76a

Please sign in to comment.