Skip to content

Commit 56429ca

Browse files
committed
Fix global flags indentation
1 parent 499d706 commit 56429ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/runtime/globals.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ const intx ObjectAlignmentInBytes = 8;
24932493
"Make nmethod barriers deoptimise a lot.") \
24942494
\
24952495
develop(bool, VerifyCrossModifyFence, \
2496-
false AARCH64_ONLY(DEBUG_ONLY(||true)), \
2496+
false AARCH64_ONLY(DEBUG_ONLY(||true)), \
24972497
"Mark all threads after a safepoint, and clear on a modify " \
24982498
"fence. Add cleanliness checks.") \
24992499

0 commit comments

Comments
 (0)