Class JNICalls

java.lang.Object
org.graalvm.jniutils.JNICalls

public final class JNICalls extends Object
Support for calling into HotSpot using JNI. In addition to calling a method using JNI, the JNICalls also perform JNI call tracing and exception handling. All JNI calls into HotSpot must use this support to correctly merge HotSpot and native image stack traces.