> anyone have experience with JNI performance on Java 6u16+? I remember it > used to be painful slow, but that's like 4 major releases ago, and > apparently <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5086424> it's > been upgraded since then...
>From my experience down calls (Java -> Native) are very fast now (up calls Native -> Java, not so much). However, most of my recent experience is with a C-based messaging library (albeit a high performance one), which would have a lower call frequency than the rendering of a Mandelbrot set. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
