On Wed, 8 Mar 2023 09:05:19 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 Maybe it's because it can be added into a cache or stored in `currentServerCredentials`? But then Daniel F asks if it can remain valid. ------------- PR: https://git.openjdk.org/jdk/pull/12920