src/share/vm/runtime/globals.hpp

changeset 3001
faa472957b38
parent 2977
4bf3cbef0b3e
child 3003
1f4f4ae84625
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jul 07 10:51:07 2011 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Jul 08 09:38:48 2011 -0700
     1.3 @@ -492,6 +492,9 @@
     1.4    product(intx, UseSSE, 99,                                                 \
     1.5            "Highest supported SSE instructions set on x86/x64")              \
     1.6                                                                              \
     1.7 +  product(intx, UseVIS, 99,                                                 \
     1.8 +          "Highest supported VIS instructions set on Sparc")                \
     1.9 +                                                                            \
    1.10    product(uintx, LargePageSizeInBytes, 0,                                   \
    1.11            "Large page size (0 to let VM choose the page size")              \
    1.12                                                                              \

mercurial