8270801: Print VM arguments with java -Xlog:arguments
Reviewed-by: dholmes, xliu, stuefe, minqi
This commit is contained in:
parent
a5c9094fdb
commit
f8ec3b68f3
@ -3989,6 +3989,11 @@ jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
|
||||
|
||||
apply_debugger_ergo();
|
||||
|
||||
if (log_is_enabled(Info, arguments)) {
|
||||
LogStream st(Log(arguments)::info());
|
||||
Arguments::print_on(&st);
|
||||
}
|
||||
|
||||
return JNI_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user