This commit is contained in:
Abhijit Saha 2012-05-21 14:56:33 -07:00
commit 1c1f4add53
269 changed files with 9098 additions and 6306 deletions

View file

@ -829,6 +829,9 @@ bool Arguments::process_argument(const char* arg,
} else {
jio_fprintf(defaultStream::error_stream(), "%s", locked_message_buf);
}
} else {
jio_fprintf(defaultStream::error_stream(),
"Unrecognized VM option '%s'\n", argname);
}
// allow for commandline "commenting out" options like -XX:#+Verbose