diff src/share/vm/c1/c1_Runtime1.cpp @ 11080:b800986664f4

7088419: Use x86 Hardware CRC32 Instruction with java.util.zip.CRC32 Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
author drchase
date Tue, 02 Jul 2013 20:42:12 -0400
parents 92ef81e2f571
children 6b0fd0964b87 5888334c9c24
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.cpp	Tue Jul 02 07:51:31 2013 +0200
+++ b/src/share/vm/c1/c1_Runtime1.cpp	Tue Jul 02 20:42:12 2013 -0400
@@ -299,6 +299,7 @@
 #ifdef TRACE_HAVE_INTRINSICS
   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
 #endif
+  FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
 
 #undef FUNCTION_CASE