hotspot/src/share/vm/runtime/globals.hpp
changeset 11436 63492afc6a27
parent 11398 d68bb6ceb0d7
parent 11427 bf248009cbbe
child 11442 770f7b89bb6b
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Dec 27 12:38:49 2011 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Dec 29 11:37:50 2011 -0800
@@ -527,6 +527,9 @@
   product(intx, UseSSE, 99,                                                 \
           "Highest supported SSE instructions set on x86/x64")              \
                                                                             \
+  product(intx, UseAVX, 99,                                                 \
+          "Highest supported AVX instructions set on x86/x64")              \
+                                                                            \
   product(intx, UseVIS, 99,                                                 \
           "Highest supported VIS instructions set on Sparc")                \
                                                                             \