8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134.
Summary: Remove invalid assert in SensorInfo::process_pending_requests.
Reviewed-by: dholmes, coleenp
--- a/hotspot/src/share/vm/services/lowMemoryDetector.cpp Tue Jul 26 10:29:27 2016 -0400
+++ b/hotspot/src/share/vm/services/lowMemoryDetector.cpp Tue Jul 26 17:25:58 2016 -0400
@@ -281,8 +281,6 @@
}
void SensorInfo::process_pending_requests(TRAPS) {
- assert(has_pending_requests(), "Must have pending request");
-
int pending_count = pending_trigger_count();
if (pending_clear_count() > 0) {
clear(pending_count, CHECK);