src/share/vm/prims/jvm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jvm.cpp	Wed May 15 17:09:52 2013
--- new/src/share/vm/prims/jvm.cpp	Wed May 15 17:09:52 2013

*** 354,363 **** --- 354,365 ---- jio_snprintf(as_chars, sizeof(as_chars), UINTX_FORMAT, MaxDirectMemorySize); PUTPROP(props, "sun.nio.MaxDirectMemorySize", as_chars); } } + PUTPROP(props, "sun.zip.clmulSupported", UseAVX && UseCLMUL ? "true" : "false"); + // JVM monitoring and management support // Add the sun.management.compiler property for the compiler's name { #undef CSIZE #if defined(_LP64) || defined(_WIN64)

src/share/vm/prims/jvm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File