diff src/share/vm/runtime/init.cpp @ 4774:865e0817f32b

Merge
author kamg
date Tue, 10 Jan 2012 15:47:19 -0500
parents 4f25538b54c9
children aa3d708d67c4
line wrap: on
line diff
--- a/src/share/vm/runtime/init.cpp	Fri Jan 06 20:09:20 2012 -0800
+++ b/src/share/vm/runtime/init.cpp	Tue Jan 10 15:47:19 2012 -0500
@@ -140,7 +140,7 @@
   // 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;