Integrated: 8287169: compiler/arguments/TestCompileThresholdScaling.java fails on x86_32 after JDK-8287052

Aleksey Shipilev shade at openjdk.java.net
Tue May 24 16:34:01 UTC 2022


On Mon, 23 May 2022 17:03:38 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> See the bug report, recent regression. I believe the code makes the unwarranted assumption that we run on 64-bit platform, and thus caps at > 2^63 only. It should also cap at > 2^31 for 32-bit platforms.
> 
> Attn @dean-long.
> 
> Testing:
>  - [x] Affected test on Linux x86_64 fastdebug (still passes)
>  - [x] Affected test on Linux x86_32 fastdebug (now passes)

This pull request has now been integrated.

Changeset: fdece9ac
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/fdece9ac71e865371ef7e348c54bca21235efdb3
Stats:     5 lines in 1 file changed: 3 ins; 0 del; 2 mod

8287169: compiler/arguments/TestCompileThresholdScaling.java fails on x86_32 after JDK-8287052

Reviewed-by: kvn, dlong

-------------

PR: https://git.openjdk.java.net/jdk/pull/8851


More information about the hotspot-compiler-dev mailing list