RFR: 8329581: Java launcher no longer prints a stack trace

Bernd duke at openjdk.org
Tue Apr 23 18:45:30 UTC 2024


On Tue, 23 Apr 2024 18:21:30 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:

> The JNI error message didn’t previously get reported before the regression was introduced, so I just wanted to make sure we were okay with this.

I think such errors have a very high potential to confuse the hell out of the poor ops people looking for binary corruptions and stuff when it’s “only” a regular Java level error condition. So I think it should not talk about JNI in this case (even when the rest of the exception makes it obvious)

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

PR Comment: https://git.openjdk.org/jdk/pull/18786#issuecomment-2073171918


More information about the core-libs-dev mailing list