From 7244d349d375115df92277c75685e93e6a74e91b Mon Sep 17 00:00:00 2001 From: Serguei Spitsyn Date: Fri, 1 Mar 2024 11:02:05 +0000 Subject: [PATCH] review: update comment in threads.hpp --- src/hotspot/share/runtime/threads.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/runtime/threads.hpp b/src/hotspot/share/runtime/threads.hpp index 8d61431f0ce63..207f8400f9de1 100644 --- a/src/hotspot/share/runtime/threads.hpp +++ b/src/hotspot/share/runtime/threads.hpp @@ -131,7 +131,7 @@ class Threads: AllStatic { // Print threads busy compiling, and returns the number of printed threads. static unsigned print_threads_compiling(outputStream* st, char* buf, int buflen, bool short_form = false); - // Get Java threads that are waiting to enter a monitor. + // Get count Java threads that are waiting to enter or re-enter the specified monitor. static GrowableArray* get_pending_threads(ThreadsList * t_list, int count, address monitor);