RFR(XS) 8140452: Internal Error memory/allocation.cpp:179
Dean Long
dean.long at oracle.com
Mon Oct 26 21:08:44 UTC 2015
Thanks Coleen for the review.
dl
On 10/26/2015 2:02 PM, Coleen Phillimore wrote:
>
> This fix looks good for cleanliness reasons also. All the other
> intArray's in the rewriter are passed as const references and this one
> should have been passed as such as well. I agree we should figure
> out what gcc bug(?) the ResourceObj copy constructor caused in a
> separate RFE.
>
> Thanks for fixing this.
> Coleen
>
> On 10/26/15 4:32 PM, Dean Long wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8140452
>>
>> http://cr.openjdk.java.net/~dlong/8140452/webrev/
>>
>> We hit this problem with gcc 4.9.2.
>>
>> Avoid the ResourceObj copy constructor until we figure out what gcc
>> 4.9.2 is doing differently than gcc 4.8.
>>
>> Problem diagnosis and fix provided by Mikael Gerdin.
>>
>> dl
>
More information about the hotspot-dev
mailing list