RFR: 8347755: Support static library in jmod [v6]
Henry Jen
henryjen at openjdk.org
Fri Mar 14 15:12:20 UTC 2025
On Fri, 14 Mar 2025 10:00:00 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> `static-lib/module-included-libs.txt` should not be included. It is a built-time support file. I guess this happens since you re-used an existing directory structure that was only used for build support files before. The proper fix is to make sure this file ends up in a different directory.
I didn't particularly filter-out or move this file because I wonder if this file serve as a manifest. Otherwise, we could do something like how we process other folders like modules_libs. `jmod --exclude` could be a solution as well.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/46#issuecomment-2724987885
More information about the leyden-dev
mailing list