RFR: 8273026: Slow LoginContext.login() on multi threading application [v7]

Florent Guillaume duke at openjdk.java.net
Tue Nov 2 20:43:18 UTC 2021


On Thu, 28 Oct 2021 18:55:32 GMT, Larry-N <duke at openjdk.java.net> wrote:

>> This fix adds a cache of service provider classes to LoginContext (in particular, it's a cache of LoginModules classes). The approach helps to increase the performance of the LoginContext.login() method significantly, especially in a multi-threading environment. Service Loader is used for polling on Service Provider classes, without instantiating LoginModules object if Service Provider name doesn't match record in .config file. The set of service providers is cached for each Context Loader separately.
>> This code passed successfully tier1 and tier2 tests on mac os.
>
> Larry-N has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review notes

Could the original JDK-8230297 be closed as a duplicate please?

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

PR: https://git.openjdk.java.net/jdk/pull/5748



More information about the security-dev mailing list