diff -r a2b2936240b9 -r 1ec65b303bb7 hotspot/src/share/vm/runtime/safepoint.cpp --- 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;