Closed mkartashev closed 2 months ago
do we need a hotspot test checking this functionality?
do we need a hotspot test checking this functionality?
Not an easy thing to accomplish. I will look into this.
I managed to add a test that verifies at least the core functionality. Please, have a look.
JBR-5956 Provide more details on assertion failure
Use
JNU_RUNTIME_ASSERT(env, cond, msg)
defined in jni_util.h to crash JVM whencond
is not true with the given message and source location information in the fatal error log.