--- old/src/hotspot/share/runtime/vmStructs.cpp 2019-12-18 17:43:40.770371054 -0800 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2019-12-18 17:43:40.634371054 -0800 @@ -602,6 +602,8 @@ static_field(StubRoutines, _updateBytesCRC32C, address) \ static_field(StubRoutines, _multiplyToLen, address) \ static_field(StubRoutines, _squareToLen, address) \ + static_field(StubRoutines, _bigIntegerRightShiftWorker, address) \ + static_field(StubRoutines, _bigIntegerLeftShiftWorker, address) \ static_field(StubRoutines, _mulAdd, address) \ static_field(StubRoutines, _dexp, address) \ static_field(StubRoutines, _dlog, address) \