Change return type for VirtualThreadsInfo.getMounted() to int

See gh-43941

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim 2025-01-23 22:39:49 +09:00 committed by Andy Wilkinson
parent 51b93cb3e3
commit 4667db619c
1 changed files with 1 additions and 1 deletions

View File

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