[foreign-memaccess] RFR 8228447, 8228444
Maurizio Cimadamore
maurizio.cimadamore at oracle.com
Mon Jul 22 16:33:11 UTC 2019
Pushed - and I renamed Layouts to MemoryLayouts, for consistency
Maurizio
On 22/07/2019 13:39, Jorn Vernee wrote:
> Looks very good!
>
> I like how this replaces almost all calls to the layout factories
> (we're on to something! :) )
>
> Jorn
>
> On 2019-07-22 13:32, Maurizio Cimadamore wrote:
>> Hi,
>> when addressing review comments, I decided to fold both patches into
>> one, to facilitate the review (after all both patches are touching the
>> same files).
>>
>> http://cr.openjdk.java.net/~mcimadamore/panama/8228447%2b8228444_v2/
>>
>> Changes:
>>
>> * BYTE_8 -> BITS_64, etc.
>> * added constants for padding layouts - e.g. PAD_8, PAD_16, ...
>> * Changes all tests to use constant layouts where possible (e.g. where
>> both size and endianness are static constants)
>>
>> Maurizio
More information about the panama-dev
mailing list