Java memory model (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Java memory model" in English language version.

refsWebsite
Global rank English rank
1,131st place
850th place
1,747th place
1,277th place
155th place
138th place
2nd place
2nd place
1,514th place
1,024th place
low place
low place

doi.org

  • Pugh, William (2000). "The Java memory model is fatally flawed" (PDF). Concurrency: Practice and Experience. 12 (6): 445–455. doi:10.1002/1096-9128(200005)12:6<445::AID-CPE484>3.0.CO;2-A. Retrieved 15 July 2021.

hboehm.info

ibm.com

oracle.com

docs.oracle.com

tufts.edu

cs.tufts.edu

  • Pugh, William (2000). "The Java memory model is fatally flawed" (PDF). Concurrency: Practice and Experience. 12 (6): 445–455. doi:10.1002/1096-9128(200005)12:6<445::AID-CPE484>3.0.CO;2-A. Retrieved 15 July 2021.

umd.edu

cs.umd.edu

  • Jeremy Manson and Brian Goetz (February 2004). "JSR 133 (Java Memory Model) FAQ". Retrieved 2010-10-18. The Java Memory Model describes what behaviors are legal in multithreaded code, and how threads may interact through memory. It describes the relationship between variables in a program and the low-level details of storing and retrieving them to and from memory or registers in a real computer system. It does this in a way that can be implemented correctly using a wide variety of hardware and a wide variety of compiler optimizations.
  • Manson, Jeremy. "JSR-133 FAQ".