RFR: 8358696: Assert with extreme values for -XX:BciProfileWidth [v11]

Saranya Natarajan snatarajan at openjdk.org
Wed Aug 20 20:23:45 UTC 2025


On Wed, 20 Aug 2025 15:30:19 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> test/lib-test/jdk/test/whitebox/vm_flags/IntxTest.java line 42:
>> 
>>> 40:     private static final long COMPILE_THRESHOLD = VmFlagTest.WHITE_BOX.getIntxVMFlag("CompileThreshold");
>>> 41:     private static final Long[] TESTS = {0L, 100L, (long)(Integer.MAX_VALUE>>3)*100L};
>>> 42: 
>> 
>> This empty line should not be removed.
>
> Thanks! But, the indentation of the next line looks odd, now.

Sorry. I have fixed this now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26139#discussion_r2289211759


More information about the hotspot-compiler-dev mailing list