comparison src/share/vm/runtime/safepoint.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children 63a4eb8bcd23 78bbf4d43a14
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
188 188
189 static address safepoint_counter_addr() { return (address)&_safepoint_counter; } 189 static address safepoint_counter_addr() { return (address)&_safepoint_counter; }
190 }; 190 };
191 191
192 // State class for a thread suspended at a safepoint 192 // State class for a thread suspended at a safepoint
193 class ThreadSafepointState: public CHeapObj { 193 class ThreadSafepointState: public CHeapObj<mtInternal> {
194 public: 194 public:
195 // These states are maintained by VM thread while threads are being brought 195 // These states are maintained by VM thread while threads are being brought
196 // to a safepoint. After SafepointSynchronize::end(), they are reset to 196 // to a safepoint. After SafepointSynchronize::end(), they are reset to
197 // _running. 197 // _running.
198 enum suspend_type { 198 enum suspend_type {