--- old/src/share/vm/prims/jvm.cpp 2013-05-15 17:09:52.000000000 -0400 +++ new/src/share/vm/prims/jvm.cpp 2013-05-15 17:09:52.000000000 -0400 @@ -356,6 +356,8 @@ } } + 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 {