Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
Java neither prevents deadlocks nor requires their detection \[[JLS 2005|AA. Bibliography#JLSReferences#JLS 05]\]. Deadlock can occur when two or more threads request and release locks in different orders. Consequently, programs are required to avoid deadlock by acquiring and releasing locks in the same order.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3f17a45480f8507b-cb56f789-4e944950-ac29b8f7-4ffd017d300f25bc06cfa570"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS References#JLS 05]]

[Chapter 17, Threads and Locks

http://java.sun.com/docs/books/jls/third_edition/html/memory.html]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0c9e4c14f1979a1f-e23a61a4-49df4a06-b2cc8b24-f97649d01efdc630bb077c57"><ac:plain-text-body><![CDATA[

[[Halloway 2000

AA. Bibliography#Halloway References#Halloway 00]]

 

]]></ac:plain-text-body></ac:structured-macro>

...