on the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.
从表面上看,锁省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全的代码了,前提是在同步的确是多余的情况下。
i was hoping that escape analysis combined with lock elision would have a much greater influence than it did.
我也希望逸出分析与锁省略一起更能够做到更好,产生更多的影响。
finally i came to recognize that there seems to be some relation between the enabling of lock elision and the data size of the locked object.
最后,我认识到激活锁省略似乎和被锁对象的数据大小有关系。
this optimization is called lock elision and is another of the jvm optimizations slated for mustang.
这个优化叫做锁省略,是为mustang 安排的另一个jvm优化。