8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134.
authorjiangli
Tue, 26 Jul 2016 17:25:58 -0400
changeset 40014 5cdf4815deca
parent 40013 943cf01a6b82
child 40015 524230a0f4ca
8156959: compiler/codecache/jmx/UsageThresholdExceededSeveralTimesTest.java fails with exit 134. Summary: Remove invalid assert in SensorInfo::process_pending_requests. Reviewed-by: dholmes, coleenp
hotspot/src/share/vm/services/lowMemoryDetector.cpp
--- 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);