--- old/src/hotspot/share/runtime/globals.hpp 2018-04-05 20:10:11.916007538 +0530 +++ new/src/hotspot/share/runtime/globals.hpp 2018-04-05 20:10:11.660007527 +0530 @@ -671,10 +671,6 @@ 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") \ \