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

Renjith Kannath Pariyangad duke at openjdk.org
Tue Jul 25 07:04:43 UTC 2023


On Mon, 24 Jul 2023 20:11:26 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> > I think this patch would also address https://bugs.openjdk.org/browse/JDK-7116070
> 
> It didn't, the test case still produces truncated names.
> 
> Although, the mixer name used for recording in the stand-alone test attached to [JDK-8301846](https://bugs.openjdk.org/browse/JDK-8301846) is not truncated any more.

Partially fixing, with the fix this was the output on my machine :
_mixer 0: >>Port Speakers (Realtek(R) Audio)<<
mixer 1: >>Port Microphone Array (Realtek(R) Au<<
mixer 2: >>Primary Sound Driver<<
mixer 3: >>Speakers (Realtek(R) Audio)<<
mixer 4: >>Primary Sound Capture Driver<<
mixer 5: >>Microphone Array (Realtek(R) Audio)<<_

Without fix would be like this:  _mixer 5: >>Microphone Array (Realtek(R) Au<<_

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

PR Comment: https://git.openjdk.org/jdk/pull/14898#issuecomment-1649239777



More information about the client-libs-dev mailing list