Skip to content

Commit

Permalink
Merge pull request #43941 from izeye
Browse files Browse the repository at this point in the history
* gh-43941:
  Change return type for VirtualThreadsInfo.getMounted() to int

Closes gh-43941
  • Loading branch information
wilkinsona committed Jan 24, 2025
2 parents 51b93cb + 4667db6 commit e0377d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static class VirtualThreadsInfo {
this.poolSize = poolSize;
}

public long getMounted() {
public int getMounted() {
return this.mounted;
}

Expand Down

0 comments on commit e0377d9

Please sign in to comment.