src/hotspot/share/runtime/globals.hpp
changeset 54631 3a3e4e473622
parent 54607 b6db97903b69
child 54651 e6e327553024
equal deleted inserted replaced
54630:04b17e84c87d 54631:3a3e4e473622
   322                                                                             \
   322                                                                             \
   323   product(uintx, NUMAPageScanRate, 256,                                     \
   323   product(uintx, NUMAPageScanRate, 256,                                     \
   324           "Maximum number of pages to include in the page scan procedure")  \
   324           "Maximum number of pages to include in the page scan procedure")  \
   325           range(0, max_uintx)                                               \
   325           range(0, max_uintx)                                               \
   326                                                                             \
   326                                                                             \
   327   product_pd(bool, NeedsDeoptSuspend,                                       \
       
   328           "True for register window machines (sparc/ia64)")                 \
       
   329                                                                             \
       
   330   product(intx, UseSSE, 99,                                                 \
   327   product(intx, UseSSE, 99,                                                 \
   331           "Highest supported SSE instructions set on x86/x64")              \
   328           "Highest supported SSE instructions set on x86/x64")              \
   332           range(0, 99)                                                      \
   329           range(0, 99)                                                      \
   333                                                                             \
   330                                                                             \
   334   product(bool, UseAES, false,                                              \
   331   product(bool, UseAES, false,                                              \