RFR: 8345156: C2: Add bailouts next to a few asserts

Daniel Skantz duke at openjdk.org
Mon Dec 9 07:12:40 UTC 2024


On Mon, 2 Dec 2024 13:07:57 GMT, Daniel Skantz <duke at openjdk.org> wrote:

> This patch associates product bailouts with a few existing debug asserts. The criteria are that there have been product bugs associated with failing these asserts in the past, and that there are not too many callers to the method where the compilation is now cancelled or any measurable impact on compilation time.
> 
> Testing: T1-T4 and extra testing. Tested compilation time with -XX:+CITime on performance benchmarks and the effect was not measurable.

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/22482#issuecomment-2527112543


More information about the hotspot-compiler-dev mailing list