Hi all,

Could you please review a fix for CR 7100140 (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7100140)

webrev: http://cr.openjdk.java.net/~amenkov/7100140/webrev.00/

The fix updates the test and moves it to "open" test repo.
Patch for the original (closed) test:

--- old/javax/sound/sampled/DirectAudio/bug6400879.java 2012-04-03 19:22:56.068656700 +0400 +++ new/javax/sound/sampled/DirectAudio/bug6400879.java 2012-04-03 19:22:55.399617700 +0400
@@ -60,6 +60,7 @@
                     line.start();
                     line.stop();
                     log(" - OK");
+                    loopCounter++;
                 }
                 line.close();
                 line = null;

regards
Alex

Reply via email to