comparison 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
comparison
equal deleted inserted replaced
11079:738e04fb1232 11080:b800986664f4
297 FUNCTION_CASE(entry, is_instance_of); 297 FUNCTION_CASE(entry, is_instance_of);
298 FUNCTION_CASE(entry, trace_block_entry); 298 FUNCTION_CASE(entry, trace_block_entry);
299 #ifdef TRACE_HAVE_INTRINSICS 299 #ifdef TRACE_HAVE_INTRINSICS
300 FUNCTION_CASE(entry, TRACE_TIME_METHOD); 300 FUNCTION_CASE(entry, TRACE_TIME_METHOD);
301 #endif 301 #endif
302 FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
302 303
303 #undef FUNCTION_CASE 304 #undef FUNCTION_CASE
304 305
305 // Soft float adds more runtime names. 306 // Soft float adds more runtime names.
306 return pd_name_for_address(entry); 307 return pd_name_for_address(entry);