Examples: AndroidMath: Java9 compatibility fixed - finalizers can not be used.

git-svn-id: svn://ultimatepp.org/upp/trunk@16026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2021-07-19 20:56:16 +00:00
parent 181edf9277
commit e96f8d39c7
3 changed files with 12 additions and 9 deletions

View file

@ -30,7 +30,7 @@ extern "C" {
mm.MakeCopy(env, jobjThis, jobjThat);
}
JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_nativeFinalize(
JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_nativeDispose(
JNIEnv *env,
jobject obj)
{