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

Wojciech Kudla duke at openjdk.org
Fri Apr 28 16:46:53 UTC 2023


On Fri, 28 Apr 2023 13:46:57 GMT, Wojciech Kudla <duke at openjdk.org> wrote:

>> As stated in https://bugs.openjdk.org/browse/JDK-8305506 this change replaces SafepointTimeoutDelay as integer value with a floating point type to support sub-millisecond SafepointTimeout thresholds.
>> This is immensely useful for investigating time-to-safepoint issues in low latency space.
>
> Wojciech Kudla has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removed dedicated format declaration for jdouble, added test case for floating point type of -XX:SafepointTimeoutDelay

Looks like the checks for Windows are failing due to error while attempting to install Visual Studio...
I'm not sure how to progress this from here.

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

PR Comment: https://git.openjdk.org/jdk/pull/13373#issuecomment-1527806031


More information about the hotspot-dev mailing list