- 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
推薦閱讀
- Extending Jenkins
- 零基礎(chǔ)學(xué)MQL:基于EA的自動化交易編程
- Visual C#.NET程序設(shè)計
- 大學(xué)計算機基礎(chǔ)實驗指導(dǎo)
- ServiceNow:Building Powerful Workflows
- Test-Driven Machine Learning
- Node學(xué)習(xí)指南(第2版)
- 零代碼實戰(zhàn):企業(yè)級應(yīng)用搭建與案例詳解
- 視窗軟件設(shè)計和開發(fā)自動化:可視化D++語言
- Java EE實用教程
- Python深度學(xué)習(xí)(第2版)
- Java基礎(chǔ)案例教程(第2版)
- Serverless從入門到進(jìn)階:架構(gòu)、原理與實踐
- CISSP in 21 Days(Second Edition)
- FORTRAN程序設(shè)計權(quán)威指南