Integrated: 8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library
Renjith Kannath Pariyangad
duke at openjdk.org
Tue Oct 31 18:23:51 UTC 2023
On Mon, 17 Jul 2023 05:52:30 GMT, Renjith Kannath Pariyangad <duke at openjdk.org> wrote:
> Hi Reviewers,
>
> Observations :
> 1. Without com initialize if we access Mixer for recording, library loaded invalid GUID and clipped description in windows(ID not found in registry). With com initialization library load proper GUID (same as registry).
> 2. For Play back device always loading proper device GUID irrespective of com Initialization.
>
> Test:
> Since screen lock and unlock workflow required for reproducing this issue, did coupe of iteration of manual testing post fix and confirmed its resolving the problem.
> To reconfirm nothing is broken, executed all audio related test cases on test bench post fix and all are green.
>
> Please review the changes and let me know your comments if any.
>
> Regards,
> Renjith.
This pull request has now been integrated.
Changeset: 613a3cc6
Author: Renjith Kannath Pariyangad <renjith.kannath.pariyangad at oracle.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/613a3cc6896ef3c3f836d44de9b2fb05beba6e72
Stats: 167 lines in 2 files changed: 166 ins; 0 del; 1 mod
8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library
Reviewed-by: serb, aivanov
-------------
PR: https://git.openjdk.org/jdk/pull/14898
More information about the client-libs-dev
mailing list