< prev index next >

src/cpu/x86/vm/vm_version_x86.cpp

Print this page

        

@@ -1378,11 +1378,11 @@
       log->print("  MaxVectorSize=%d", (int) MaxVectorSize);
     }
 #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: ");
       if (UseSSE == 0 && supports_3dnow_prefetch()) {
         log->print("PREFETCHW");
< prev index next >