RFR: 8295554: Move the "sizecalc.h" to the correct location
Julian Waters
jwaters at openjdk.org
Mon Oct 24 09:59:45 UTC 2022
On Sun, 23 Oct 2022 00:37:55 GMT, Phil Race <prr at openjdk.org> wrote:
> > > Can you please refrain from integrating this while I investigate while this was originally moved?
> >
> >
> > sure.
>
> It was moved because it was designed for use by AWT and SOMEHOW during all the reshuffle for the modular JDK in JDK 9 it ended up in base, which doesn't use it and doesn't want it - it belongs in the desktop module.
I guess that explains why I was so confused when I found this in java.base and thought it was a codebase wide utility, except that I couldn't find it being used anywhere else other than java.desktop :P
-------------
PR: https://git.openjdk.org/jdk/pull/10757
More information about the build-dev
mailing list