--- old/src/share/vm/prims/jvm.cpp 2013-05-17 17:13:56.000000000 -0400 +++ new/src/share/vm/prims/jvm.cpp 2013-05-17 17:13:56.000000000 -0400 @@ -356,6 +356,8 @@ } } + PUTPROP(props, "sun.zip.clmulSupported", X86_ONLY(UseAVX && UseCLMUL ? "true" :) "false"); + // JVM monitoring and management support // Add the sun.management.compiler property for the compiler's name {