diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2016-09-17 13:00:35 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2016-09-18 12:42:39 +0800 |
commit | a7376dbdcdca7862d59951595b6faad31e200465 (patch) | |
tree | a0f4bddce5b9ef7767d9fb852763c5a8bb4bf8c1 /source | |
parent | aba9c53326c3b1f4f3889c6621a37798a176d354 (diff) | |
download | mupdf-a7376dbdcdca7862d59951595b6faad31e200465.tar.xz |
JNI: Finalizers must be able to run with pointer being null.
Applications must be able to run e.g. Document.destroy() and later
set that reference to null and have the JVM successfully run the
finalizer an arbitrary time later. Previously the JVM would fail
to do so because the finalizer would throw an exception since the
native pointer was null.
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions