Merge pull request #43941 from izeye

* gh-43941:
  Change return type for VirtualThreadsInfo.getMounted() to int

Closes gh-43941
This commit is contained in:
Andy Wilkinson
2025-01-24 08:12:03 +00:00

View File

@@ -151,7 +151,7 @@ public class ProcessInfo {
this.poolSize = poolSize;
}
public long getMounted() {
public int getMounted() {
return this.mounted;
}