< prev index next >

src/share/vm/runtime/globals.cpp

Print this page

        

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