8302845: Replace finalizer usage in JNDI DNS provider with Cleaner

Reviewed-by: alanb, dfuchs, djelinski
This commit is contained in:
Aleksei Efimov 2023-05-10 09:39:00 +00:00
parent 540c706bbc
commit da2c930262
3 changed files with 18 additions and 17 deletions

View file

@ -246,7 +246,8 @@ module java.base {
jdk.jfr;
exports jdk.internal.ref to
java.desktop,
java.net.http;
java.net.http,
jdk.naming.dns;
exports jdk.internal.reflect to
java.logging,
java.sql,