RFR: 8356049: Need a simple way to play back a sound clip [v10]

Sergey Bylokhov serb at openjdk.org
Tue May 27 22:27:56 UTC 2025


On Tue, 27 May 2025 19:00:18 GMT, Phil Race <prr at openjdk.org> wrote:

> Do you mean show that calling loop() doesn't prevent exit ? I can just add a call to loop() at the end of the test. If it doesn't terminate the test will fail with a timeout.

jtreg terminates all threads and the test vm after the main method completes, so I believe the updated test would pass even before this change (when a non-daemon thread was used).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24991#issuecomment-2914318955


More information about the client-libs-dev mailing list