Skip to content

Commit 3d68fde

Browse files
committed
Enable VerifyCrossModifyFence for debug aarch64
1 parent 76abe61 commit 3d68fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hotspot/share/runtime/globals.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,8 @@ const intx ObjectAlignmentInBytes = 8;
25072507
product(bool, DeoptimizeNMethodBarriersALot, false, DIAGNOSTIC, \
25082508
"Make nmethod barriers deoptimise a lot.") \
25092509
\
2510-
develop(bool, VerifyCrossModifyFence, false, \
2510+
develop(bool, VerifyCrossModifyFence, \
2511+
false AARCH64_ONLY(DEBUG_ONLY(||true)), \
25112512
"Mark all threads after a safepoint, and clear on a modify " \
25122513
"fence. Add cleanliness checks.") \
25132514

0 commit comments

Comments
 (0)