AsyncGetCallTrace returns empty stacks during system.*() calls, other times
We see it in a test code that makes many calls to
System.arraycopy()
System.currentTimeMillis()
and in other test code that uses vector operations
java.util.Vector.*()
We see it in a test code that makes many calls to
System.arraycopy()
System.currentTimeMillis()
and in other test code that uses vector operations
java.util.Vector.*()
- duplicates
-
JDK-5045146 AsyncGetCallTrace() returns empty stacks with no apparent reason
- Closed
-
JDK-5076868 AsyncGetCallTrace returns zero frames when in SharedRuntime::dsin()
- Resolved