Integrated: JDK-8305506: Add support for fractional values of SafepointTimeoutDelay
Wojciech Kudla
duke at openjdk.org
Thu Jul 20 05:13:53 UTC 2023
On Thu, 6 Apr 2023 13:23:40 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.
This pull request has now been integrated.
Changeset: 37c756a7
Author: Wojciech Kudla <wojciech.kudla at hsbc.com>
Committer: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/37c756a7be87153693c919f22d55189f3108ea2e
Stats: 18 lines in 3 files changed: 7 ins; 0 del; 11 mod
8305506: Add support for fractional values of SafepointTimeoutDelay
Reviewed-by: mdoerr, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/13373
More information about the hotspot-dev
mailing list