sun.zip.disableMemoryMapping__開源項目(Open

來源:互聯網
上載者:User

有時候你如果修改了JVM正在load的jar檔案,會導致JVM crash。stacktrace是在java.util.zip.ZipFile.getEntry() 時發生的。

There are three possible scenarios here:
1. While a class is in use it is dynamically reloaded from a jar file.
2. While a jar file is being accessed by the class loader, the jar file is being modified.
3. A Jarfile which was bigger than 4GB was accessed (applies to Java 6 and earlier only)


那麼解決辦法就是要確保當JVM在裝載jar檔案的時候,jar檔案不要被其它程式更新或者修改。後來JVM就引入了一個新的性質sun.zip.disableMemoryMapping,如果在JVM啟動時加上參數-Dsun.zip.disableMemoryMapping=true,然後JVM在遇到這種情況下的時候就不crash。


當然不能過度依賴這個性質,因為jar檔案在被load的時候被更新可能會導致程式執行異常,更容易出bug等問題。

原文:http://blog.csdn.net/hongchangfirst/article/details/78950369

作者:hongchangfirst

hongchangfirst的首頁:http://blog.csdn.net/hongchangfirst

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.