Sciweavers

3872 search results - page 1 / 775
» The Java memory model
Sort
View
JAVA
1999
Springer
13 years 10 months ago
Fixing the Java Memory Model
The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory. The Java memory model is hard to interp...
William Pugh
CONCURRENCY
2000
99views more  CONCURRENCY 2000»
13 years 5 months ago
The Java memory model is fatally flawed
The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory. This chapter is hard to interpret and po...
William Pugh
ECOOP
2008
Springer
13 years 7 months ago
On Validity of Program Transformations in the Java Memory Model
Abstract. We analyse the validity of several common program transformations in multi-threaded Java, as defined by the Java Memory Model (JMM) section of Chapter 17 of the Java Lang...
Jaroslav Sevcík, David Aspinall
POPL
2005
ACM
14 years 6 months ago
The Java memory model
Jeremy Manson, William Pugh, Sarita V. Adve
FIDJI
2004
Springer
13 years 11 months ago
A JMM-Faithful Non-interference Calculus for Java
We present a calculus for establishing non-interference of several Java threads running in parallel. The proof system is built atop an implemented sequential Java Dynamic Logic cal...
Vladimir Klebanov