From a32b6eadaf1c23dfd4fcf6a56198e719d8145fc1 Mon Sep 17 00:00:00 2001 From: Saranya Natarajan Date: Tue, 22 Jul 2025 12:57:27 +0000 Subject: [PATCH] addressing review comment 1 --- src/hotspot/share/runtime/globals.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index 863fdb3c196..fee810c4001 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -1351,11 +1351,10 @@ const int ObjectAlignmentInBytes = 8; "Number of receiver types to record in call/cast profile") \ range(0, 8) \ \ - develop(intx, BciProfileWidth, 2, \ + develop(int, BciProfileWidth, 2, \ "Number of return bci's to record in ret profile") \ range(0, AARCH64_ONLY(1000) NOT_AARCH64(5000)) \ \ - \ product(intx, PerMethodRecompilationCutoff, 400, \ "After recompiling N times, stay in the interpreter (-1=>'Inf')") \ range(-1, max_intx) \