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

Vladimir Kozlov kvn at openjdk.org
Tue Dec 3 17:05:41 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.

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22482#pullrequestreview-2476298157


More information about the hotspot-compiler-dev mailing list