< prev index next >

src/share/vm/utilities/debug.cpp

Print this page

        

*** 493,503 **** } extern "C" void universe() { Command c("universe"); ! Universe::print(); } extern "C" void verify() { // try to run a verify on the entire system --- 493,503 ---- } extern "C" void universe() { Command c("universe"); ! Universe::print_on(tty); } extern "C" void verify() { // try to run a verify on the entire system
< prev index next >