[2.15.0] 优化子线程切主线程操作
This commit is contained in:
@@ -21,7 +21,7 @@ public class ObjectHashCodeUtils {
|
||||
if (value != null) {
|
||||
return value;
|
||||
}
|
||||
int hashCode = System.identityHashCode(obj);
|
||||
int hashCode = - System.identityHashCode(obj);
|
||||
hashCodes.put(name, hashCode);
|
||||
return hashCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user