changeset 11427 | bf248009cbbe |
parent 11201 | 43efb25e1710 |
child 11436 | 63492afc6a27 |
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Dec 13 17:10:52 2011 -0800 +++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Dec 14 14:54:38 2011 -0800 @@ -525,6 +525,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") \ \