Java SE Concurrency - Low-Level

Concepts & Terminology The Java Memory Model Be able to demonstrate understanding of the Java Memory Model guarantees, and the impact of both optimising and adaptive compilers (such as the Sun HotSpot JVM) on the model Collections Understand some of the less frequently used concurrent extensions to the collections interfaces/implementations Synchronizers Understand more complex two of the four new synchronizer implementations and how to use them Atomic Classes Display comprehension of the atomic classes. Locks Demonstrate knowledge of the locking facilities

你可能感兴趣的:(java,jvm,sun)