src/share/vm/runtime/thread.hpp

changeset 2446
db2b0f8c1cef
parent 2423
b1a2afa37ec4
child 2508
b92c45f2bc75
     1.1 --- a/src/share/vm/runtime/thread.hpp	Mon Jan 10 17:14:53 2011 -0500
     1.2 +++ b/src/share/vm/runtime/thread.hpp	Tue Jan 11 10:06:00 2011 -0500
     1.3 @@ -809,7 +809,7 @@
     1.4    //
     1.5    // _vm_exited is a special value to cover the case of a JavaThread
     1.6    // executing native code after the VM itself is terminated.
     1.7 -  TerminatedTypes       _terminated;
     1.8 +  volatile TerminatedTypes _terminated;
     1.9    // suspend/resume support
    1.10    volatile bool         _suspend_equivalent;     // Suspend equivalent condition
    1.11    jint                  _in_deopt_handler;       // count of deoptimization

mercurial