8254776: Remove unimplemented LowMemoryDetector::check_memory_usage

Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
Aleksey Shipilev 2020-10-20 05:28:22 +00:00
parent b65dcfa3a0
commit 0a75b37f7a

@ -220,7 +220,6 @@ private:
// > 0 if temporary disabed
static volatile jint _disabled_count;
static void check_memory_usage();
static bool has_pending_requests();
static bool temporary_disabled() { return _disabled_count > 0; }
static void disable() { Atomic::inc(&_disabled_count); }