File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3757,9 +3757,10 @@ general form:
3757
3757
be loaded on top of those in the ` <static_archive> ` .
3758
3758
- On Windows, the above path delimiter ` : ` should be replaced with ` ; `
3759
3759
3760
- (The names "static" and "dynamic" are used for historical reasons.
3761
- The only significance is that the "static" archive is loaded first and
3762
- the "dynamic" archive is loaded second).
3760
+ The names "static" and "dynamic" are used for historical reasons. The dynamic
3761
+ archive, while still useful, supports fewer optimizations than
3762
+ available for the static CDS archive. If the full set of CDS/AOT
3763
+ optimizations are desired, consider using the AOT cache described below.
3763
3764
3764
3765
The JVM can use up to two archives. To use only a single ` <static_archive> ` ,
3765
3766
you can omit the ` <dynamic_archive> ` portion:
You can’t perform that action at this time.
0 commit comments