From ecc2bb7416d9ea648b4c914ede3b791a67aca6c2 Mon Sep 17 00:00:00 2001 From: tstuefe Date: Thu, 29 Jan 2026 12:58:29 +0100 Subject: [PATCH] remove unnecessary diff --- .../share/jfr/leakprofiler/chains/pathToGcRootsOperation.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hotspot/share/jfr/leakprofiler/chains/pathToGcRootsOperation.cpp b/src/hotspot/share/jfr/leakprofiler/chains/pathToGcRootsOperation.cpp index 28643acf3ad..83dc71f3827 100644 --- a/src/hotspot/share/jfr/leakprofiler/chains/pathToGcRootsOperation.cpp +++ b/src/hotspot/share/jfr/leakprofiler/chains/pathToGcRootsOperation.cpp @@ -46,8 +46,7 @@ #include "utilities/globalDefinitions.hpp" PathToGcRootsOperation::PathToGcRootsOperation(ObjectSampler* sampler, EdgeStore* edge_store, int64_t cutoff, bool emit_all, bool skip_bfs) : - _sampler(sampler),_edge_store(edge_store), _cutoff_ticks(cutoff), _emit_all(emit_all), - _skip_bfs(skip_bfs) {} + _sampler(sampler),_edge_store(edge_store), _cutoff_ticks(cutoff), _emit_all(emit_all), _skip_bfs(skip_bfs) {} /* The EdgeQueue is backed by directly managed virtual memory. * We will attempt to dimension an initial reservation