RFR: 8279888: Local variable independently used by multiple loops can interfere with loop optimizations

Roland Westrelin roland at openjdk.java.net
Wed Feb 9 10:23:49 UTC 2022


On Wed, 9 Feb 2022 07:25:45 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> I executed some testing and I'm seeing massive (> 700) failures due to the `negative trip count?` assert. For example, `compiler/c2/Test6603011.java` with `-server -Xmixed`:

Thanks for running tests. A last minute tweak that's not as harmless as I thought. It should be fixed now.

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

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


More information about the hotspot-compiler-dev mailing list