diff src/share/vm/runtime/globals.hpp @ 4768:8940fd98d540

Merge
author kvn
date Thu, 29 Dec 2011 11:37:50 -0800
parents 7faca6dfa2ed 127b3692c168
children 865e0817f32b
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Dec 27 12:38:49 2011 -0800
+++ b/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")                \
                                                                             \