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

duke duke at openjdk.org
Mon Dec 9 07:12: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.

@danielogh 
Your change (at version 2ab24738f2d9ced8143b9a5711dc3707a11f6bd1) is now ready to be sponsored by a Committer.

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

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


More information about the hotspot-compiler-dev mailing list