RFR: JDK-8258603 c1 IR::verify is expensive [v5]

Christian Hagedorn chagedorn at openjdk.java.net
Tue Jan 4 08:37:19 UTC 2022


On Mon, 3 Jan 2022 18:31:57 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Yes, this is correct. The assertion/verification is used in our regular testing when we use fastdebug builds to catch issues. Optimized build is mostly used to understand what is going on in build which is very similar to product.

Thanks for confirming that.

> Yes, we have RFE to remove optimized build and replace it with separate value check: https://bugs.openjdk.java.net/browse/JDK-8202283

That's good to know!

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

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


More information about the hotspot-compiler-dev mailing list