< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page

        

*** 155,164 **** --- 155,166 ---- address StubRoutines::_multiplyToLen = NULL; address StubRoutines::_squareToLen = NULL; address StubRoutines::_mulAdd = NULL; address StubRoutines::_montgomeryMultiply = NULL; address StubRoutines::_montgomerySquare = NULL; + address StubRoutines::_bigIntegerRightShiftWorker = NULL; + address StubRoutines::_bigIntegerLeftShiftWorker = NULL; address StubRoutines::_vectorizedMismatch = NULL; address StubRoutines::_dexp = NULL; address StubRoutines::_dlog = NULL;
< prev index next >