- Java 11 and 12:New Features
- Mala Gupta
- 115字
- 2021-07-02 12:27:02
AppCDS
Application Class-Data Sharing, or AppCDS, extends the capabilities of Class-Data Sharing (CDS). It enables programmers to include selected application classes in the shared archive file, along with the core library classes, to reduce the startup time of Java applications. It also results in a reduced memory footprint.
The shared archive file created with AppCDS can include classes from the runtime image, application classes from the runtime image, and application classes from the classpath.
In this chapter, we'll cover the following topics:
- Introduction to CDS
- Creating a shared archive with CDS
- Introduction to AppCDS
- Identifying application files to be placed in the shared archive with AppCDS
- Creating and using a shared application archive file
推薦閱讀
- 現(xiàn)代C++編程:從入門到實踐
- Network Automation Cookbook
- Python計算機視覺編程
- Web程序設計(第二版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- C程序設計案例教程
- Working with Odoo
- Android系統(tǒng)級深入開發(fā)
- 精通Python自動化編程
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Instant Automapper
- Visual C++開發(fā)寶典
- Bitcoin Essentials