RFR(XS): 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
Roland Westrelin
roland.westrelin at oracle.com
Tue Dec 2 09:25:04 UTC 2014
Thanks for the review, Vladimir.
Roland.
> On Dec 1, 2014, at 6:41 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
>
> Looks good.
>
> Thanks,
> Vladimir
>
> On 12/1/14 7:11 AM, Roland Westrelin wrote:
>> http://cr.openjdk.java.net/~roland/8048170/webrev.00/
>>
>> After range check smearing, an array access may depend on multiple range checks to be valid. PhaseIdealLoop::split_if_with_blocks_post() shouldn’t replace an IF by a dominated IF for the same test for range checks otherwise it can make an array access bypass a range check that it depends on.
>>
>> Roland.
>>
More information about the hotspot-compiler-dev
mailing list