hotspot/src/share/vm/opto/compile.hpp
changeset 40664 1ec65b303bb7
parent 40040 7644f470d923
child 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/opto/compile.hpp	Mon Aug 22 15:54:22 2016 +0000
+++ b/hotspot/src/share/vm/opto/compile.hpp	Tue Aug 23 19:21:48 2016 +0200
@@ -729,7 +729,7 @@
     if (event.should_commit()) {
       event.set_starttime(C->_latest_stage_start_counter);
       event.set_phase((u1) cpt);
-      event.set_compileID(C->_compile_id);
+      event.set_compileId(C->_compile_id);
       event.set_phaseLevel(level);
       event.commit();
     }
@@ -748,7 +748,7 @@
     if (event.should_commit()) {
       event.set_starttime(C->_latest_stage_start_counter);
       event.set_phase((u1) PHASE_END);
-      event.set_compileID(C->_compile_id);
+      event.set_compileId(C->_compile_id);
       event.set_phaseLevel(level);
       event.commit();
     }