What makes JNI calls 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?

4 Answers
4

Leave a Comment