--- old/src/hotspot/share/opto/escape.cpp 2019-12-20 11:51:16.489792533 -0800 +++ new/src/hotspot/share/opto/escape.cpp 2019-12-20 11:51:16.349792534 -0800 @@ -1006,6 +1006,8 @@ strcmp(call->as_CallLeaf()->_name, "mulAdd") == 0 || strcmp(call->as_CallLeaf()->_name, "montgomery_multiply") == 0 || strcmp(call->as_CallLeaf()->_name, "montgomery_square") == 0 || + strcmp(call->as_CallLeaf()->_name, "bigIntegerRightShiftWorker") == 0 || + strcmp(call->as_CallLeaf()->_name, "bigIntegerLeftShiftWorker") == 0 || strcmp(call->as_CallLeaf()->_name, "vectorizedMismatch") == 0) ))) { call->dump();