Skip to content
Commit ee8bd263 authored by Volker Krause's avatar Volker Krause
Browse files

Support JNI handle pass-through also for method return values

For this we return a wrapper type instead of a converted complex type that
can implicitly convert to either the actual object or a JNI handle. This
way we can skip the potential expensive conversion when passing a return
value directly to another JNI method.
parent fb4d7078
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment