JDK-8131132 : C2 intrinsics for asin, acos
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: x86_64
  • Submitted: 2015-07-14
  • Updated: 2018-10-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
A DESCRIPTION OF THE REQUEST :
Please add intristics for Math/StrictMath functions asin, acos. Performance will be greatly improved in GIS applications.

JUSTIFICATION :
GIS applications can greatly improve performance for some operations (coordinate system conversion). Other functions in Math are already intrisified. This removes JNI overhead for calling fdlibm implementation.



Comments
If fdlibm is ported to Java, where would be reduced need to intrinsify these methods.
14-07-2015