7120511: Add diagnostic commands

Reviewed-by: acorn, phh, dcubed, sspitsyn
This commit is contained in:
Frederic Parain 2012-01-09 10:27:24 +01:00
parent 66388c03c9
commit 849571d5b3
11 changed files with 454 additions and 53 deletions

View file

@ -140,7 +140,7 @@ jint init_globals() {
// All the flags that get adjusted by VM_Version_init and os::init_2
// have been set so dump the flags now.
if (PrintFlagsFinal) {
CommandLineFlags::printFlags();
CommandLineFlags::printFlags(tty, false);
}
return JNI_OK;