< prev index next >

src/share/vm/runtime/globals.cpp

Print this page

        

@@ -91,11 +91,11 @@
 #endif
 }
 
 void Flag::check_writable() {
   if (is_constant_in_binary()) {
-    fatal(err_msg("flag is constant: %s", _name));
+    fatal("flag is constant: %s", _name);
   }
 }
 
 bool Flag::is_bool() const {
   return strcmp(_type, "bool") == 0;
< prev index next >