changeset 9122:b00c93a7805c

8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread Reviewed-by: coleenp, minqi
author zgu
date Wed, 20 Feb 2019 08:31:40 -0500
parents 2e9728044507
children bb1da64b0492
files src/share/vm/runtime/safepoint.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/safepoint.hpp	Mon Feb 17 09:29:32 2020 +0000
+++ b/src/share/vm/runtime/safepoint.hpp	Wed Feb 20 08:31:40 2019 -0500
@@ -190,7 +190,7 @@
 };
 
 // State class for a thread suspended at a safepoint
-class ThreadSafepointState: public CHeapObj<mtInternal> {
+class ThreadSafepointState: public CHeapObj<mtThread> {
  public:
   // These states are maintained by VM thread while threads are being brought
   // to a safepoint.  After SafepointSynchronize::end(), they are reset to