hotspot/src/share/vm/memory/universe.cpp
changeset 8724 693c6b883b54
parent 8076 96d498ec7ae1
child 8725 8c1e3dd5fe1b
equal deleted inserted replaced
8689:1d9c2c94ce9b 8724:693c6b883b54
  1311   SystemDictionary::verify();
  1311   SystemDictionary::verify();
  1312   if (!silent) gclog_or_tty->print("hand ");
  1312   if (!silent) gclog_or_tty->print("hand ");
  1313   JNIHandles::verify();
  1313   JNIHandles::verify();
  1314   if (!silent) gclog_or_tty->print("C-heap ");
  1314   if (!silent) gclog_or_tty->print("C-heap ");
  1315   os::check_heap();
  1315   os::check_heap();
       
  1316   if (!silent) gclog_or_tty->print("code cache ");
       
  1317   CodeCache::verify_oops();
  1316   if (!silent) gclog_or_tty->print_cr("]");
  1318   if (!silent) gclog_or_tty->print_cr("]");
  1317 
  1319 
  1318   _verify_in_progress = false;
  1320   _verify_in_progress = false;
  1319 }
  1321 }
  1320 
  1322