[jdk17] RFR: 8269230: C2: main loop in micro benchmark never executed
Roland Westrelin
roland at openjdk.java.net
Tue Jun 29 14:12:59 UTC 2021
On Mon, 28 Jun 2021 18:31:53 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I have to look but I think RCE mix up unsigned and signed expressions when calculating new limit. `min(limit, min_jint)` should be unsigned I think.
FYI, https://github.com/openjdk/jdk/pull/4362 changes that code but doesn't fix that issue.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/156
More information about the hotspot-compiler-dev
mailing list