I know that ‘crossing boundaries’ when making a JNI call in Java is slow.
However I want to know what is it that makes it slow?
What does the underlying jvm implementation do when making a JNI call that makes it so slow?
I know that ‘crossing boundaries’ when making a JNI call in Java is slow.
However I want to know what is it that makes it slow?
What does the underlying jvm implementation do when making a JNI call that makes it so slow?