Lecture
Mediaspace scheduled maintenance: Aug 25, 2026 07:00 - 12:00 AM. During this time, videos will be temporarily unavailable. Check status updates.
This lecture covers the Java Memory Model (JMM) as an example of a weak memory model for a programming language, explaining how Java threads interact through memory and guarantee specific values. It also discusses intra-thread consistency, ensuring program order and field updates consistency, despite possible JVM and CPU reordering.