[Bug runtime/15773] New: Java probing doesn't detect class/method validity
lberk at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Jul 23 15:46:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15773
Bug ID: 15773
Summary: Java probing doesn't detect class/method validity
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
Assignee: systemtap at sourceware dot org
Reporter: lberk at redhat dot com
When probing java methods, systemtap fails to report spelling errors in the
class or method names. For example:
for the method foo.printMessage(int)
the (incorrect) probe point java(PID).class("foo").method("printmessage(int)")
would run with simply no ouput.
We should output an error that the method name should be "printMessage(int)".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list