ReferenceTable overflow (max=512) JNI

后端 未结 1 620
不思量自难忘°
不思量自难忘° 2020-12-03 12:02

I am a little stuck with this one... ReferenceTable overflow (max=512), I am sure it has to do with the Number of Local References getting created in my native method call..

相关标签:
1条回答
  • 2020-12-03 12:26

    You need to delete local reference from oneDim object: env->DeleteLocalRef(oneDim);.

    0 讨论(0)
提交回复
热议问题