From ef654d3c7532b2c14a2819cdaebe979c30cdd05f Mon Sep 17 00:00:00 2001 From: Kelvin Nilsen Date: Thu, 22 Jan 2026 20:32:06 +0000 Subject: [PATCH] Turn on trigger trace --- .../gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp b/src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp index 2b016f6ebd9..bfd9ce6577e 100644 --- a/src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp +++ b/src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp @@ -413,7 +413,7 @@ static double saturate(double value, double min, double max) { return MAX2(MIN2(value, max), min); } -#undef KELVIN_START_GC +#define KELVIN_START_GC #ifdef KELVIN_START_GC const size_t MaxRejectedTriggers = 256; typedef struct gc_start_info {