Skip to content

Commit

Permalink
review: update comment in threads.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sspitsyn committed Mar 1, 2024
1 parent f79fc43 commit 7244d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/threads.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<JavaThread*>* get_pending_threads(ThreadsList * t_list,
int count, address monitor);

Expand Down

0 comments on commit 7244d34

Please sign in to comment.