RFR: 8209784: Include hsdis in the JDK [v2]

Erik Joelsson erikj at openjdk.java.net
Wed Mar 2 13:53:05 UTC 2022


On Wed, 2 Mar 2022 13:12:52 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> This PR adds a new configure argument, `--enable-hsdis-bundling`. Setting this, together with a valid backend using `--with-hsdis`, will bundle the generated hsdis library with the JDK.
>> 
>> The PR also includes a refactoring of the hsdis handling in autoconf, breaking it out to a separate file `lib-hsdis.gmk`, and breaking the functionality up in separate functions per backend.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Somehow the tabs got converted to spaces

Top level install-hsdis needs to depend on jdk-image.

-------------

Changes requested by erikj (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7578



More information about the build-dev mailing list