On Thu, 5 Mar 2026 01:35:50 GMT, Yasumasa Suenaga <[email protected]> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Update test/hotspot/jtreg/gtest/NativeStackOverflowGtest.java
>>   
>>   Co-authored-by: David Holmes 
>> <[email protected]>
>
> src/hotspot/share/runtime/globals.hpp line 2013:
> 
>> 2011:           "Enable the use of alternative signal stacks.")              
>>      \
>> 2012:                                                                        
>>      \
>> 2013:   product(intx, AltSigStackSize, 128, DIAGNOSTIC,                      
>>      \
> 
> Is it better to use `size_t` rather than `intx`?

Sure, saves a cast.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29559#discussion_r2981812662

Reply via email to