RFR(S) 8075093: Enable UseFPUForSpilling support on SPARC

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Sep 2 19:51:55 UTC 2015


https://bugs.openjdk.java.net/browse/JDK-8075093
http://cr.openjdk.java.net/~kvn/8075093/webrev

SPARC S3 core and beyond have single-cycle MOV instructions (MOVdTOx, 
MOVxTOd) for FP-to-GP and GP-to-FP register moves. These when used under 
UseFPUForSpilling can help improve performance.

Contributed-by: Shrinivas Joshi

I reviewed changes.


More information about the hotspot-compiler-dev mailing list