Merge pull request #43941 from izeye
* gh-43941: Change return type for VirtualThreadsInfo.getMounted() to int Closes gh-43941
This commit is contained in:
@@ -151,7 +151,7 @@ public class ProcessInfo {
|
||||
this.poolSize = poolSize;
|
||||
}
|
||||
|
||||
public long getMounted() {
|
||||
public int getMounted() {
|
||||
return this.mounted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user