8376152: Test javax/sound/sampled/Clip/bug5070081.java timed out then completed

Reviewed-by: syan, aivanov, azvegint
This commit is contained in:
Phil Race 2026-02-25 17:37:09 +00:00
parent fb09749289
commit 0ab8a85e87

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -31,7 +31,8 @@ import javax.sound.sampled.LineUnavailableException;
/*
* @test
* @bug 5070081
* @key sound
* @bug 5070081 8376152
* @summary Tests that javax.sound.sampled.Clip does not loses position through
* stop/start
*/