We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
章节 第 9 章 撤销偏向锁
相关截图或文字
所以,如果应用程序里所有的锁通常处于竞争状态,那么偏向锁就会是一种累赘,对于这种情况,我们可以一开始就把偏向锁这个默认功能给关闭: -XX:UseBiasedLocking=false。
所以,如果应用程序里所有的锁通常处于竞争状态,那么偏向锁就会是一种累赘,对于这种情况,我们可以一开始就把偏向锁这个默认功能给关闭:
-XX:UseBiasedLocking=false。
修正意见 删去句号标点
The text was updated successfully, but these errors were encountered:
No branches or pull requests
章节
第 9 章 撤销偏向锁
相关截图或文字
修正意见
删去句号标点
The text was updated successfully, but these errors were encountered: