On Mon, 23 Oct 2023 15:46:26 GMT, Alexey Ivanov <[email protected]> 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
