hotspot/src/share/vm/opto/bytecodeInfo.cpp
changeset 40664 1ec65b303bb7
parent 33451 0712796e4039
child 46270 2e7898927798
--- a/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Mon Aug 22 15:54:22 2016 +0000
+++ b/hotspot/src/share/vm/opto/bytecodeInfo.cpp	Tue Aug 23 19:21:48 2016 +0200
@@ -508,7 +508,7 @@
 #if INCLUDE_TRACE
   EventCompilerInlining event;
   if (event.should_commit()) {
-    event.set_compileID(C->compile_id());
+    event.set_compileId(C->compile_id());
     event.set_message(inline_msg);
     event.set_succeeded(success);
     event.set_bci(caller_bci);