Skip to content

Instantly share code, notes, and snippets.

@serkan-ozal
Last active February 10, 2017 17:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save serkan-ozal/ca200ed4d628f40a0308dd35e028b340 to your computer and use it in GitHub Desktop.
Save serkan-ozal/ca200ed4d628f40a0308dd35e028b340 to your computer and use it in GitHub Desktop.
JMM Memory Barriers
[StoreStore]
<volatile_store>
[StoreLoad]
<volatile_load>
[LoadLoad|LoadStore]
<final_field_store>
<end_of_constructor>
[StoreStore|StoreLoad]
[LoadStore|StoreStore]
<lazy_set>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment