mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-48812
This commit is contained in:
@@ -110,7 +110,7 @@ public class ProcessInfo {
|
||||
int poolSize = invokeMethod(mxbeanClass, mxbean, "getPoolSize");
|
||||
return new VirtualThreadsInfo(mountedVirtualThreadCount, queuedVirtualThreadCount, parallelism, poolSize);
|
||||
}
|
||||
catch (ReflectiveOperationException ex) {
|
||||
catch (Exception ex) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user