mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8164523: Clean up metadata for event based tracing
Reviewed-by: mlarsson, mgronlun
This commit is contained in:
parent
d4728727fb
commit
c98e599afa
23 changed files with 271 additions and 278 deletions
|
@ -4255,7 +4255,7 @@ void GraphBuilder::print_inlining(ciMethod* callee, const char* msg, bool succes
|
|||
#if INCLUDE_TRACE
|
||||
EventCompilerInlining event;
|
||||
if (event.should_commit()) {
|
||||
event.set_compileID(compilation()->env()->task()->compile_id());
|
||||
event.set_compileId(compilation()->env()->task()->compile_id());
|
||||
event.set_message(msg);
|
||||
event.set_succeeded(success);
|
||||
event.set_bci(bci());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue