Sciweavers

429 search results - page 2 / 86
» Java and Distributed Object Models: An Analysis
Sort
View
123
Voted
TPDS
2002
109views more  TPDS 2002»
15 years 1 months ago
Design and Performance Analysis of a Distributed Java Virtual Machine
Mihai Surdeanu, Dan I. Moldovan
139
Voted
WCRE
2010
IEEE
15 years 16 days ago
Static Analysis for Understanding Shared Objects in Open Concurrent Java Programs
—Concurrent programming with shared memory in an object-oriented language such as Java is notoriously difficult. Therefore, it is important to study new program understanding te...
Ana Milanova, Yin Liu
COOTS
1996
15 years 3 months ago
A Distributed Object Model for the Java System
Ann Wollrath, Roger Riggs, Jim Waldo
141
Voted
IEEEPACT
2006
IEEE
15 years 8 months ago
A two-phase escape analysis for parallel java programs
Thread escape analysis conservatively determines which objects may be accessed in more than one thread. Thread escape analysis is useful for a variety of purposes – finding rac...
Kyungwoo Lee, Samuel P. Midkiff
131
Voted
JAVA
2001
Springer
15 years 6 months ago
Runtime optimizations for a Java DSM implementation
Jackal is a fine-grained distributed shared memory implementation of the Java programming language. Jackal implements Java’s memory model and allows multithreaded Java programs...
Ronald Veldema, Rutger F. H. Hofman, Raoul Bhoedja...