hotspot/src/share/vm/runtime/vm_operations.hpp
changeset 13195 be27e1b6a4b9
parent 11480 1bf714e8adb4
child 13728 882756847a04
--- a/hotspot/src/share/vm/runtime/vm_operations.hpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/runtime/vm_operations.hpp	Thu Jun 28 17:03:16 2012 -0400
@@ -96,7 +96,7 @@
   template(JFRCheckpoint)                         \
   template(Exit)                                  \
 
-class VM_Operation: public CHeapObj {
+class VM_Operation: public CHeapObj<mtInternal> {
  public:
   enum Mode {
     _safepoint,       // blocking,        safepoint, vm_op C-heap allocated