src/share/vm/compiler/compileBroker.cpp

changeset 3318
cc81b9c09bbb
parent 3260
670a74b863fc
child 3452
20334ed5ed3c
child 3481
de268c8a8075
     1.1 --- a/src/share/vm/compiler/compileBroker.cpp	Tue Nov 22 09:45:57 2011 +0100
     1.2 +++ b/src/share/vm/compiler/compileBroker.cpp	Mon Nov 28 15:46:31 2011 -0800
     1.3 @@ -1748,7 +1748,7 @@
     1.4      tty->print("%4d ", compile_id);    // print compilation number
     1.5      tty->print("%s ", (is_osr ? "%" : " "));
     1.6      int code_size = (task->code() == NULL) ? 0 : task->code()->total_size();
     1.7 -    tty->print_cr("size: %d time: %d inlined: %d bytes", code_size, time.milliseconds(), task->num_inlined_bytecodes());
     1.8 +    tty->print_cr("size: %d time: %d inlined: %d bytes", code_size, (int)time.milliseconds(), task->num_inlined_bytecodes());
     1.9    }
    1.10  
    1.11    if (compilable == ciEnv::MethodCompilable_never) {

mercurial