diff src/share/vm/runtime/globals.hpp @ 3804:faa472957b38

7059034: Use movxtod/movdtox on T4 Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers. Reviewed-by: never, twisti
author kvn
date Fri, 08 Jul 2011 09:38:48 -0700
parents 4bf3cbef0b3e
children 1f4f4ae84625
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jul 07 10:51:07 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri Jul 08 09:38:48 2011 -0700
@@ -492,6 +492,9 @@
   product(intx, UseSSE, 99,                                                 \
           "Highest supported SSE instructions set on x86/x64")              \
                                                                             \
+  product(intx, UseVIS, 99,                                                 \
+          "Highest supported VIS instructions set on Sparc")                \
+                                                                            \
   product(uintx, LargePageSizeInBytes, 0,                                   \
           "Large page size (0 to let VM choose the page size")              \
                                                                             \