--- old/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-20 11:51:17.661792529 -0800 +++ new/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-20 11:51:17.521792529 -0800 @@ -157,6 +157,8 @@ address StubRoutines::_mulAdd = NULL; address StubRoutines::_montgomeryMultiply = NULL; address StubRoutines::_montgomerySquare = NULL; +address StubRoutines::_bigIntegerRightShiftWorker = NULL; +address StubRoutines::_bigIntegerLeftShiftWorker = NULL; address StubRoutines::_vectorizedMismatch = NULL;