hotspot/src/share/vm/runtime/thread.hpp
changeset 7897 201a8b00ec91
parent 7724 a92d706dbdd5
child 8107 78e5bd944384
--- a/hotspot/src/share/vm/runtime/thread.hpp	Mon Jan 10 17:14:53 2011 -0500
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Tue Jan 11 10:06:00 2011 -0500
@@ -809,7 +809,7 @@
   //
   // _vm_exited is a special value to cover the case of a JavaThread
   // executing native code after the VM itself is terminated.
-  TerminatedTypes       _terminated;
+  volatile TerminatedTypes _terminated;
   // suspend/resume support
   volatile bool         _suspend_equivalent;     // Suspend equivalent condition
   jint                  _in_deopt_handler;       // count of deoptimization