Introduction to the Java Memory Model

preview_player
Показать описание
A Google TechTalk, 9/22/17, presented by Igor Murashkin
ABSTRACT: I would like to give an introductory intuitive explanation of the Java Memory Model. If you've ever wanted to know the memory ordering guarantees in Java, this talk is for you. Learn about when Java does and doesn't synchronize; volatiles, finals, acquire/release, and more. Plus, a few compiler optimizations that might surprise you.

Speaker Info:
Igor Murashkin: ART engineer -- compiler and runtime team for the Java Language on Android.
Рекомендации по теме
Комментарии
Автор

The notation is awful. Why don't to use Java Convention for identifiers? Do you really need "tmp" garbage? A = 0, B = null !

VladimirLadynev
Автор

good talk, but you should try to reduce the slides pollution.