RFR: 7904079: Fix setting up length parameter for CXUnsavedFiles Struct [v8]

duke duke at openjdk.org
Tue Sep 23 06:46:17 UTC 2025


On Mon, 22 Sep 2025 12:46:03 GMT, Varada M <varadam at openjdk.org> wrote:

>> CXUnsavedFile struct contains three members, first two are pointers and last one is unsigned long. When jextract makes downcall to clang_reparseTranslationUnit_Impl it sets up the third parameter in the struct incorrectly. It sets INT instead of LONG so on big endian platform the parameter will be set differently. 
>> 
>> JBS Issue : [CODETOOLS-7904079](https://bugs.openjdk.org/browse/CODETOOLS-7904079)
>
> Varada M has updated the pull request incrementally with one additional commit since the last revision:
> 
>   7904079: Fix setting up length parameter for CXUnsavedFiles Struct

@varada1110 
Your change (at version 218a82de151f2481ec6ff0be9fb3dd69f256001d) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jextract/pull/289#issuecomment-3322632968


More information about the jextract-dev mailing list