hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 24309 fc2950805050
parent 23528 8f1a7f5e8066
child 24330 4e65b09f7101
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Tue Apr 22 17:45:56 2014 -0700
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Apr 24 09:47:34 2014 +0200
@@ -878,7 +878,7 @@
   nonstatic_field(nmethod,             _entry_point,                                  address)                               \
   nonstatic_field(nmethod,             _verified_entry_point,                         address)                               \
   nonstatic_field(nmethod,             _osr_entry_point,                              address)                               \
-  nonstatic_field(nmethod,             _lock_count,                                   jint)                                  \
+  volatile_nonstatic_field(nmethod,    _lock_count,                                   jint)                                  \
   nonstatic_field(nmethod,             _stack_traversal_mark,                         long)                                  \
   nonstatic_field(nmethod,             _compile_id,                                   int)                                   \
   nonstatic_field(nmethod,             _comp_level,                                   int)                                   \