RFR: JDK-8322366: Add IEEE rounding mode corruption check to JNI checks

Matthias Baesken mbaesken at openjdk.org
Tue Jan 16 12:45:20 UTC 2024


On Mon, 15 Jan 2024 02:42:51 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Do we not want to print the stack the way we do with `ReportJNIWarning` in `jniCheck.cpp`? Otherwise the warning itself seems of little help in locating the source of the problem.
> 

Hi David, sounds like a good suggestion.  But copying the  `ReportJNIWarning`  code  is not really nice , do you think we can reuse the coding ?  Btw. hope it is not a stupid question, where would we get the JavaThread* from that is used in the `ReportJNIWarning`  code ?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17391#issuecomment-1893667305


More information about the hotspot-runtime-dev mailing list