-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
19
As per the spec of the below methods
getDaemonThreadCount()
getPeakThreadCount()
getThreadCount()
Expected :
"The count does not include virtual threads."
Actual:
It looks the count includes the virtual threads.
The sample attached logs the values
The values are 8 12 , if we comment the virtual thread in the code the count reduces.
getDaemonThreadCount()
getPeakThreadCount()
getThreadCount()
Expected :
"The count does not include virtual threads."
Actual:
It looks the count includes the virtual threads.
The sample attached logs the values
The values are 8 12 , if we comment the virtual thread in the code the count reduces.