RFR - 8072450: 9-dev build failed on elinux-i586 and rlinux-i586

Christian Thalinger christian.thalinger at oracle.com
Wed Feb 4 20:17:13 UTC 2015


> On Feb 4, 2015, at 9:44 AM, Daniel Fuchs <daniel.fuchs at oracle.com> wrote:
> 
> On 04/02/15 17:21, Christian Thalinger wrote:
>>> 
>>> -const jlong MAX_DIFF_SECS = 0x0100000000;   //  2^32
>>> +const jlong MAX_DIFF_SECS = 0x0100000000LL; //  2^32
>> 
>> Don’t use LL directly; we have a compiler-dependent macro for this:
>> 
>> CONST64
>> 
> 
> Hi Christian,
> 
> I have pushed the change as it was reviewed by David, Coleen, & Staffan.
> 
> I have logged https://bugs.openjdk.java.net/browse/JDK-8072482
> (assigned to myself) as a followup bug.

That’s fine, thanks.  Maybe you can fix a couple other places where LL-usage crept in too.

> 
> best regards,
> 
> -- daniel




More information about the core-libs-dev mailing list