RFR: 8291781: assert(!is_visited) failed: visit only once with -XX:+SuperWordRTDepCheck
Fei Gao
fgao at openjdk.org
Thu Oct 27 03:25:25 UTC 2022
On Wed, 26 Oct 2022 15:11:36 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Please, also verify fix with `compiler/codegen/Test*Vect.java` tests which failed according to [JDK-8291881](https://bugs.openjdk.org/browse/JDK-8291881)
Thanks for your review @vnkozlov. Yes, I verified it on our internal aarch64 and x86 platforms enabling `-XX:+SuperWordRTDepCheck`. Without the fix, some `compiler/codegen/Test*Vect.java` tests failed, while with the fix, all these tests passed on both platforms. Do I need to update these testcase files with the option? Thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10868
More information about the hotspot-compiler-dev
mailing list