RFR(XS): 8157498 - compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Aug 4 22:01:50 UTC 2016


Good.

Thanks,
Vladimir

On 8/1/16 6:24 AM, Dmitrij Pochepko wrote:
> Hi,
>
> please review small fix for 8157498 - compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
>
> Test timeout because of bug in internal logic. Allocation size calculated as 0 in some cases, so, even multiplied by 1 million it's a 0 and it leads to extremely long further allocation loop execution
> resulting to timeout. This fix change minimal value to 1.
>
> webrev: http://cr.openjdk.java.net/~dpochepk/8157498
> CR: https://bugs.openjdk.java.net/browse/JDK-8157498
>
> I've tested fix on reported configurations.
>
> Thanks,
> Dmitrij


More information about the hotspot-compiler-dev mailing list