mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8312150: Remove -Xnoagent option
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
d632d743e0
commit
d2ba3b1ef7
2 changed files with 1 additions and 5 deletions
|
@ -2591,9 +2591,6 @@ jint Arguments::parse_each_vm_init_arg(const JavaVMInitArgs* args, bool* patch_m
|
|||
// -Xdebug
|
||||
} else if (match_option(option, "-Xdebug")) {
|
||||
warning("Option -Xdebug was deprecated in JDK 22 and will likely be removed in a future release.");
|
||||
// -Xnoagent
|
||||
} else if (match_option(option, "-Xnoagent")) {
|
||||
warning("Option -Xnoagent was deprecated in JDK 22 and will likely be removed in a future release.");
|
||||
} else if (match_option(option, "-Xloggc:", &tail)) {
|
||||
// Deprecated flag to redirect GC output to a file. -Xloggc:<filename>
|
||||
log_warning(gc)("-Xloggc is deprecated. Will use -Xlog:gc:%s instead.", tail);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue