8276217: Harmonize StrictMath intrinsics handling

Reviewed-by: aph, kvn
This commit is contained in:
Aleksey Shipilev 2021-11-04 08:08:07 +00:00
parent fb0be81f01
commit 9eadcbb47e
15 changed files with 98 additions and 45 deletions

View file

@ -3220,6 +3220,7 @@ GraphBuilder::GraphBuilder(Compilation* compilation, IRScope* scope)
switch (scope->method()->intrinsic_id()) {
case vmIntrinsics::_dabs : // fall through
case vmIntrinsics::_dsqrt : // fall through
case vmIntrinsics::_dsqrt_strict : // fall through
case vmIntrinsics::_dsin : // fall through
case vmIntrinsics::_dcos : // fall through
case vmIntrinsics::_dtan : // fall through