提交 4b74cb00 编写于 作者: S sjiang

8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs

Reviewed-by: dfuchs
上级 ee10181d
...@@ -68,7 +68,7 @@ public class CounterMonitorTest implements NotificationListener { ...@@ -68,7 +68,7 @@ public class CounterMonitorTest implements NotificationListener {
observedValue = count; observedValue = count;
CounterMonitorTest.class.notifyAll(); CounterMonitorTest.class.notifyAll();
} }
return count; return observedValue;
} }
public void setNbObjects(Object n) { public void setNbObjects(Object n) {
echo(">>> StdObservedObject.setNbObjects: " + n); echo(">>> StdObservedObject.setNbObjects: " + n);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册