src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Wed May 15 17:09:53 2013
--- new/src/share/vm/runtime/globals.hpp	Wed May 15 17:09:53 2013

*** 537,546 **** --- 537,552 ---- "Highest supported SSE instructions set on x86/x64") \ \ product(bool, UseAES, false, \ "Control whether AES instructions can be used on x86/x64") \ \ + product(intx, UseAVX, 99, \ + "Highest supported AVX instructions set on x86/x64") \ + \ + product(bool, UseCLMUL, false, \ + "Control whether CLMUL instructions can be used on x86/x64") \ + \ product(uintx, LargePageSizeInBytes, 0, \ "Large page size (0 to let VM choose the page size") \ \ product(uintx, LargePageHeapSizeThreshold, 128*M, \ "Use large pages if max heap is at least this big") \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File