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
Summary: Use javaClassStatic() for class references stored in static variables - creates global references safe for persistence
findClassLocal() returns a local reference. Storing it in static auto exceptionClass = ... could result in potential 'invalid local reference:'
as local references become invalid when the JNI frame ends
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
0 commit comments