--- old/src/share/vm/interpreter/templateInterpreter.cpp 2015-08-26 13:22:41.694917300 -0700 +++ new/src/share/vm/interpreter/templateInterpreter.cpp 2015-08-26 13:22:41.433891200 -0700 @@ -390,6 +390,11 @@ method_entry(java_util_zip_CRC32_updateByteBuffer) } + if (UseCRC32CIntrinsics) { + method_entry(java_util_zip_CRC32C_updateBytes) + method_entry(java_util_zip_CRC32C_updateDirectByteBuffer) + } + initialize_method_handle_entries(); // all native method kinds (must be one contiguous block)