--- old/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-18 17:43:40.222371056 -0800 +++ new/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-18 17:43:40.090371056 -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;