From: Lukas Berk Date: Mon, 28 Apr 2014 15:26:24 +0000 (-0400) Subject: Add java backtracing and self unwinding to NEWS X-Git-Tag: release-2.5~20 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=de607e9ab6a24b42c4cd3264bd6f3d4769f6c770;p=systemtap.git Add java backtracing and self unwinding to NEWS *NEWS - add news blurbs --- diff --git a/NEWS b/NEWS index fb20bfd0e..397a3d6b3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ * What's new in version 2.5 +- Systemtap now supports backtracing through its own, invoking module. + +- Java probes now support backtracing using the print_java_backtrace() + and sprint_java_backtrace() functions. + - Statement probes (e.g. process.statement) are now faster to resolve, more precise, and work better with inlined functions.