From f313c59e0a393bd8c830a9fba8bb2d9f94eab9a6 Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Thu, 9 May 2013 13:49:45 -0400 Subject: [PATCH] NEWS entry for java/byteman --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 9e42e01df..a0b78430d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ * What's new in version 2.2 +- Support has been added for probing Java methods using Byteman as a + backend. Java method probes can target method entries, returns, or + specific statements in the method as specified by line number. + + probe java("org.my.MyApp").class("^java.lang.Object").method("foo(int)") { ...} + + See java/README for information on how to set up Java/Byteman + functionality. + - The dyninst backend has improved in several aspects: - Setting custom values for global variables is now supported, both with -G when compiling a script, and from the stapdyn command line -- 2.43.5