[foreign-jextract] RFR: 8252931: Extend multiple constant classes support to ClassConstantHelper [v2]
Athijegannathan Sundararajan
sundar at openjdk.java.net
Wed Sep 9 10:49:26 UTC 2020
On Wed, 9 Sep 2020 10:41:39 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Hi,
>>
>> This PR extracts the multiple source file functionality from SourceConstantHelper into a decorator class, and then uses
>> it for ClassConstantHelper as well.
>> (I've also done a minor cleanup where I simplified the way booleans are turned into constants, since we can now just
>> call describeConstable() on a Boolean)
>> Thanks,
>> Jorn
>
> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>
> Have a separate constants per class limit for binary generation
Marked as reviewed by sundar (Committer).
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/314
More information about the panama-dev
mailing list