第38卷第7期 计算机科学 V01.38NO.7
Science 2011
2011年7月 Computer July
一个基于Eclipse的通用Java程序插桩工具
郑晓梅
(南京中医药大学信息技术学院 南京210046)
(南京大学计算机软件新技术国家重点实验室 南京210093)
摘要插桩技术作为一种有效理解程序动态行为的手段,已经被广泛应用于程序分析、测试和验证中。然而,由于
缺少通用的插桩工具,各种具体的应用往往需要从头开发特定的插桩程序,存在着大量的重复性工作。此外,由于在
原始程序中插入了大量额外代码,致使调试过程变得更加复杂和困难。针对这些问题,提出了一个基于Eclipse的通
用Java代码插桩工具,即通过规则定义匹配程序的执行点,从而定制针对各种分析、测试和验证插桩需求的支持。通
过对插桩代码片段的显式/隐式切换实现其可见性管理,从而确保程序的理解和调试过程不受插桩代码影响。通过使
用该工具,可以更好地将插桩技术应用于Java程序开发中。
关键词程序插桩,Java,Eclipse插件
General InstrumentationToolBasedon
Java Eclipse
Program
Xiao-mei
ZHENG
(SchoolofInformation ofChinese 210046,China)
Technology,NanjingUniversity Medicine,Nanjing
forNovelSoftware 210093,China)
(StateKeyLaboratory Technology,NanjingUniversity,Nanjing
Abstract instrumentationhasbeen USedin andverificationasan
Program technique widely programanalysis,testing
effectivemethodfor the informationof theabsenceof instru—
understandingdynamic programs.However,forgeneral
mentationtools,different needtorecreatethe tool their time
applications specificmeetingrequirements,hencewasting
becauseof instrumentedcode
and becomemoreandmore the
addition,the processes complicated
energy.In debugging