hotspot/src/cpu/x86/vm/vm_version_x86.cpp
changeset 4430 95b539dfa1e8
parent 2862 fad636edf18f
child 5547 f4b087cbb361
--- a/hotspot/src/cpu/x86/vm/vm_version_x86.cpp	Fri Oct 30 16:22:59 2009 -0700
+++ b/hotspot/src/cpu/x86/vm/vm_version_x86.cpp	Mon Nov 02 11:17:55 2009 +0100
@@ -255,6 +255,8 @@
   if (!VM_Version::supports_sse2()) {
     vm_exit_during_initialization("Unknown x64 processor: SSE2 not supported");
   }
+  // in 64 bit the use of SSE2 is the minimum
+  if (UseSSE < 2) UseSSE = 2;
 #endif
 
   // If the OS doesn't support SSE, we can't use this feature even if the HW does