JDK-8358452 : JNI exception pending in Java_sun_awt_screencast_ScreencastHelper_remoteDesktopKeyImpl of screencast_pipewire.c:1214 (ID: 51119)
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8,11,17,21,25
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: other
  • Submitted: 2025-06-03
  • Updated: 2025-06-23
  • Resolved: 2025-06-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 21 JDK 26
11.0.29-oracleFixed 17.0.17-oracleFixed 21.0.9-oracleFixed 26 b02Fixed
Related Reports
Relates :  
Relates :  
Description
JNI exception pending in Java_sun_awt_screencast_ScreencastHelper_remoteDesktopKeyImpl of screencast_pipewire.c:1214 (ID: 51119)
Comments
Fix Request (JDK 25u) Its a clean back-port, low risk. this fix already back ported to older versions (21u,17u and 11u). To keep in line with the older version this need to be backported.
19-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk25u/pull/3 Date: 2025-06-12 12:15:31 +0000
12-06-2025

A pull request was submitted for review. Branch: jdk25 URL: https://git.openjdk.org/jdk/pull/25731 Date: 2025-06-10 16:09:13 +0000
10-06-2025

Changeset: 2103dc15 Branch: master Author: Alexander Zvegintsev <azvegint@openjdk.org> Date: 2025-06-09 13:35:01 +0000 URL: https://git.openjdk.org/jdk/commit/2103dc15cb662fd8795b1b51d9cb61c389bed7a0
09-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25605 Date: 2025-06-03 03:39:31 +0000
03-06-2025

After calling AWT_UNLOCK(), GetStringUTFChars may be called with a pending exception. https://github.com/openjdk/jdk/blob/e490b4f04dd094db996cdc4f664c2ed1a7ea2ade/src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c#L1207
03-06-2025