從volatile看Java內存可見性

現象: public class TestVolatile { public static void main(String[] args) { ThreadDemo td = new ThreadDemo(); new Thread(td).start(); while(true){ if(td.isFlag()){ System.out.println("-----
相關文章
相關標籤/搜索