On Sun, 30 Apr 2023 13:03:38 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> The CC can be loaded with any file and its name is not static. > > `MemoryCredentialsCache` is removed since it's not used anywhere. We've > already supported native ccache reading directly with JNI method > `Credentials::acquireDefaultNativeCreds`. This pull request has now been integrated. Changeset: 31a1f9c4 Author: Weijun Wang <wei...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/31a1f9c493764615acfba7392d8e3578b793abab Stats: 174 lines in 5 files changed: 56 ins; 82 del; 36 mod 8307143: CredentialsCache.cacheName should not be static Reviewed-by: valeriep ------------- PR: https://git.openjdk.org/jdk/pull/13737