You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using static finals to cache jclass references, we can have have a map in package:jni that can use a LRU to cache all JClasses. This way, the maximum number of references the user is willing to allocate to caching can be set (maybe with a default like 256).
The text was updated successfully, but these errors were encountered:
Instead of using
static final
s to cache jclass references, we can have have a map inpackage:jni
that can use a LRU to cache all JClasses. This way, the maximum number of references the user is willing to allocate to caching can be set (maybe with a default like 256).The text was updated successfully, but these errors were encountered: