RFR 8074067: Cleanup in java.base/share/native/libjava/Bits.c

Alan Bateman Alan.Bateman at oracle.com
Mon Mar 2 21:52:04 UTC 2015


On 02/03/2015 21:08, Martin Buchholz wrote:
> slightly safer (more likely to compile everywhere) might be to convert 
> input length into a size_t immediately and to
>
> #define MBYTE ((size_t)  1048576)
>
I'd go with that too.

-Alan



More information about the core-libs-dev mailing list