This post originated from an RSS feed registered with Java Buzz
by Max Zone.
Original Post: The new Java Memory Model talk by Brian Goetz
Feed Title: dzone.com: java
Feed URL: http://feeds.dzone.com/dzone/java
Feed Description: dzone.com: fresh java links for developers
JDK 5.0 incorporates JSR-133, a revision of the Java Memory Model, which refines the semantics of synchronization, volatile variables, and final fields. Additionally, the new JMM provides a new safety guarantee "initialization safety" that allows immutable objects to be shared among threads without synchronization