hotspot/src/share/vm/c1/c1_Runtime1.cpp
changeset 38237 d972e3a2df53
parent 38018 1dc6c6f21231
child 38238 1bbcc430c78d
--- a/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Fri Apr 29 17:24:16 2016 +0200
+++ b/hotspot/src/share/vm/c1/c1_Runtime1.cpp	Wed May 04 15:30:21 2016 -0700
@@ -318,6 +318,7 @@
   FUNCTION_CASE(entry, TRACE_TIME_METHOD);
 #endif
   FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32());
+  FUNCTION_CASE(entry, StubRoutines::updateBytesCRC32C());
   FUNCTION_CASE(entry, StubRoutines::dexp());
   FUNCTION_CASE(entry, StubRoutines::dlog());
   FUNCTION_CASE(entry, StubRoutines::dlog10());