8164523: Clean up metadata for event based tracing

Reviewed-by: mlarsson, mgronlun
This commit is contained in:
Erik Gahlin 2016-08-23 19:21:48 +02:00
parent d4728727fb
commit c98e599afa
23 changed files with 271 additions and 278 deletions

View file

@ -173,7 +173,7 @@ void SafepointSynchronize::begin() {
// block itself when it attempts transitions to a new state.
//
{
EventSafepointStateSync sync_event;
EventSafepointStateSynchronization sync_event;
int initial_running = 0;
_state = _synchronizing;