Steven E. Harris wrote:
Walter Bright <[email protected]> writes:The failed Java concurrency model is an example of this shortage.Can you elaborate? Are you talking pre-JSR-000133¹?Footnotes: ¹ http://jcp.org/aboutJava/communityprocess/review/jsr133/index.html
In Java, you can share data between threads without restriction. Hence, code is vulnerable to all the sequential consistency bugs.
