31.05.2013 Views

jeeconf-May2013-concurrency

jeeconf-May2013-concurrency

jeeconf-May2013-concurrency

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Дело о б. перестановках: #3<br />

class A {<br />

volatile int f;<br />

A(int v) { f = v; }<br />

}<br />

A a;<br />

A ta = ; A ta = a;<br />

ta.f = 42; r1 = ta.f;<br />

a = ta;<br />

...<br />

Slide 58/73. Copyright c○ 2013, Oracle and/or its affiliates. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!