RFR: 8358696: Assert with extreme values for -XX:BciProfileWidth [v5]
Saranya Natarajan
snatarajan at openjdk.org
Fri Jul 25 09:15:59 UTC 2025
On Thu, 24 Jul 2025 06:59:52 GMT, Damon Fenacci <dfenacci at openjdk.org> wrote:
>> Saranya Natarajan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> addressing review comment by adding intx flag
>
> test/lib-test/jdk/test/whitebox/vm_flags/IntxTest.java line 39:
>
>> 37: public class IntxTest {
>> 38: private static final String FLAG_NAME = "OnStackReplacePercentage";
>> 39: private static final String FLAG_DEBUG_NAME = "BciProfileWidth";
>
> Maybe we might want use another `intx` flag instead of just removing this (just to keep testing the WhiteBox)
I addressed this comment by adding `BinarySwitchThreshold` intx develop flag now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26139#discussion_r2230595014
More information about the hotspot-compiler-dev
mailing list