The mechanism which detects whether to fallback on the non-lazy stack trace implementation seems to be broken on AIX 5.3 with IBMs JDK jdk-6.0.0.645-aix-powerpc. When iterating through the list ...
Tip #5 of my blog post Ten Tips for Using Java Stack Traces demonstrates two example of using Java code to extract a Throwable‘s (implying Error or Exception) stack ...
When running a demo after instrumenting a Redis Java client https://gist.github.com/odeke-em/69f750885095ce50cbc409a2386495d9 with the diff at opencensus-integrations ...