Skip to the content.

Home / cs-notes / Language / Java / JVM / JMM / Happen-before

Rules

  1. Volatile Variable Rule
  2. Monitor Lock Rule
  3. Finalizer Rule
  4. Transitivity
  5. Single Thread rule
  6. Thread Start Rule
  7. Thread Join Rule
  8. Thread Interruption Rule