8223260: NamingManager should cache InitialContextFactory

Reviewed-by: alanb, plevart, dfuchs
This commit is contained in:
Sean Coffey 2020-02-09 21:55:56 +00:00
parent 71d7af4b23
commit 04c1e2e931
5 changed files with 360 additions and 34 deletions

View file

@ -162,7 +162,8 @@ module java.base {
jdk.jlink;
exports jdk.internal.loader to
java.instrument,
java.logging;
java.logging,
java.naming;
exports jdk.internal.jmod to
jdk.compiler,
jdk.jlink;