8226721: Missing intrinsics for Math.ceil, floor, rint

Reviewed-by: neliasso, vlivanov, ecaspole
This commit is contained in:
Jatin Bhateja 2019-10-01 11:43:10 +02:00 committed by Nils Eliasson
parent 09c012be4e
commit d3ca3a02ff
19 changed files with 434 additions and 2 deletions

View file

@ -274,6 +274,8 @@ macro(Rethrow)
macro(Return)
macro(Root)
macro(RoundDouble)
macro(RoundDoubleMode)
macro(RoundDoubleModeV)
macro(RoundFloat)
macro(SafePoint)
macro(SafePointScalarObject)