- Java 11 and 12:New Features
- Mala Gupta
- 92字
- 2021-07-02 12:27:06
Summary
In this chapter, we covered two JEPs that have brought improvements to the GC domain. JEP 304 improves the source code isolation of GCs by introducing a GC interface. It organizes the HotSpot internal GC code, enables GC developers to add new GCs to HotSpot with ease, and makes it easier to exclude a GC from a specific JDK build. JEP 307 improves the worst-case latencies of your application by making full G1 GC parallel.
In the next chapter, we will go through multiple smaller additions and modifications in Java 10.
推薦閱讀
- .NET之美:.NET關鍵技術深入解析
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Vue.js 2 and Bootstrap 4 Web Development
- Offer來了:Java面試核心知識點精講(原理篇)
- 區塊鏈:以太坊DApp開發實戰
- MySQL數據庫管理與開發(慕課版)
- 網絡爬蟲原理與實踐:基于C#語言
- 微信小程序全棧開發技術與實戰(微課版)
- “笨辦法”學C語言
- 深入淺出Go語言編程
- Essential C++(中文版)
- R語言數據可視化:科技圖表繪制
- Elasticsearch搜索引擎構建入門與實戰
- Visual C++實用教程
- React Router Quick Start Guide