< prev index next >

src/hotspot/share/runtime/vframeArray.hpp

Print this page

        

@@ -23,10 +23,11 @@
  */
 
 #ifndef SHARE_VM_RUNTIME_VFRAMEARRAY_HPP
 #define SHARE_VM_RUNTIME_VFRAMEARRAY_HPP
 
+#include "memory/allocation.hpp"
 #include "oops/arrayOop.hpp"
 #include "runtime/deoptimization.hpp"
 #include "runtime/frame.inline.hpp"
 #include "runtime/monitorChunk.hpp"
 #include "utilities/growableArray.hpp"

@@ -44,11 +45,11 @@
 class StackValueCollection;
 
 // A vframeArrayElement is an element of a vframeArray. Each element
 // represent an interpreter frame which will eventually be created.
 
-class vframeArrayElement : public _ValueObj {
+class vframeArrayElement {
   friend class VMStructs;
 
   private:
 
     frame _frame;                                                // the interpreter frame we will unpack into
< prev index next >