aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/fprofiler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/fprofiler.hpp')
-rw-r--r--src/share/vm/runtime/fprofiler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/runtime/fprofiler.hpp b/src/share/vm/runtime/fprofiler.hpp
index 2f8d6158c..25c2f2a10 100644
--- a/src/share/vm/runtime/fprofiler.hpp
+++ b/src/share/vm/runtime/fprofiler.hpp
@@ -121,7 +121,7 @@ public:
};
#endif // FPROF_KERNEL
-class ThreadProfiler: public CHeapObj {
+class ThreadProfiler: public CHeapObj<mtInternal> {
public:
ThreadProfiler() KERNEL_RETURN;
~ThreadProfiler() KERNEL_RETURN;