diff -r a2b2936240b9 -r 1ec65b303bb7 hotspot/src/share/vm/c1/c1_GraphBuilder.cpp --- 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());