hotspot/src/cpu/x86/vm/vm_version_x86.cpp
changeset 46630 75aa3e39d02c
parent 46563 cfca8fbb4051
child 46698 fa625dca9270
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
  1378       log->print("  MaxVectorSize=%d", (int) MaxVectorSize);
  1378       log->print("  MaxVectorSize=%d", (int) MaxVectorSize);
  1379     }
  1379     }
  1380 #endif
  1380 #endif
  1381     log->cr();
  1381     log->cr();
  1382     log->print("Allocation");
  1382     log->print("Allocation");
  1383     if (AllocatePrefetchStyle <= 0 || UseSSE == 0 && !supports_3dnow_prefetch()) {
  1383     if (AllocatePrefetchStyle <= 0 || (UseSSE == 0 && !supports_3dnow_prefetch())) {
  1384       log->print_cr(": no prefetching");
  1384       log->print_cr(": no prefetching");
  1385     } else {
  1385     } else {
  1386       log->print(" prefetching: ");
  1386       log->print(" prefetching: ");
  1387       if (UseSSE == 0 && supports_3dnow_prefetch()) {
  1387       if (UseSSE == 0 && supports_3dnow_prefetch()) {
  1388         log->print("PREFETCHW");
  1388         log->print("PREFETCHW");