mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8164523: Clean up metadata for event based tracing
Reviewed-by: mlarsson, mgronlun
This commit is contained in:
parent
d4728727fb
commit
c98e599afa
23 changed files with 271 additions and 278 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue