[foreign-jextract] Integrated: 8252931: Extend multiple constant classes support to ClassConstantHelper
Jorn Vernee
jvernee at openjdk.java.net
Wed Sep 9 10:52:28 UTC 2020
On Wed, 9 Sep 2020 09:25:34 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
This pull request has now been integrated.
Changeset: dd4dcea3
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/dd4dcea3
Stats: 254 lines in 6 files changed: 51 ins; 166 del; 37 mod
8252931: Extend multiple constant classes support to ClassConstantHelper
Reviewed-by: sundar
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/314
More information about the panama-dev
mailing list