mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
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:
parent
d63b9025d8
commit
f824f8c3cb
19 changed files with 386 additions and 313 deletions
|
@ -528,7 +528,7 @@ Parse::Parse(JVMState* caller, ciMethod* parse_method, float expected_uses)
|
|||
methods_parsed++;
|
||||
#ifndef PRODUCT
|
||||
// add method size here to guarantee that inlined methods are added too
|
||||
if (TimeCompiler)
|
||||
if (CITime)
|
||||
_total_bytes_compiled += method()->code_size();
|
||||
|
||||
show_parse_info();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue