RFR: JDK-8305506: Add support for fractional values of SafepointTimeoutDelay [v2]

Wojciech Kudla duke at openjdk.org
Fri Apr 28 08:07:53 UTC 2023


On Thu, 27 Apr 2023 05:53:57 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Wojciech Kudla has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed jlong conversion order
>
> src/hotspot/share/utilities/globalDefinitions.hpp line 170:
> 
>> 168: 
>> 169: // Format jdouble with defined precision
>> 170: #define JDOUBLE_FORMAT_P(precision) "%." #precision "f"
> 
> This is not necessary. We only define macros when there are platform differences with format specifiers. Just use `%.6f` directly in the code.

Will do, thank you!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13373#discussion_r1180056176


More information about the hotspot-dev mailing list