RFR: 8376023: Reconcile ClassUnloader with ClassUnloadCommon
Chris Plummer
cjplummer at openjdk.org
Tue Feb 10 03:26:32 UTC 2026
On Wed, 4 Feb 2026 04:05:53 GMT, SendaoYan <syan at openjdk.org> wrote:
> > Was there any merger of the functionality of these two files, or did you just move the ClassUnloader.java contents into ClassUnloadCommon.java?
>
> I almost just move the ClassUnloader.java contents into ClassUnloaderCommon.java, except for make both file use the same variable `MAX_UNLOAD_ATTEMPS`.
I'm just wondering if this change is worth doing if there is no added code sharing going on. What is the motivation for this?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29545#issuecomment-3863414401
More information about the core-libs-dev
mailing list