8035974: Refactor DigestBase.engineUpdate() method for better code generation by JIT compiler
Summary: Move the lopp from DigestBase.engineUpdate() to new private method implCompressMultiBlock() which can be intrinsified.
Reviewed-by: psandoz, ascarpino, forax
Contributed-by: james.cheng@oracle.com