hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 33066 d98eab8215c4
parent 32581 632402f18fe6
child 33089 f4e956ed8b43
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Wed Sep 16 13:16:17 2015 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Wed Sep 16 15:54:32 2015 -0700
@@ -136,8 +136,9 @@
 address StubRoutines::_sha512_implCompressMB = NULL;
 
 address StubRoutines::_updateBytesCRC32 = NULL;
-address StubRoutines::_crc_table_adr = NULL;
+address StubRoutines::_crc_table_adr =    NULL;
 
+address StubRoutines::_crc32c_table_addr = NULL;
 address StubRoutines::_updateBytesCRC32C = NULL;
 address StubRoutines::_updateBytesAdler32 = NULL;