This trace option determines whether tracing is enabled
for each thread.
If
<count> is greater than zero, each
thread initially has its tracing disabled and must receive
<count> resumethis actions
before it starts tracing.
Note: You cannot use resumecount and suspendcount together
because they use the same internal counter.
This system property is for use with the trigger property.
For more information, see trigger=<clause>[,<clause>][,<clause>]....
Example
- Start with all tracing turned off. Each thread starts tracing
when it has had three resumethis actions performed
on it:
-Xtrace:resumecount=3