Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added defn of interruption policy

...

Wiki Markup
*initialization safety* : "An object is considered to be completely initialized when its constructor finishes. A thread that can only see a reference to an object after that object has been completely initialized is guaranteed to see the correctly initialized values for that object's final fields." \[[JLS 05|AA. Java References#JLS 05]\].

Anchor
interruption policy
interruption policy

Wiki Markup
*interruption policy:*  "An interruption policy determines how a thread interprets an interruption request - what it does (if anything) when one is detected, what units of work are considered atomic with respect to interruption, and how quickly it reacts to interruption." \[[Goetz 06|AA. Java References#Goetz 06]\].

Anchor
instance variable
instance variable

...