0
comment
comment
on 2/1/2016 8:52 AM
I've recently had reason to do a bit of work with JNI . Throughout the course of this work I had to do quite a lot of Googling in order to figure out how to properly manage the caching of various JNI objects used by my C++ code. Some JNI objects can be safely cached … Continue reading JNI object lifetimes - quick reference →