RFR: JDK-8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns

Matthias Baesken mbaesken at openjdk.org
Mon Feb 19 13:12:02 UTC 2024


In AccessBridgeJavaEntryPoints.cpp we have a couple of exception checks with potential early returns. Those miss ReleaseStringChars .

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

Commit messages:
 - JDK-8326140

Changes: https://git.openjdk.org/jdk/pull/17915/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17915&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8326140
  Stats: 82 lines in 1 file changed: 24 ins; 39 del; 19 mod
  Patch: https://git.openjdk.org/jdk/pull/17915.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17915/head:pull/17915

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


More information about the client-libs-dev mailing list