- Java 11 and 12:New Features
- Mala Gupta
- 86字
- 2021-07-02 12:27:05
The GC interface
Imagine what happens if you are a developer working on a new GC? Or, a HotSpot developer (not a GC developer) working on modifying the existing GC code? Prior to JEP 304 or Java 10, you will have had a tough life because the GC code was scattered all over the HotSpot source code.
The objective of JDK Enhancement Proposals (JEP) 304 is to improve the source code isolation of GCs by introducing a GC interface. This offers a number of benefits.
推薦閱讀
- Learning Scala Programming
- 流量的秘密:Google Analytics網站分析與優(yōu)化技巧(第2版)
- Mastering Objectoriented Python
- 大學計算機基礎實驗教程
- Python機器學習經典實例
- Learning Salesforce Einstein
- Android系統級深入開發(fā)
- Python深度學習:模型、方法與實現
- 持續(xù)輕量級Java EE開發(fā):編寫可測試的代碼
- 深入解析Java編譯器:源碼剖析與實例詳解
- 面向對象程序設計及C++(第3版)
- AngularJS UI Development
- Learning Alfresco Web Scripts
- 從零開始學UI設計·基礎篇
- Unity3D游戲開發(fā)標準教程