- Java 11 and 12:New Features
- Mala Gupta
- 86字
- 2021-07-02 12:27:05
Benefits
By isolating the GC source code, the HotSpot internal GC code is organized better, meeting the basic design principles, which recommend code modularity and organization. A clean GC interface will help developers to add new GCs to HotSpot with ease. GC code segregation also makes it easier to exclude a GC from a specific JDK build.
It doesn't add any new GCs or remove an existing one.
GC code isolation and the GC interface makes it easier to exclude a GC from a JDK build.
推薦閱讀
- Java系統分析與架構設計
- 程序員考試案例梳理、真題透解與強化訓練
- 前端架構:從入門到微前端
- Mastering Scientific Computing with R
- .NET 3.5編程
- SQL Server數據庫管理與開發兵書
- C語言程序設計習題與實驗指導
- Java圖像處理:基于OpenCV與JVM
- 人工智能算法(卷1):基礎算法
- Arduino Wearable Projects
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- Qt 4開發實踐
- Python面試通關寶典
- C++面向對象程序設計
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)