Skip to content

Commit 0a75b37

Browse files
committed
8254776: Remove unimplemented LowMemoryDetector::check_memory_usage
Reviewed-by: sspitsyn, cjplummer
1 parent b65dcfa commit 0a75b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/services/lowMemoryDetector.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ class LowMemoryDetector : public AllStatic {
220220
// > 0 if temporary disabed
221221
static volatile jint _disabled_count;
222222

223-
static void check_memory_usage();
224223
static bool has_pending_requests();
225224
static bool temporary_disabled() { return _disabled_count > 0; }
226225
static void disable() { Atomic::inc(&_disabled_count); }

0 commit comments

Comments
 (0)