RFR: Add support for AIX in build process [v5]
Jorn Vernee
jvernee at openjdk.org
Tue Dec 9 18:39:06 UTC 2025
On Tue, 9 Dec 2025 17:07:52 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> src/main/java/org/openjdk/jextract/clang/libclang/Index_h.java line 39:
>>
>>> 37: import java.util.StringTokenizer;
>>> 38: import static java.lang.foreign.MemoryLayout.PathElement.*;
>>> 39: import java.io.File;
>>
>> These import changes don't look like they're needed (after dropping the dependency on `File` in the other suggestion I made).
>
> I have used Buffered reader to read the file. Kindly check the current approach. Do you recommend reading some property variable to read the version ?
I think what you have now looks good.
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/297#discussion_r2603857085
More information about the jextract-dev
mailing list