mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8322322: Support archived full module graph when -Xbootclasspath/a is used
Reviewed-by: alanb, mchung
This commit is contained in:
parent
3fbccb01dc
commit
3b1e56a427
4 changed files with 53 additions and 14 deletions
|
@ -2215,10 +2215,6 @@ jint Arguments::parse_each_vm_init_arg(const JavaVMInitArgs* args, bool* patch_m
|
|||
// -bootclasspath/a:
|
||||
} else if (match_option(option, "-Xbootclasspath/a:", &tail)) {
|
||||
Arguments::append_sysclasspath(tail);
|
||||
#if INCLUDE_CDS
|
||||
MetaspaceShared::disable_optimized_module_handling();
|
||||
log_info(cds)("optimized module handling: disabled because bootclasspath was appended");
|
||||
#endif
|
||||
// -bootclasspath/p:
|
||||
} else if (match_option(option, "-Xbootclasspath/p:", &tail)) {
|
||||
jio_fprintf(defaultStream::output_stream(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue