摘要
异常处理机制是程序设计语言的重要特征之一。讨论了对Java异常处理进行实时性改造的可行性和具体方法,并且在Linux平台上,实现了对开源Java虚拟机SableVM中异常处理机制的实时性改造。实验结果表明改进后的虚拟机在异常捕获时间趋于线性的同时,异常表查询效率也得到了提高。
Exception handling is an important feature of modem programming languages.This paper introduces a method to enhance the real-time performance of the exception-handling in the JVM.This method is implemented through modifying the famous open-source JVM,SableVM under the Linux OS.The result shows that after enhancement,the Java Virtual Machine not only improves the efficiency of catching exception object when exception happened,but also makes the seeking time linear.
出处
《计算机工程与应用》
CSCD
北大核心
2008年第34期84-86,131,共4页
Computer Engineering and Applications
基金
国家自然科学基金No.60703106~~
关键词
JAVA虚拟机
实时性
异常处理
Java Virtual Machine(JVM)
real-time
exception handling