You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All references produced implicitly by the JVM are local refs. They need to be managed with PushLocalFrame and PopLocalFrame. Furthermore, any reference that is meant to be shared cross-thread must be a global ref or weak global ref.
The text was updated successfully, but these errors were encountered:
All references produced implicitly by the JVM are local refs. They need to be managed with
PushLocalFrame
andPopLocalFrame
. Furthermore, any reference that is meant to be shared cross-thread must be a global ref or weak global ref.The text was updated successfully, but these errors were encountered: