hotspot/src/share/vm/runtime/globals.hpp
changeset 10029 40bb1a296f74
parent 10022 377345fb5fb5
parent 10027 20cd71f29262
child 10252 0981ce1c3eef
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 12 16:32:25 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Jul 13 10:48:42 2011 -0700
@@ -501,6 +501,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")              \
                                                                             \