changeset 25069 | c937c5e883c5 |
parent 23523 | 75f522e33395 |
child 25625 | 00dca966711e |
--- a/hotspot/src/share/vm/runtime/atomic.hpp Wed Jun 18 12:21:39 2014 -0700 +++ b/hotspot/src/share/vm/runtime/atomic.hpp Wed Jun 18 14:21:28 2014 -0700 @@ -116,7 +116,7 @@ atomic_decl #else #define ATOMIC_SHORT_PAIR(atomic_decl, non_atomic_decl) \ - atomic_decl ; \ + atomic_decl; \ non_atomic_decl #endif