mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
7120511: Add diagnostic commands
Reviewed-by: acorn, phh, dcubed, sspitsyn
This commit is contained in:
parent
66388c03c9
commit
849571d5b3
11 changed files with 454 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue