8058968: Compiler time traces should be improved

Use CITime consistently, make C2 to report to CompilerBroker, more probes.

Reviewed-by: vlivanov, jrose
This commit is contained in:
Aleksey Shipilev 2014-09-25 12:10:57 +04:00
parent d63b9025d8
commit f824f8c3cb
19 changed files with 386 additions and 313 deletions

View file

@ -147,7 +147,7 @@ void C2Compiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci) {
void C2Compiler::print_timers() {
// do nothing
Compile::print_timers();
}
int C2Compiler::initial_code_buffer_size() {