Skip to content

Commit

Permalink
8348013: [doc] fix typo in java.md caused by JDK-8347763
Browse files Browse the repository at this point in the history
Reviewed-by: iklam
  • Loading branch information
calvinccheung committed Jan 18, 2025
1 parent 6ef860c commit e1cf351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/java.base/share/man/java.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1994, 2025, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -3978,12 +3978,12 @@ The values for these options (if specified), should be identical when creating a
CDS archive. Otherwise, if there is a mismatch of any of these options, the CDS archive may be
partially or completely disabled, leading to lower performance.

- If the -XX:+AOTClassLoading options *was* used during CDS archive creation, the CDS archive
- If the -XX:+AOTClassLinking options *was* used during CDS archive creation, the CDS archive
cannot be used, and the following error message is printed:

`CDS archive has aot-linked classes. It cannot be used when archived full module graph is not used`

- If the -XX:+AOTClassLoading options *was not* used during CDS archive creation, the CDS archive
- If the -XX:+AOTClassLinking options *was not* used during CDS archive creation, the CDS archive
can be used, but the "archived module graph" feature will be disabled. This can lead to increased
start-up time.

Expand Down

0 comments on commit e1cf351

Please sign in to comment.