< prev index next >

src/hotspot/share/prims/jvmtiHeapTransition.hpp

Print this page
rev 47223 : [mq]: heapz8
rev 47224 : [mq]: heap9a

@@ -23,10 +23,12 @@
  */
 
 #ifndef SHARE_VM_PRIMS_JVMTIHEAPSAMPLING_HPP
 #define SHARE_VM_PRIMS_JVMTIHEAPSAMPLING_HPP
 
+#include "runtime/interfaceSupport.hpp"
+
 // A RAII class that handles transitions from the agent into the VM.
 class HeapThreadTransition : StackObj {
  private:
   JavaThreadState _saved_state;
   JavaThread *_jthread;
< prev index next >