8254776: Remove unimplemented LowMemoryDetector::check_memory_usage
Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user