On Fri, 10 Mar 2023 16:22:56 GMT, Alexey Bakhtin <abakh...@openjdk.org> wrote:
>> This patch fixes a possible native memory leak in case of a custom native >> GSS provider. >> The actual leak was reported in production. >> >> sun/security/jgss, sun/security/krb5, sun/net/www/protocol/http jtreg tests >> are passed > > Alexey Bakhtin has updated the pull request incrementally with one additional > commit since the last revision: > > Fix formatting src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java line 254: > 252: try { > 253: negotiator.disposeContext(); > 254: } catch(IOException ioEx) { Another whitespace is required after `catch`. ------------- PR: https://git.openjdk.org/jdk/pull/12920