Skip to content
  • Volker Krause's avatar
    Support JNI handle pass-through also for method return values · ee8bd263
    Volker Krause authored
    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.
    ee8bd263