- 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.
推薦閱讀
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- C語言程序設(shè)計(jì)
- Effective Python Penetration Testing
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- PhpStorm Cookbook
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- Linux Device Drivers Development
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- Python Data Science Cookbook
- Simulation for Data Science with R
- Yii2 By Example
- Python無監(jiān)督學(xué)習(xí)
- 零基礎(chǔ)學(xué)Java(升級版)