src/share/vm/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/thread.hpp	Mon Jan 10 12:30:33 2011
--- new/src/share/vm/runtime/thread.hpp	Mon Jan 10 12:30:33 2011

*** 785,795 **** --- 785,795 ---- // // _not_terminated => _thread_exiting => _thread_terminated // // _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 // handlers thread is in volatile bool _doing_unsafe_access; // Thread may fault due to unsafe access

src/share/vm/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File