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
keep Runnable r strongly reachable so that it is not reclaimable by GC
The GC might occur before the second native library loading by another
class loader, keep Runnable r strongly reachable so that it is not
reclaimable by GC, and ensure UnsatisfiedLinkError.
Signed-off-by: Jason Feng <[email protected]>
0 commit comments