--- old/src/hotspot/share/opto/escape.cpp 2019-12-10 17:10:27.765015375 -0800 +++ new/src/hotspot/share/opto/escape.cpp 2019-12-10 17:10:27.625015376 -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();