comparison src/share/vm/graal/graalCompiler.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 e98942f26fa4
comparison
equal deleted inserted replaced
18042:3498d73280c8 18043:f55f2d400797
109 } 109 }
110 } 110 }
111 } while (qsize != 0); 111 } while (qsize != 0);
112 112
113 if (PrintBootstrap) { 113 if (PrintBootstrap) {
114 tty->print_cr(" in %d ms (compiled %d methods)", os::javaTimeMillis() - start, _methodsCompiled); 114 tty->print_cr(" in " JLONG_FORMAT " ms (compiled %d methods)", os::javaTimeMillis() - start, _methodsCompiled);
115 } 115 }
116 _bootstrapping = false; 116 _bootstrapping = false;
117 #ifndef PRODUCT 117 #ifndef PRODUCT
118 if (CompileTheWorld) { 118 if (CompileTheWorld) {
119 compile_the_world(); 119 compile_the_world();