8268018: remove dead code in commitLimitter

Reviewed-by: zgu
This commit is contained in:
Hamlin Li 2021-06-07 13:41:44 +00:00
parent 15715a8984
commit 728a411a54

@ -72,7 +72,6 @@ public:
void decrease_committed(size_t word_size) { _cnt.decrement_by(word_size); }
size_t committed_words() const { return _cnt.get(); }
size_t cap() const { return _cap; }
// Returns the global metaspace commit counter
static CommitLimiter* globalLimiter();