google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
244 stars 29 forks source link

Add configurable options for class ID and method IDs being released. #286

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 4 months ago

Add configurable options for class ID and method IDs being released.

Because of testing, all class IDs and method IDs had to be manually tracked in vectors which is unnecessary unless you intend to tear down and restore the JVM.

https://github.com/google/jni-bind/issues/31