- 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.
推薦閱讀
- 機器學習系統:設計和實現
- INSTANT FreeMarker Starter
- 算法訓練營:入門篇(全彩版)
- OpenCV 3和Qt5計算機視覺應用開發
- Easy Web Development with WaveMaker
- 3D少兒游戲編程(原書第2版)
- INSTANT Passbook App Development for iOS How-to
- SQL Server從入門到精通(第3版)
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- 零基礎趣學C語言
- Orchestrating Docker
- RocketMQ實戰與原理解析
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- STM8實戰