• O
    Add proper exception checks when returning to native from Java. · ca3be996
    olly 提交于
    The pending exception will be thrown upon returning to Java
    from native, but we should return early rather than continuing
    to execute the native method to the end so as to avoid undefined
    behavior. Note that the return value is irrelevant (because the
    pending exception will be thrown).
    
    -------------
    Created by MOE: https://github.com/google/moe
    MOE_MIGRATED_REVID=184119606
    ca3be996
opus_jni.cc 5.7 KB