diff -r b4817ffce063 -r 632402f18fe6 hotspot/src/share/vm/runtime/stubRoutines.cpp --- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Thu Sep 03 14:29:08 2015 -0700 +++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Thu Sep 03 15:03:12 2015 -0700 @@ -139,6 +139,7 @@ address StubRoutines::_crc_table_adr = NULL; address StubRoutines::_updateBytesCRC32C = NULL; +address StubRoutines::_updateBytesAdler32 = NULL; address StubRoutines::_multiplyToLen = NULL; address StubRoutines::_squareToLen = NULL;