diff src/share/vm/runtime/thread.hpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 91fe28b03d6a db2b0f8c1cef
children 0cd39a385a72
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.hpp	Wed Feb 16 13:38:33 2011 +0100
+++ b/src/share/vm/runtime/thread.hpp	Wed Feb 16 13:47:20 2011 +0100
@@ -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