File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/hotspot/share/gc/shared Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
GCOverheadChecker::GCOverheadChecker () :
32
32
_gc_overhead_limit_exceeded(false ),
33
- _print_gc_overhead_limit_would_be_exceeded(false ),
34
33
_gc_overhead_limit_count(0 ) {
35
34
assert (GCOverheadLimitThreshold > 0 ,
36
35
" No opportunity to clear SoftReferences before GC overhead limit" );
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ class GCOverheadChecker: public CHeapObj<mtGC> {
42
42
// This is a hint for the heap: we've detected that GC times
43
43
// are taking longer than GCTimeLimit allows.
44
44
bool _gc_overhead_limit_exceeded;
45
- // Use for diagnostics only. If UseGCOverheadLimit is false,
46
- // this variable is still set.
47
- bool _print_gc_overhead_limit_would_be_exceeded;
48
45
// Count of consecutive GC that have exceeded the
49
46
// GC time limit criterion
50
47
uint _gc_overhead_limit_count;
You can’t perform that action at this time.
0 commit comments