RFR(XS): 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Dec 1 17:41:33 UTC 2014
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