Sciweavers

3500 search results - page 16 / 700
» Implementing Java on Clusters
Sort
View
JVM
2001
97views Education» more  JVM 2001»
13 years 9 months ago
Deterministic Execution of Java's Primitive Bytecode Operations
For the application of Java in realtime and safety critical domains, an analysis of the worst-case execution times of primitive Java operations is necessary. All primitive operati...
Fridtjof Siebert, Andy Walter
RTCSA
1999
IEEE
14 years 1 days ago
Hard Real-Time Garbage-Collection in the Jamaica Virtual Machine
Java's automatic memory management is the main reason that prevents Java from being used in hard realtime environments. We present the garbage collection mechanism that is us...
Fridtjof Siebert
PPPJ
2003
ACM
14 years 1 months ago
Reusability, open implementation and Java's dynamic proxies
In this paper we investigate the implications of Java’s dynamic proxies for supporting open architectures to implement reusable code. Dynamic proxies are interpreted as meta-obj...
Youssef Hassoun, Roger Johnson, Steve Counsell
NDSS
1997
IEEE
13 years 12 months ago
Blocking Java Applets at the Firewall
This paper explores the problem of protecting a site on the Internet against hostile external Java applets while allowing trusted internal applets to run. With careful implementat...
David M. Martin Jr., Sivaramakrishnan Rajagopalan,...
CONCURRENCY
2007
103views more  CONCURRENCY 2007»
13 years 7 months ago
JaMP: an implementation of OpenMP for a Java DSM
In this paper we present JaMP, an adaptation of the OpenMP standard. JaMP is fitted to Jackal, a software-based DSM implementation for Java. While the set of supported directives...
Michael Klemm, Matthias Bezold, Ronald Veldema, Mi...