--- old/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-10 17:10:29.001015370 -0800 +++ new/src/hotspot/share/runtime/stubRoutines.cpp 2019-12-10 17:10:28.857015371 -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;