RFR: 8287169: compiler/arguments/TestCompileThresholdScaling.java fails on x86_32 after JDK-8287052 [v2]

Aleksey Shipilev shade at openjdk.java.net
Mon May 23 19:12:28 UTC 2022


On Mon, 23 May 2022 18:48:30 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> `(exp > BitsPerWord-1)` then?
>
> It is not clear how `intx` relates to `BitsPerWord`? I would prefer `sizeof(intx)` in expression.

Right. See new commit, I introduced a variable to implicitly cast to `int` and avoid signed-unsigned comparison.

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

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


More information about the hotspot-compiler-dev mailing list