changeset 35114 | 3d49d37ab9c4 |
parent 33626 | 3c94db05e903 |
child 35547 | 0ee84aa8e705 |
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp Mon Dec 07 15:42:47 2015 +0100 +++ b/hotspot/src/share/vm/compiler/compileBroker.hpp Sun Dec 13 22:51:13 2015 +0100 @@ -276,7 +276,7 @@ CompileQueue *q = compile_queue(comp_level); return q != NULL ? q->size() : 0; } - static void compilation_init(); + static void compilation_init(TRAPS); static void init_compiler_thread_log(); static nmethod* compile_method(const methodHandle& method, int osr_bci,