Sciweavers

488 search results - page 3 / 98
» Derivation of Java Monitors
Sort
View
SP
2000
IEEE
14 years 3 months ago
IRM Enforcement of Java Stack Inspection
Two implementations are given for Java’s stack-inspection accesscontrol policy. Each implementation is obtained by generating an inlined reference monitor (IRM) for a different...
Úlfar Erlingsson, Fred B. Schneider
KBSE
2006
IEEE
14 years 4 months ago
Model-driven Monitoring: Generating Assertions from Visual Contracts
The Visual Contract Workbench is a tool that supports model-driven development of software systems by lifting the Design by Contract idea, which is usually used at the code level,...
Marc Lohmann, Gregor Engels, Stefan Sauer
CONCURRENCY
2006
77views more  CONCURRENCY 2006»
13 years 11 months ago
Revocation techniques for Java concurrency
er proposes two approaches to managing concurrency in Java using a guarded region abstraction. Both approaches use revocation of such regions
Adam Welc, Suresh Jagannathan, Antony L. Hosking
JVM
2001
97views Education» more  JVM 2001»
14 years 6 days 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
JVM
2004
165views Education» more  JVM 2004»
14 years 7 days ago
Using Hardware Performance Monitors to Understand the Behavior of Java Applications
Modern Java programs, such as middleware and application servers, include many complex software components. Improving the performance of these Java applications requires a better ...
Peter F. Sweeney, Matthias Hauswirth, Brendon Caho...