changeset 23189 | 27cf1316709b |
parent 22916 | 582da2ed4dfa |
child 23190 | e8bbf9cd711e |
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Jan 28 15:05:46 2014 +0100 +++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Mar 03 15:54:45 2014 +0400 @@ -3864,6 +3864,9 @@ "Allocation less than this value will be allocated " \ "using malloc. Larger allocations will use mmap.") \ \ + experimental(bool, AlwaysAtomicAccesses, false, \ + "Accesses to all variables should always be atomic") \ + \ product(bool, EnableTracing, false, \ "Enable event-based tracing") \ \