U.compareAndSwapInt(this, SIZECTL, sc, -1)如果 SIZECTL 的值等于sc,则将 SIZECTL 赋值为 -1 来源:https://www.cnblogs.com/newlangwen/p/11876105.html 标签 源码