comparison src/share/vm/graal/graalCompilerToVM.cpp @ 18043:f55f2d400797

Fix some format strings
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 20:34:55 +0200
parents 4a6e24a8fc2c
children 94faadc823ea
comparison
equal deleted inserted replaced
18042:3498d73280c8 18043:f55f2d400797
464 { 464 {
465 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag); 465 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
466 CodeCache::print_summary(&s, false); 466 CodeCache::print_summary(&s, false);
467 } 467 }
468 ttyLocker ttyl; 468 ttyLocker ttyl;
469 tty->print_cr(s.as_string()); 469 tty->print_raw_cr(s.as_string());
470 } 470 }
471 471
472 if (result != GraalEnv::ok) { 472 if (result != GraalEnv::ok) {
473 assert(cb == NULL, "should be"); 473 assert(cb == NULL, "should be");
474 } else { 474 } else {