src/share/vm/runtime/init.cpp

changeset 3402
4f25538b54c9
parent 3378
7ab5f6318694
child 3499
aa3d708d67c4
equal deleted inserted replaced
3383:66259eca2bf7 3402:4f25538b54c9
138 } 138 }
139 139
140 // All the flags that get adjusted by VM_Version_init and os::init_2 140 // All the flags that get adjusted by VM_Version_init and os::init_2
141 // have been set so dump the flags now. 141 // have been set so dump the flags now.
142 if (PrintFlagsFinal) { 142 if (PrintFlagsFinal) {
143 CommandLineFlags::printFlags(); 143 CommandLineFlags::printFlags(tty, false);
144 } 144 }
145 145
146 return JNI_OK; 146 return JNI_OK;
147 } 147 }
148 148

mercurial