[foreign] RFR Bounded Pointer, MemoryRegion bounds checks
Sundararajan Athijegannathan
sundararajan.athijegannathan at oracle.com
Fri Jun 22 07:02:05 UTC 2018
Thanks Henry. I'll update the test and push the changes.
-Sundar
On 22/06/18, 11:29 AM, Henry Jen wrote:
> Looks good to me. Nitpick, you don’t seem to need the scope in the test.
>
> Cheers,
> Henry
>
>
>> On Jun 21, 2018, at 5:56 PM, Sundararajan Athijegannathan<sundararajan.athijegannathan at oracle.com> wrote:
>>
>>
>> Please review: http://cr.openjdk.java.net/~sundar/memory_region_bound_checks/webrev.00/
>>
>> Piggybacking to remove 'errno' test in StdLibTest.java As (privately) discussed with Maurizio Cimadamore, Henry Jen and Mikael Vidstedt, errno test is broken/wrong. Apart from multithreading issues (we need to call int* errno() and not access errno global var), errno checking in Java code won't work without JVM changes to facilitate that. i.e., Hotspot doesn’t expect errno the be accessed in Java code.
>>
>> Thanks,
>> -Sundar
>>
More information about the panama-dev
mailing list