RFR: 8308094: Add a compilation timeout flag to catch long running compilations [v11]

Manuel Hässig mhaessig at openjdk.org
Tue Aug 19 17:02:41 UTC 2025


On Tue, 19 Aug 2025 16:34:59 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Manuel Hässig has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Print timeout properly
>>  - Use static buffer for method name
>
> src/hotspot/share/utilities/globalDefinitions.hpp line 154:
> 
>> 152: 
>> 153: // Format pointers and padded integral values which change size between 32- and 64-bit.
>> 154: #define INTX_FORMAT              "%"          PRIdPTR
> 
> Do we really need to add this back?  This was removed by JDK-8346990.

I was not aware of that. I will remove it and use `%zd`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26023#discussion_r2285834958


More information about the hotspot-dev mailing list