RFR: 8352251: Implement JEP 518: JFR Cooperative Sampling [v32]

Markus Grönlund mgronlun at openjdk.org
Wed May 21 11:26:57 UTC 2025


On Wed, 21 May 2025 11:23:43 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

> diff --git a/src/hotspot/share/runtime/safepointMechanism.cpp b/src/hotspot/share/runtime/safepointMechanism.cpp
> index 57fbc9078c8..d4160161f19 100644
> --- a/src/hotspot/share/runtime/safepointMechanism.cpp
> +++ b/src/hotspot/share/runtime/safepointMechanism.cpp
> @@ -32,7 +32,7 @@
>  #include "runtime/safepointMechanism.inline.hpp"
>  #include "runtime/stackWatermarkSet.hpp"
>  #include "utilities/globalDefinitions.hpp"
> -#ifdef INCLUDE_JFR
> +#if INCLUDE_JFR
>  #include "jfr/jfr.inline.hpp"
>  #endif

I'll fix it - thanks for locating this, Aleksey.

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

PR Comment: https://git.openjdk.org/jdk/pull/24296#issuecomment-2897589357


More information about the hotspot-jfr-dev mailing list