< prev index next >

src/share/vm/utilities/debug.cpp

Print this page

        

*** 491,501 **** } extern "C" void universe() { Command c("universe"); ! Universe::print(); } extern "C" void verify() { // try to run a verify on the entire system --- 491,501 ---- } 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 >