Patch to fix build breakage with GCC 4.7
Bengt Rutisson
bengt.rutisson at oracle.com
Mon Jan 30 00:01:49 PST 2012
Hi Deepak and David,
Looks good to me too. I can commit the fix, but since the changes are to
runtime code it might be best to push it through the runtime repository,
right?
I am not sure about the state of hotspot-rt at the moment. Is it open
for hs23 bug fixes? Can I go ahead an push there? I can also push it
through the hotspot-gc repository if that is ok.
Bengt
On 2012-01-30 05:55, David Holmes wrote:
> Hi Deepak,
>
> Fix looks good to me. So you have my "approval" as a Reviewer but will
> need someone else to commit it for you - sorry.
>
> David
>
> On 28/01/2012 7:45 AM, Deepak Bhole wrote:
>> Hi,
>>
>> HotSpot currently fails to build with GCC 4.7 due to 2 points where it
>> is using boolean rather than NULL. GCC 4.6 treated it as a warning --
>> 4.7 treats it as an error.
>>
>> Attached patch fixes the issue and makes it build again.
>>
>> Please feel free to commit if OK, or let me know if it needs re-work.
>>
>> Cheers,
>> Deepak
More information about the hotspot-dev
mailing list