< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -669,14 +669,10 @@
           range(0, max_uintx)                                               \
                                                                             \
   product_pd(bool, NeedsDeoptSuspend,                                       \
           "True for register window machines (sparc/ia64)")                 \
                                                                             \
-  product(intx, UseSSE, 99,                                                 \
-          "Highest supported SSE instructions set on x86/x64")              \
-          range(0, 99)                                                      \
-                                                                            \
   product(bool, UseAES, false,                                              \
           "Control whether AES instructions are used when available")       \
                                                                             \
   product(bool, UseFMA, false,                                              \
           "Control whether FMA instructions are used when available")       \
< prev index next >