]> sourceware.org Git - systemtap.git/commit
Add passable -J<BYTEMAN_INSTALL_OPTIONS> to stap
authorLukas Berk <lberk@redhat.com>
Sat, 27 Apr 2013 19:13:57 +0000 (15:13 -0400)
committerLukas Berk <lberk@redhat.com>
Wed, 1 May 2013 15:13:36 +0000 (11:13 -0400)
commit7003ac0feb216276d624f6aab2228cdd14dc3d24
treefae881a543f8318f04c126acbdae491dde12908f
parent489f846089b2d368e599961cc7343527f287cda2
Add passable -J<BYTEMAN_INSTALL_OPTIONS> to stap

This will allow systemtap to pass options to bminstall.  This can include
an option such as -Jorg.jboss.byteman.compile.to.bytecode which will then
be passed as -Dorg.jboss.byteman.compile.to.bytecode and directly compile
the byteman rule to bytecode, allowing for faster rule execution

*cmdline.h: add the J case
*java/stapbm: add the new (optional) parameter to be passed
*session.cxx: add the new -J case statement
*session.h: compilation variable
*tapset-method.cxx: append the passed command
cmdline.h
java/stapbm
session.cxx
session.h
tapset-method.cxx
This page took 0.029377 seconds and 5 git commands to generate.