RFR: JDK-8292586: simplify cleanups in NTLMAuthSequence getCredentialsHandle
Matthias Baesken
mbaesken at openjdk.org
Thu Aug 18 10:11:59 UTC 2022
NTLMAuthSequence getCredentialsHandle has a number of cleanup paths doing various JNU_ReleaseStringPlatformChars calls; those could be placed at one place in the function.
-------------
Commit messages:
- JDK-8292586
Changes: https://git.openjdk.org/jdk/pull/9914/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9914&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292586
Stats: 18 lines in 1 file changed: 1 ins; 12 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/9914.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9914/head:pull/9914
PR: https://git.openjdk.org/jdk/pull/9914
More information about the net-dev
mailing list