RFR: JDK-8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return

Matthias Baesken mbaesken at openjdk.org
Fri Oct 27 07:55:03 UTC 2023


There is an early return in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c that seems to miss a ReleaseIntArrayElements call.

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

Commit messages:
 - JDK-8318955

Changes: https://git.openjdk.org/jdk/pull/16392/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16392&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8318955
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16392.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16392/head:pull/16392

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


More information about the client-libs-dev mailing list