hotspot/src/share/vm/runtime/safepoint.cpp
changeset 40664 1ec65b303bb7
parent 40655 9f644073d3a0
child 46473 d43055e806c9
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Mon Aug 22 15:54:22 2016 +0000
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Tue Aug 23 19:21:48 2016 +0200
@@ -173,7 +173,7 @@
   //     block itself when it attempts transitions to a new state.
   //
   {
-    EventSafepointStateSync sync_event;
+    EventSafepointStateSynchronization sync_event;
     int initial_running = 0;
 
     _state            = _synchronizing;