Request reviews (S): 6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Thu Nov 19 10:38:34 PST 2009
Thanks
Vladimir
Christian Thalinger wrote:
> On Wed, 2009-11-18 at 09:02 -0800, Vladimir Kozlov wrote:
>> http://cr.openjdk.java.net/~kvn/6902036/webrev.00
>>
>> Fixed 6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
>>
>> Problem:
>> AddPNode::Ideal() may replace AddP node with CastX2P node
>> for a raw memory reference. EA code does not check such case.
>>
>> Solution:
>> Check and ignore raw memory operations in EA.
>
> Looks good to me. At least I can tell that WorldWind works with that
> fix.
>
> -- Christian
>
More information about the hotspot-compiler-dev
mailing list