Skip to content

Commit add14aa

Browse files
committed
Fix copy-paste omission in bsd_zero
1 parent 012a59a commit add14aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hotspot/os_cpu/bsd_zero/orderAccess_bsd_zero.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
// Included in orderAccess.hpp header file.
3030

31+
#if defined(ARM) // ----------------------------------------------------
32+
3133
/*
3234
* ARM Kernel helper for memory barrier.
3335
* Using __asm __volatile ("":::"memory") does not work reliable on ARM

0 commit comments

Comments
 (0)