MCPcopy Index your code
hub / github.com/apache/tomcat / getThreadCount

Method getThreadCount

java/org/apache/jasper/JspC.java:1038–1040  ·  view source on GitHub ↗

Returns the number of threads to use for compilation. @return the thread count

()

Source from the content-addressed store, hash-verified

1036 * @return the thread count
1037 */
1038 public int getThreadCount() {
1039 return threadCount;
1040 }
1041
1042 /**
1043 * Sets the number of threads to use for compilation. Accepts an integer value or a

Callers 1

getVMInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected