changeset 40664 | 1ec65b303bb7 |
parent 39421 | a9652c919db8 |
child 40883 | 765d366c28e1 |
--- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Mon Aug 22 15:54:22 2016 +0000 +++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Tue Aug 23 19:21:48 2016 +0200 @@ -4255,7 +4255,7 @@ #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());