RFR: 8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library [v5]

Renjith Kannath Pariyangad duke at openjdk.org
Thu Jul 27 03:46:23 UTC 2023


> 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.

Renjith Kannath Pariyangad has updated the pull request incrementally with one additional commit since the last revision:

  Added COM init for DAUDIO_GetDirectAudioDeviceDescription

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14898/files
  - new: https://git.openjdk.org/jdk/pull/14898/files/c721f88c..773544b7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14898&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14898&range=03-04

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/14898.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14898/head:pull/14898

PR: https://git.openjdk.org/jdk/pull/14898



More information about the client-libs-dev mailing list