hotspot/src/cpu/x86/vm/vm_version_x86.cpp
changeset 46630 75aa3e39d02c
parent 46563 cfca8fbb4051
child 46698 fa625dca9270
--- a/hotspot/src/cpu/x86/vm/vm_version_x86.cpp	Wed Jul 05 11:03:19 2017 -0700
+++ b/hotspot/src/cpu/x86/vm/vm_version_x86.cpp	Thu Jul 06 01:50:26 2017 +0200
@@ -1380,7 +1380,7 @@
 #endif
     log->cr();
     log->print("Allocation");
-    if (AllocatePrefetchStyle <= 0 || UseSSE == 0 && !supports_3dnow_prefetch()) {
+    if (AllocatePrefetchStyle <= 0 || (UseSSE == 0 && !supports_3dnow_prefetch())) {
       log->print_cr(": no prefetching");
     } else {
       log->print(" prefetching: ");