王连宝

Results 2 issues of 王连宝

Relinker should be thread safe, but `ReLinkerInstance` implement code: ```java public class ReLinkerInstance { private static final String LIB_DIR = "lib"; protected final Set loadedLibraries = new HashSet(); ...... }...

## PR Description - As we know ObjectPool cache some Poolable Objects, but some Poolable Object reference to View Object, and View Object reference to Context Object, And ObjectPool is...