RFR: 8305321: Remove unused exports in java.desktop [v5]
Alexey Ivanov
aivanov at openjdk.org
Mon Oct 23 16:21:38 UTC 2023
On Mon, 23 Oct 2023 15:46:26 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> `jvm`: I think it was discussed already. I see it's exported from `libawt.so`, it is imported by `libawt_xawt.so` and `libawt_headless.so`. Or do I misunderstand the split? Is `libawt.so` the common code for both `libawt_xawt.so` and `libawt_headless.so` where the former is headful and the latter is headless?
That's the way it is: `libawt.so` is the common code, so it's expected to contain and export the `jvm` variable.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13261#issuecomment-1775553821
More information about the client-libs-dev
mailing list