hotspot/src/share/vm/services/lowMemoryDetector.hpp
changeset 13195 be27e1b6a4b9
parent 8110 c992c8d52344
child 13963 e5b53c306fb5
--- a/hotspot/src/share/vm/services/lowMemoryDetector.hpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/services/lowMemoryDetector.hpp	Thu Jun 28 17:03:16 2012 -0400
@@ -63,7 +63,7 @@
 class OopClosure;
 class MemoryPool;
 
-class ThresholdSupport : public CHeapObj {
+class ThresholdSupport : public CHeapObj<mtInternal> {
  private:
   bool            _support_high_threshold;
   bool            _support_low_threshold;
@@ -112,7 +112,7 @@
   }
 };
 
-class SensorInfo : public CHeapObj {
+class SensorInfo : public CHeapObj<mtInternal> {
 private:
   instanceOop     _sensor_obj;
   bool            _sensor_on;