src/share/vm/runtime/safepoint.hpp

changeset 9852
70aa912cebe5
parent 6876
710a3c8b516e
parent 9833
b00c93a7805c
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/runtime/safepoint.hpp	Wed Apr 15 11:14:58 2020 +0800
     1.2 +++ b/src/share/vm/runtime/safepoint.hpp	Wed Apr 15 11:49:55 2020 +0800
     1.3 @@ -190,7 +190,7 @@
     1.4  };
     1.5  
     1.6  // State class for a thread suspended at a safepoint
     1.7 -class ThreadSafepointState: public CHeapObj<mtInternal> {
     1.8 +class ThreadSafepointState: public CHeapObj<mtThread> {
     1.9   public:
    1.10    // These states are maintained by VM thread while threads are being brought
    1.11    // to a safepoint.  After SafepointSynchronize::end(), they are reset to

mercurial