BUG: SystemABI C_LONG and C_LONGLONG are the same
Maurizio Cimadamore
maurizio.cimadamore at oracle.com
Fri May 15 00:30:15 UTC 2020
On 15/05/2020 01:20, Ty Young wrote:
> I have no idea how the Constable API is supposed to work. I briefly
> tried implementing the interfaces only to eventually wind up with a
> method that takes a Lookup object as an input argument. What am I
> supposed to do with it?
In the context of layout attributes, a Constable is a general interface
which means "any constant".
That only means that you can pass e.g. an Integer, a String, an enum
constant, ... they are all... Constable. You don't need to learn what
that API is for - it's just a handy supertype for all the things that
can be represented in the constant pool.
Maurizio
More information about the panama-dev
mailing list