We sometimes need to protect the target-defined floating-point control flags (as set by fesetround(), et al.) over native calls. There is a product flag for this, but unfortunately it is called RestoreMXCSROnJNICalls, an x86-specific name. We should introduce a more generic name for this flag.
- csr for
-
JDK-8321596 Introduce a generic name for RestoreMXCSROnJNICalls
- Provisional
- duplicates
-
JDK-8330634 create an alias flag for RestoreMXCSROnJNICalls which is not a generic name
- Closed