< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeuristics.hpp

Print this page
rev 58687 : Shenandoah: New incremental-update mode

@@ -55,11 +55,11 @@
     }                                                                       \
   } while (0)
 
 #define SHENANDOAH_CHECK_FLAG_SET(name)                                     \
   do {                                                                      \
-    if (!name) {                                                            \
+    if (!(name)) {                                                          \
       err_msg message("Heuristics needs -XX:+" #name " to work correctly"); \
       vm_exit_during_initialization("Error", message);                      \
     }                                                                       \
   } while (0)
 
< prev index next >