RFR: 8358781: C2 fails with assert "bad profile data type" when TypeProfileCasts is disabled [v2]
Saranya Natarajan
snatarajan at openjdk.org
Wed Aug 13 12:10:54 UTC 2025
On Tue, 12 Aug 2025 16:28:35 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Excellent, thank you!
>
> You can also use `-XX:CompileThresholdScaling=f` (specify `f` as 0.1, for example) flag to trigger compilation early to make sure 100 is enough.
Thank you for the suggestion. The test works without this addition. However, I have added
`-XX:CompileThresholdScaling=0.01` to be on safe side.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26640#discussion_r2273197661
More information about the hotspot-compiler-dev
mailing list