volatile
线程对变量进行修改后,立刻写回到主内存
线程对变量读取的时候,从主内存中读取,而不是缓冲,避免了指令重排
银海网站建设公司创新互联建站,银海网站设计制作,有大型网站制作公司丰富经验。已为银海上千多家提供企业网站建设服务。企业网站搭建\成都外贸网站建设要多少钱,请找那个售后服务好的银海做网站的公司定做!
无法破除循环
public class my {
private volatile static int num=0;
public static void main(String[]args) throws InterruptedException
{
new Thread(()->{
while(num==0)
{
}
}).start();
Thread.sleep(1000);
num=1; //理论上1秒后停止,因为死循环没有办法同步num
}
}
修改后:
public class my {
private volatile static int num=0;
public static void main(String[]args) throws InterruptedException
{
new Thread(()->{
while(num==0)
{
}
}).start();
Thread.sleep(1000);
num=1; //理论上1秒后停止,因为死循环没有办法同步num
}
售后响应及时
7×24小时客服热线数据备份
更安全、更高效、更稳定价格公道精准
项目经理精准报价不弄虚作假合作无风险
重合同讲信誉,无效全额退款