Title :
Javelus: A Low Disruptive Approach to Dynamic Software Updates
Author :
Tianxiao Gu ; Chun Cao ; Chang Xu ; Xiaoxing Ma ; Linghao Zhang ; Jian Lu
Author_Institution :
Dept. of Comput. Sci. & Technol., Nanjing Univ., Nanjing, China
Abstract :
Practical software systems are subject to frequent updates for fixing their bugs or addressing new requirements. Updating a software system without stopping and restarting it is desired, as this helps reduce the redeployment cost as well as achieving the high availability. Existing techniques for dynamically updating Java programs may introduce noticeable pauses during which these programs are unable to function. We in this paper present Javelus, a dynamic Java update system with greatly reduced pausing time but without sacrificing update flexibility and system efficiency. Different from previous approaches, Javelus uses a lazy update mechanism with which an object-to-update will not be updated until it is really used. We implemented Javelus on top of an industry-strength OpenJDK HotSpot VM. We evaluated Javelus with real updates to Tomcat 7 and the same micro array benchmark used in evaluating Jvolve and DCE VM. The experiments report promising results that Javelus only incurred a pausing time two orders of magnitude smaller than those of Jvolve and DCE VM.
Keywords :
Java; cost reduction; program debugging; virtual machines; DCE VM; Java program; Javelus; Jvolve evaluation; OpenJDK HotSpot VM; Tomcat 7; bug fixing; disruptive approach; dynamic Java update system; dynamic software update; lazy update mechanism; micro array benchmark; pausing time reduction; redeployment cost reduction; software system updating; Dictionaries; Java; Object oriented modeling; Runtime; Safety; Semantics; Software; Java; dynamic software updates; virtual machine;
Conference_Titel :
Software Engineering Conference (APSEC), 2012 19th Asia-Pacific
Conference_Location :
Hong Kong
Print_ISBN :
978-1-4673-4930-7
DOI :
10.1109/APSEC.2012.55