Skip to content

Commit

Permalink
8293787: Linux aarch64 build fails after 8292591
Browse files Browse the repository at this point in the history
Reviewed-by: aph, shade
  • Loading branch information
MBaesken committed Sep 14, 2022
1 parent 2a38791 commit 7f3250d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/os/linux/systemMemoryBarrier_linux.cpp
Expand Up @@ -37,6 +37,8 @@
#define SYS_membarrier 324
#elif defined(PPC64)
#define SYS_membarrier 365
#elif defined(AARCH64)
#define SYS_membarrier 283
#else
#error define SYS_membarrier for the arch
#endif
Expand Down

1 comment on commit 7f3250d

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.