hotspot/src/share/vm/runtime/globals.hpp
changeset 10027 20cd71f29262
parent 10003 06c862a55fa4
child 10029 40bb1a296f74
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 07 10:51:07 2011 -0700
+++ b/hotspot/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")              \
                                                                             \