Jmal project homepage

SourceForge.net Logo Java Memory ALlocation
(simulator and workbench for scope-oriented memory allocation in Java applications)

Project Overview

JMAL is a framework for benchmarking and simulating Java applications that use scopes for memory allocation. Scopes are regions of memory outside the traditional Java heap and are not subject to garbage collection, suitable for real-time and embedded programming.

Status

Pre Alpha.

Download

There is no release versions of Jmal yet. Though, you can check out Jmal source code from cvs repository with the following command (you must have a cvs client installed):

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jeditool co memory_scoper

Documentation

D. Garbervetsky, C. Nakhli, S. Yovine, H. Zorgati, Program Instrumentation and Run-Time Analysis of Scoped Memory in Java, International Workshop on Runtime Verification (RV 2004), ETAPS, Barcelona, Spain, April 2004 pdf

Authors

Chaker Nakhli
Hichem Zorgati