mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-22 16:30:53 +01:00
Use JNU_RUNTIME_ASSERT(env, cond, msg) defined in jni_util.h
to crash JVM when 'cond' is not true with the given message
and source location information in the fatal error log.
(cherry picked from commit fd9bf2c37a)