Skip to content

Move CDS warmup to the CLI directly#1553

Merged
mtdowling merged 1 commit intomainfrom
move-cds-to-cli
Dec 21, 2022
Merged

Move CDS warmup to the CLI directly#1553
mtdowling merged 1 commit intomainfrom
move-cds-to-cli

Conversation

@mtdowling
Copy link
Copy Markdown
Member

The Java class data sharing archive can now be created by the CLI using the warmup command. This makes it possible to build the CDS archive during an install step so that the archive uses the right paths. Creating the archive before distributing the CLI results in the archive using absolute paths pointing to the where the CLI was built rather than where it is installed on end user machines.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mtdowling mtdowling requested a review from a team as a code owner December 20, 2022 22:04
The Java class data sharing archive can now be created by the CLI
using the warmup command. This makes it possible to build the CDS
archive during an install step so that the archive uses the right
paths. Creating the archive before distributing the CLI results in
the archive using absolute paths pointing to the where the CLI was
built rather than where it is installed on end user machines.
@mtdowling mtdowling merged commit 4928d71 into main Dec 21, 2022
@mtdowling mtdowling deleted the move-cds-to-cli branch March 21, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants