-
Enhancement
-
Resolution: Fixed
-
P2
-
5.0
-
b45
-
generic
-
generic
Stack sampling is one of the core functionalities that JVMTI is intended to
cover. The current spec requires a call to GetStackTrace for each thread.
This makes sampling very expensive when there are several threads. Functions
should be added which collect the stacks of multiple threads at once.
cover. The current spec requires a call to GetStackTrace for each thread.
This makes sampling very expensive when there are several threads. Functions
should be added which collect the stacks of multiple threads at once.