Like in JDK-8220198, we need to make sure all intrinsics have their relevant stubs generated. Otherwise it would fail downstream in make_runtime_call and friends, without any machinery to recover. Intrinsics themselves should assert the existence of the stub, and return gracefully in product builds.
- relates to
-
JDK-8220198 Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
- Resolved