The proceedings contain 24 papers. The topics discussed include: on the software virtualmachine for the real hardware stack machine;mostly accurate stack scanning;can a shape analysis work at run-time?;jvm susceptibi...
ISBN:
(纸本)1880446111
The proceedings contain 24 papers. The topics discussed include: on the software virtualmachine for the real hardware stack machine;mostly accurate stack scanning;can a shape analysis work at run-time?;jvm susceptibility to memory errors;the java hotspot server compiler;SableVM: a research framework for the efficient execution of java bytecode;proof linking: distributed verification of java classfiles in the presence of multiple classloaders;JaRec: Record/Replay for Multi-threaded java Programs;Kaffemik - a distributed jvm featuring a single address space;and state capture and resource control for java: the design and implementation of the aroma virtualmachine.
To offload the computational burden of bytecode verification within javavirtualmachines (jvm), distributed verification systems may be created using any one of a number of verification protocols, based on such techn...
详细信息
SableVM is an open-source virtualmachine for java intended as a research framework for efficient execution of java bytecode1. The framework is essentially composed of an extensible bytecode interpreter using state-of...
详细信息
We discuss an axiomatic description of a simple abstract machine similar to the javavirtualmachine (jvm). Our model supports classes, with fields and bytecoded methods, and a representative sampling of jvm bytecodes...
详细信息
The HotSpot™ Serviceability Agent (SA) is a set of APIs for the java programming language which model the state of Sun Microsystems' java™ HotSpot virtualmachine. Unlike most previous debugging systems for dynami...
详细信息
A javavirtualmachine (jvm) must sometimes check whether a value of one type can be can be treated as a value of another type. The overhead for such dynamic type checking can be a significant factor in the running ti...
详细信息
The javavirtualmachine (jvm) needs, for the purpose of garbage collection (GC), to determine the data type stored in every memory location. jvms that can do this reliably are said to be type-accurate (TA). Full type...
详细信息
暂无评论