File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
63
63
64
64
static const ZStatSubPhase ZSubPhaseConcurrentMark (" Concurrent Mark" );
65
65
static const ZStatSubPhase ZSubPhaseConcurrentMarkTryFlush (" Concurrent Mark Try Flush" );
66
- static const ZStatSubPhase ZSubPhaseConcurrentMarkIdle (" Concurrent Mark Idle" );
67
66
static const ZStatSubPhase ZSubPhaseConcurrentMarkTryTerminate (" Concurrent Mark Try Terminate" );
68
67
static const ZStatSubPhase ZSubPhaseMarkTryComplete (" Pause Mark Try Complete" );
69
68
@@ -378,7 +377,6 @@ bool ZMark::try_steal(ZMarkStripe* stripe, ZMarkThreadLocalStacks* stacks) {
378
377
}
379
378
380
379
void ZMark::idle () const {
381
- ZStatTimer timer (ZSubPhaseConcurrentMarkIdle);
382
380
os::naked_short_sleep (1 );
383
381
}
384
382
You can’t perform that action at this time.
0 commit comments