hotspot/src/share/vm/runtime/globals.hpp
changeset 244 c8ad6f221400
parent 188 ad618a71f914
child 249 8a8601fb5571
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 19 15:14:36 2008 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Mar 19 15:33:25 2008 -0700
@@ -949,6 +949,12 @@
   product(bool, UseXmmRegToRegMoveAll, false,                               \
           "Copy all XMM register bits when moving value between registers") \
                                                                             \
+  product(bool, UseXmmI2D, false,                                           \
+          "Use SSE2 CVTDQ2PD instruction to convert Integer to Double")     \
+                                                                            \
+  product(bool, UseXmmI2F, false,                                           \
+          "Use SSE2 CVTDQ2PS instruction to convert Integer to Float")      \
+                                                                            \
   product(intx, FieldsAllocationStyle, 1,                                   \
           "0 - type based with oops first, 1 - with oops last")             \
                                                                             \