午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術文章
文章詳情頁

java - 關于多線程notify的問題

瀏覽:175日期:2023-12-10 15:47:24

問題描述

public class WaitTest { static class ThreadA extends Thread {public ThreadA(String name){ super(name);}@Overridepublic void run() { synchronized (this){ System.out.println(Thread.currentThread().getName()+' call notify()'); //notify();//notify之后 要等到這個代碼塊結束之后才會把鎖讓出去,當然如果在notify之后又有wait,那就會主動把鎖讓出去 try { System.out.println(Thread.currentThread().getName()+' wait'); //wait(); //Thread.sleep(10000); } catch (Exception e) { e.printStackTrace(); } System.out.println(Thread.currentThread().getName()+' after notify'); }} } public static void main(String[] args) throws InterruptedException {ThreadA t1 =new ThreadA('t1');synchronized (t1){ System.out.println(Thread.currentThread().getName()+' start t1'); t1.start(); System.out.println(Thread.currentThread().getName()+' wait'); t1.wait();////System.out.println(Thread.currentThread().getName()+' notify'); // t1.notify(); System.out.println(t1.getName()); System.out.println(Thread.currentThread().getName()+' continue'); //t1.notify();} }}

照理來說 t1.wait() 應該會阻塞主線程,并沒有其他地方notify而去掉t1.start()之后,就能阻塞住了

這是什么道理?編譯器優化?還是synchronized代碼塊內如果不對monitor進行操作,結束主動notify??

問題解答

回答1:

并不是優化其實,跟線程的執行有關的。在java doc中,public final synchronized void join(long millis)這個方法的注釋上面寫著一句話

<p> This implementation uses a loop of {@code this.wait} calls conditioned on {@code this.isAlive}. As a thread terminates the {@code this.notifyAll} method is invoked. It is recommended that applications not use {@code wait}, {@code notify}, or {@code notifyAll} on {@code Thread} instances.

看到加黑體,其實是線程結束之后調用的notifyAll導致wait蘇醒的。并不是什么虛擬機優化導致的。希望能解答你的困惑

標簽: java
相關文章:
主站蜘蛛池模板: 成人99视频 | 欧美激精品 | 天天躁日日躁狠狠躁喷水 | 亚洲视频在线观看一区二区 | 成人公开免费视频 | 亚洲高清在线视频 | 久久福利小视频 | 黄色综合网站 | 精品国产一区二区三区久久久蜜臀 | 久久精品成人一区二区三区蜜臀 | 国产a级免费| 噜噜噜影院 | 国产香蕉av | 亚洲 日本 欧美 中文幕 | 日韩一级免费毛片 | 一区二区三区四区五区视频 | 99色99| 爱草在线 | 天天操 夜夜操 | 韩国舌吻呻吟激吻原声 | 亚洲二级片 | 久久成人福利 | 91av一区二区三区 | 欧美日韩精 | 国产精品国产精品88 | 欧美一级做性受免费大片免费 | 色人人 | 欧美日韩在线播放 | 五月天综合视频 | 日本在线一区二区 | 六月婷婷综合 | 2014天堂网| 日韩尤物| 亚洲免费黄色网址 | 日韩成人不卡 | 中文无码日韩欧 | 夜夜操夜夜操 | 日韩三级国产 | 日本久久中文字幕 | 一区二区三区四区在线免费观看 | 亚洲精品黄色 |