RFR: 8231118: ARM32: Math tests failures

Boris Ulasevich boris.ulasevich at bell-sw.com
Thu Jan 23 12:38:26 UTC 2020


Hi,

Please review the fix for floating point Math functions fails reproduced 
on ARM32 fastdebug build run on Raspbian 10. The issue is a call to 
runtime from c2i_adapter (function arguments stays on FPU at this point) 
without proper register saving.

http://cr.openjdk.java.net/~bulasevich/8231118/webrev.01
http://bugs.openjdk.java.net/browse/JDK-8231118

thanks,
Boris


More information about the hotspot-compiler-dev mailing list